Nmap Cheat Sheet

Nmap Cheat Sheet

Nmap Cheat Sheet nmap — cheat sheet Network Mapper · Comprehensive Command Reference 🎯 Target Specification 8 nmap 192.168.1.1·Scan a single IP nmap 192.168.1.1-254·Scan IP range nmap 192.168.1.0/24·Scan CIDR subnet nmap 10.0.0.1 10.0.0.2·Scan multiple IPs nmap…
TryHackMe: PyRAT

TryHackMe: PyRAT

Pyrat is an easy-rated TryHackMe machine that simulates a running Python RAT on an open socket. The challenge involves leaking a GitHub account to gain access to the PyRat source code, which helps in understanding how the RAT operates and gain root access. Room Description:…
Metasploit Cheat Sheet

Metasploit Cheat Sheet

MSFconsole Commands CommandDescriptionshow exploitsShow all exploits within the Framework.show payloadsShow all payloads within the Framework.grep meterpreter show payloadsgrep meterpreter grep reverse_tcp show payloadsMSF - Searching for Specific Payloadshow auxiliaryShow all auxiliary modules within the Framework.search <name>Search…