Why this topic matters
Quick Reference matters because it changes how an operator frames the problem, chooses validation steps and decides what evidence is strong enough to keep. In real work, weak handling of this topic leads to wasted time, noisy testing and softer findings.
This brief treats quick reference as a reusable field reference. The focus is on attack surface, decision points, practical workflow and the public material that is worth keeping nearby when you need to execute, verify or explain the subject under pressure.
Core coverage
The points below capture the main workflows, concepts, tools and operator decisions associated with quick reference.
- Attacks on gaengige dienste
- Ftp attackieren
- With dem ftp-client with dem ftp-server connect
- With netcat with dem ftp-server connect
- Ftp service brute-forcen
- SMB attackieren
- Null session test against SMB-dienst
- Netzwerkfreigaben enumeration with smbmap
- Recursive netzwerkfreigaben enumeration with smbmap
- Bestimmte file aus dem freigegebenem ordner herunterladen
Commands and snippets
smbclient -N -L //10.129.14.128
smbmap -H 10.129.14.128
smbmap -H 10.129.14.128 -r notes
smbmap -H 10.129.14.128 --download "notes\note.txt"
smbmap -H 10.129.14.128 --upload test.txt "notes\test.txt"
rpcclient -U'%' 10.10.110.17
./enum4linux-ng.py 10.10.11.45 -A -C
Curated public references
- Nmap · Man.htmlnmap.org/book/man.html
- BloodHound Documentationbloodhound.specterops.io/
- GitHub · fortra / impacketgithub.com/fortra/impacket
- MITRE ATT&CKattack.mitre.org/
