Temel Komutlar ve Araçlar
Dosya/Dizin Arama
# find / -name musana* -type [d,f] -exec file {} \;Servisler
# service [apache2, ssh, postgresql] [start,restart,stop]
# /etc/init.d/apache2 restart# update-rc.d ssh enable
# update-rc.d apache2 enable
# rcconf (manage over gui)Bash
# cat index.html | grep "href=" | cut -d "/" -f 3 | grep "domain\.com" | cut -d '"' -f 1
# for url in $(cat ip.txt); do host $url; done
# for ip in $(seq 130 160); do ping -c 1 192.168.1.$ip doneAraçlar
rdesktop
Netcat
Command Execution;
Ncat
Passive İnfo Gather
Active İnfo Gather
Zone transfer
Nmap
nbtscan
rpcclint
enum4linux
SMTP
smbclient
SNMP
Vulnerability Scanning
Privilege Escalation
Linux
Windows
Last updated