Posts

Showing posts from June, 2020

Powerfull Attacking tool Leviathan for kali linux

Image
      Leviathan Leviathan is a mass audit toolkit which has wide range service discovery, brute force, SQL injection detection and running custom exploit capabilities. It consists open source tools such masscan, ncrack, dsss and gives you the flexibility of using them with a combination. The main goal of this project is auditing as many system as possible in country-wide or in a wide IP range. Main Features Discovery : Discover FTP, SSH, Telnet, RDP, MYSQL services running inside a specific country or in an IP range via Shodan, Censys. It's also possible to manually discover running services on a IP range by integrated “masscan” tool. Short Demo:  https://asciinema.org/a/617bsxl1y84bav9f5bcwllx7r Brute Force : You can brute force the discovered services with integrated “ncrack” tool. It has wordlists which includes most popular combinations and default passwords for specific services. Short Demo:  https://asciinema.org/a/43y2j38zu7hbnuahrj233d5r0 Remote Command ...

Hack wifi with aircrack-Ng

Image
Step 1 Getting Started with the Aircrack-Ng Suite of Wi-Fi Hacking Tools Getting Started with the Aircrack-Ng Suite of Wi-Fi Hacking Tools Step 1-  Iwconfig Before we get started with aircrcak-ng, we need to make certain that  BackTrack  recognizes  your wireless adapter . We can do this within any Linux system by typing: bt > iwconfig We can see here that BackTrack recognizes my USB wireless card, and it tells me that it's capable of 802.11bgn, that the ESSID is off, that the mode is managed, etc. Okay, now we're ready to start using aircrack-ng. Step 2 Step 2- Airmon-Ng The first tool we will look at and need in nearly ever WiFi hack is  airmon-ng , which converts our wireless card into a promiscuous mode wireless card. Yes, that means that our wireless card will hookup with anyone! Well, that's almost correct. When our network card is in promiscuous mode, it means that it can see and receive all network traffic. Generally, network cards will only receive p...