Skip to content

Commit

Permalink
Added command
Browse files Browse the repository at this point in the history
Added command
  • Loading branch information
1nPr0c committed Aug 31, 2015
1 parent c0d816f commit c59a73e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cheatsheet_UsefulCommands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ net rpc shutdown -I ipAddressOfWindowsPC -U username%password

[+] Conficker Detection with NMAP

nmap -PN -d -p445 --script=smb-check-vulns --script-args=safe=1 IP-RANGES
nmap -PN -d -p445 --script=smb-check-vulns --script-args=safe=1 IP-RANGES

[+] Determine if a port is open with bash

(: </dev/tcp/127.0.0.1/80) &>/dev/null && echo "OPEN" || echo "CLOSED"

0 comments on commit c59a73e

Please sign in to comment.