Wr3nch0x1
  • $id
  • Field Manual
    • Pentest Cheatsheet
    • Useful Google Dorks
  • 0x0 Recon
    • Monitoring the Environment: Nmap Diffing
    • Scheduling Nmap - LazyNmap
  • 0x1 Code Injection
    • T1038: DLL Hijacking / Injection
    • Backdooring PE Files
  • 0x2 Thick Client Security Testing
    • CWE-316: Sensitive Information Stored in Memory
  • Reviews
    • PentesterAcademy Windows Red Team Labs
  • Cloud Security
    • Exploiting Misconfigured IAM assume-role in AWS
Powered by GitBook
On this page
  • Find Public IP address using Command Prompt
  • Find parameters vulnerable to LFI & Path Traversal & SSRF & Open Redirect: (Thanks to @tvmpt)
  • Finding IP Information using Command Prompt
  1. Field Manual

Pentest Cheatsheet

This cheat-sheet consists the quick commands to make pentesting easier.

Previous$idNextUseful Google Dorks

Last updated 5 years ago

Find Public IP address using Command Prompt

curl ifconfig.me

Find parameters vulnerable to LFI & Path Traversal & SSRF & Open Redirect: (Thanks to )

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

@tvmpt