
Links: sqlmap – Github Zed Attack Proxy (Free) When the installation is complete you can just type sqlmap on terminal to launch the tool. Installation is pretty simple by using brew. It supports multi databases including SQL and non-SQL databases. It is completely automated and just by specifying a parameter the tool will try to exploit the injectable parameter sometimes even without you having to specify the type of database. The Sqlmap is a powerful tool for finding SQL injections. From there just by clicking it you can start sniffing the network traffic, after specifying the interface you would like to intercept. After installation a new icon will appear on the launchpad’s application list. dmg file and the installation is like on every other application on Mac OS. Installation is pretty simple, since it come as a. The Wireshark distribution also comes with TShark, which is aline-oriented sniffer (similar to Sun’s snoop, or tcpdump) that uses thesame dissection, capture-file reading and writing, and packet filteringcode as Wireshark, and with editcap, which is a program to read capturefiles and write the packets from that capture file, possibly in adifferent capture file format, and with some packets possibly removed from the capture.

The Wireshark is the most known Network Traffic Sniffer, that is open-source like all the tools so far. Links: Homebrew – Github – Nikto Wireshark (Free)
#KALI LINUX DMG INSTALL#
brew install niktoĪfter finishing the installation you will be able to scan every web server using the command nikto -h. Go back to your terminal and type the following. The instructions are pretty clear and simple to follow. ruby -e "$(curl -fsSL )"Īfter installation if you didn’t agree with the Terms of Service of X-Code you will probably need to follow the instuctions.

To install Homebrew you need to type a single command on your terminal. In order to install Nikto you need to install Homebrew.
#KALI LINUX DMG SOFTWARE#
Nikto is a Web Server scanner that will inform you in case there is an outdated software version, if it finds some insecure or default files / directories and about some possible server misconfigurations. Nikto comes pre-installed on Kali Linux and some times it can help you find some hidden Gems on the web server you are testing. dmg file from the official website and do a normal installation like in every other application. Installation of Nmap is really simple and it does not require any typing at all. I prefer using Nmap but in some cases, like for example when you have multiple hosts to scan, Zenmap makes reading them much easier. For those who don’t like the terminal Zenmap is the perfect tool.
#KALI LINUX DMG MAC OS#
On Mac OS Nmap comes with ZenMap, in the installation pack. Used widely, mainly because of the incredible power and flexibility it offers. Nmap is the best port scanning tool you can use and also open source. The available RAM of course is much less than the actual host and some times configuring things can be complex. Running a Virtual Machine is not as easy as running the tools in a host Operating System.

For that purpose I was using Kali Linux as a Virtual Machine, mainly because all the tools are pre-installed there. I was playing with Metasploit Framework and I was using the msfvenom payload.
