now we update the sqli
Try to modify the script from the previous exercise so that you can retrieve the admin account password hash.
Read More
Notes
sqlmap -u [URL] --data=\"[POST]\" --proxy=\"http://127.0.0.1:8080\" -p \"searchline\" --random-agent --dbms=mysql --skip-waf --level 1 --risk 1 --dbms=mysql --batch --technique=B --tamper=between,space2c...
Read More
Nodejs (Remote + Vscode)
Remote Debugging (with .vscode/launch.json on server)
Read More
NodeJS Remote Debugging
1. Create a new mount point directory on your machine for the remote directory:
Read More
Networking Commands
Research notes and findings.
Read More
Network Infrastructure Penetration Testing
+ Discovery Scan: `sudo nmap -PE -PS443,80,22,3389,445 -sn -n -oA `
Read More