m13 Web Servers
m13 Web Servers
Web Servers are the programs that are used for hosting services.
Web Servers are deployed on a separate web server hardware or installed on a host
as a program.
It delivers content over **Hyper Text Transfer Protocol** (HTTP).
Web Servers support different types of application extensions whereas all of the
support **Hypertext Markup Language** (HTML).
# Attack Methodology
# Information Gathering
Collecting information from internet.
-- scanning with nmap ( ports like 21,80,443 )
# robots.txt and directory/file bruteforcing.
Attacker extract information about internal files.
# Web Server Footprinting
Results the server name, type, OS, applications, etc.
# if any service is vulnerable we can exploit it ( ftp,mysql,telnet etc.)
Practical ------
1. Mirroring a website
Download the website, to inspect offline, without any interaction to the target.
Tool:
- Wget - ( wget --mirror )
2. Directory bruteforce -
gobuster dir -u https://www.craw.in -w /usr/share/wordlists/dirbuster/directory-
list-2.3-medium.txt
4. wappalyzer extention
Tools --
ghosteye ( github )