hydra cheet sheet for pentester, Cheat Sheet of Computer science

in this sheet give all information about hydra tool which are very important for cybersecurity

Typology: Cheat Sheet

2014/2015

Available from 07/02/2026

piyush-singh-23
piyush-singh-23 🇮🇳

1 document

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Nmap Cheat Sheet
Disclaimer This is a basic Nmap cheat sheet created to help people with exams. It is not for the
purposes of hacking public IPs. Furthermore, there are far better cheat sheets out there for that.
Ping Sweep
sudo nmap -sP 192.168.0.1-24
Ping Sweep No DNS
sudo nmap -sP 192.168.0.1-24 -n
TCP Scan All Ports
sudo nmap -sT -p0- 192.169.0.1
UDP Scan All Port
sudo nmap -sU -p0- 192.168.0.1
Version and Operating System Detection
sudo nmap -sV -O -p0- 192.168.0.1
XMAS Scan
sudo nmap -sX -p0- -Pn 192.168.0.1
Locate Nmap Scripts
sudo locate *.nse | grep string
Update Nmap Scripts
sudo nmap --script-updatedb
Banner Grab
sudo nmap --script=banner 192.168.0.1
SSL Certificate
sudo nmap --script ssl-cert -p 443 domain.com
SSL Ciphers
sudo nmap -sV --script ssl-enum-ciphers -p 443
DNS Zone Transfer
sudo nmap --script dns-zone-transfer.nse --script-args dns-zone-
transfer.domain=zonetransfer.me -p53 nsztm1.digi.ninja
SMB Share Enumeration
sudo nmap --script smb-enum-shares.nse -p445 192.168.0.1
SMB User Enumeration
sudo nmap --script smb-enum-users.nse -p445 192.168.0.1
pf2

Partial preview of the text

Download hydra cheet sheet for pentester and more Cheat Sheet Computer science in PDF only on Docsity!

Nmap Cheat Sheet Disclaimer – This is a basic Nmap cheat sheet created to help people with exams. It is not for the purposes of hacking public IP’s. Furthermore, there are far better cheat sheets out there for that. Ping Sweep sudo nmap - sP 192.168.0.1- 24 Ping Sweep No DNS sudo nmap - sP 192.168.0.1- 24 - n TCP Scan All Ports sudo nmap - sT - p0- 192.169.0. UDP Scan All Port sudo nmap - sU - p0- 192.168.0. Version and Operating System Detection sudo nmap - sV - O - p0- 192.168.0. XMAS Scan sudo nmap - sX - p0- - Pn 192.168.0. Locate Nmap Scripts sudo locate *.nse | grep string Update Nmap Scripts sudo nmap --script-updatedb Banner Grab sudo nmap --script=banner 192.168.0. SSL Certificate sudo nmap --script ssl-cert - p 443 domain.com SSL Ciphers sudo nmap - sV --script ssl-enum-ciphers - p 443 DNS Zone Transfer sudo nmap --script dns-zone-transfer.nse --script-args dns-zone- transfer.domain=zonetransfer.me - p53 nsztm1.digi.ninja SMB Share Enumeration sudo nmap --script smb-enum-shares.nse - p445 192.168.0. SMB User Enumeration sudo nmap --script smb-enum-users.nse - p445 192.168.0.

Nmap Cheat Sheet Disclaimer – This is a basic Nmap cheat sheet created to help people with exams. It is not for the purposes of hacking public IP’s. Furthermore, there are far better cheat sheets out there for that. FTP Brute Force sudo nmap --script ftp-brute - p21 192.168. 0. 1 --script-args userdb=ftp_defuser.lst,passdb=ftp_defuser.lst SSH Brute Force sudo nmap - p 22 --script ssh-brute --script-args userdb=ssh- user.txt,passdb=ssh-password.txt 192.168. 0. Network Layer Authentication sudo nmap - p 3389 --script rdp-enum-encryption 192.168.0. SMB Signing sudo nmap - p137,139,4 45 --script smb-security-mode 192.168.0. Ping Sweep To File sudo nmap - n - sn - vv 10.51.0.0/16 | grep 'Host is up' - B 1 | grep Nmap | cut - d " " - f 5 > liveips.txt Increase Speed

  • T1, - T2, - T3, - T sudo nmap - sT - p0- 192.169.0.1 - T Increase Verbosity
  • v1, - v2, - v3, - v sudo nmap - sT - p0- 192.169.0.1 - v Input List sudo nmap - iL targets.txt Save To File sudo nmap 192.168. 0 .1 - oN scan.txt Save To XML sudo nmap 192.168. 0 .1 - oX scan.xml Save To Grepable sudo nmap 192.168. 0 .1 - oG scan.grep.txt