Skip to main content

How to scan a website using nmap tool in kali linux.

Nmap (Network Mapper) is a security scanner, used to discover hosts and services on a computer network, thus building a "map" of the network. To accomplish its goal, Nmap sends specially crafted packets to the target host(s) and then analyzes the responses.

Comments

Popular posts from this blog

How to hack (sniff) Instagram pictures using SSLstrip in Kali Linux

Xerosploit- An Advance MITM attack tool ✓

Xerosploit is a penetration testing toolkit whose goal is to perform man in the middle attacks for testing purposes. It brings various modules that allow to realise efficient attacks, and also allows to carry out denial of service attacks and port scanning. Powered by bettercap and nmap. Dependencies nmap hping3 build-essential ruby-dev libpcap-dev libgmp3-dev tabulate terminaltables Installation Dependencies will be automatically installed. git clone https://github.com/LionSec/xerosploit cd xerosploit && sudo python install.py sudo xerosploit features Port Scanning Network mapping Dos attack HTML code injection Javascript code injection Download intercaption and replacement Sniffing DNS Spoofing Background audio reproduction Images replacement Driftnet Webpage defacement and more...

How to download and install Netattack2 tool in Kali Linux.