Pentest Cheatsheet
This cheat-sheet consists the quick commands to make pentesting easier.
Find Public IP address using Command Prompt
curl ifconfig.me
Find parameters vulnerable to LFI & Path Traversal & SSRF & Open Redirect: (Thanks to @tvmpt)
Burp Search > Regex \?.*=(\/\/?\w+|\w+\/|\w+(%3A|:)(\/|%2F)|%2F|[.\w]+.\w{2,4})
Finding IP Information using Command Prompt
curl ipinfo.io/192.168.1.1
Last updated