forked from tjnull/TJ-JPT
-
Notifications
You must be signed in to change notification settings - Fork 7
Recon General Notes
TheGetch edited this page May 14, 2021
·
2 revisions
Recon General Notes
tcpdump -i eth0tcpdump -c -i eth0tcpdump -A -i eth0tcpdump -w 0001.pcap -i eth0tcpdump -r 0001.pcaptcpdump -n -i eth0tcpdump -i eth0 port 22tcpdump -i eth0 -src 172.21.10.Xtcpdump -i eth0 -dst 172.21.10.X
Other tools:
Tshark (Command Line Wireshark) Wireshark
DNSRecon:
dnsrecon -d www.example.com -adnsrecon -d www.example.com -t axfrdnsrecon -d <startIP-endIP>dnsrecon -d www.example.com -D <namelist> -t brt
Dig:
dig www.example.com + shortdig www.example.com MXdig www.example.com NSdig www.example.com> SOAdig www.example.com ANY +noall +answerdig -x www.example.comdig -4 www.example.com (For IPv4)dig -6 www.example.com (For IPv6)dig www.example.com mx +noall +answer example.com ns +noall +answerdig -t AXFR www.example.com
Sublis3r:
Sublist3r -d www.example.comSublist3r -v -d www.example.com -p 80,443
OWASP AMASS:
amass enum -d www.example.comamass intel -whois -d www.example.comamass intel -active 172.21.0.0-64 -p 80,443,8080,8443amass intel -ipv4 -whois -d www.example.comamass intel -ipv6 -whois -d www.example.com
_Sidebar
1. Recon
- Ping Sweep: Windows Method
- Ping Sweep: Bash Method
- NetDiscover (ARP Scanning
- Nbtscan
- Ping Sweep: Python Method
- Ping Sweep: PowerShell Method
- Ping Sweep: Nmap method
- HTTP General Notes
- Cross-Site Scripting (XSS)
- SQL Injection (SQLi)
- Deserialization
- Directory Fuzzing
- IDOR Testing
- Intigriti Bug Bounty Tips
- Out of band exploitation
- Server-Side Template Injection (SSTI) Help
- Subdomain Enumeration
- WebFOCUS
- XXE Cheatsheet
- C2 Frameworks
- BloodHound
- Powershell Empire Quick Start Cheatsheet
- Pivoting/Tunneling
- Impacket
- Rubeus
- Mimikatz
- Identifying Hash Types
-
Dumping Hashes
-
- Cracking Hashes Offline
-
- Cracking Hashes Online
-
- Metasploit Meterpreter Migrate Process
- VMWare Port Forwarding
- Veil Simple Usage
- SSH: Generate OpenSSL RSA Key Pair from the Command Line
- Skipfish
- sed & awk: set root password in etc/shadow
- Search for ssh key quickly
- Python Proxy to Burp
- Python Convert .py to .exe
- PuttySCP Commands
- Powershell tidbits
- Password List - Generate quick list
- OS Enumeration - Ping
- Kerberos: Get KDC name and DNS name
- Impacket Scripts Error
- Gcc Compile Windows Executable in Linux
- Find Command: Filter out permission denied errors
- Excel Injection
- Digitally Sign Files (PowerShell Example)
- CSRF Tokens as Cookie Note
- Clear bash
- Burp Intruder Match/Replace
- Apache headers Test
- Windows Trial VMs
- Subdomain Brute Force
- Spawning TTY Shell
- Reserve Shell Cheat Sheet
- Pass-the-Hash
- Common Meterpreter Commands
- gcc & wine
- File Transfers
- Enable RDP - Windows
- DNS Reverse Lookup Brute Force
- Adding Users