Open Source Detective

7 Cool Kali Linux Commands

Cover Image for 7 Cool Kali Linux Commands
Open Source Detective

Introduction:

Kali linux is an incredibly powerful penetration testing tool for ethical hackers. With the right hardware there’s an endless list tricks and commands you can use to penetrate many different protocols. Here’s a list of our favorites:

  1. aireplay-ng - Used to inject packets into a network in order to de authenticate a device from the router it’s attached to.
  2. airodump-ng - Used to monitor all the network traffic around you. You can use more complex scripts to hone in on specific networks and spy on all the devices that are attached to that network.
  3. hydra - Network and login cracker that supports a large list of protocols.
  4. nmap - A network mapping tool for discovering and auditing the security of your network
  5. lynis - Used to scan your operating system for any security vulnerabilities. It will generate reports to help you remediate these issues
  6. aircrack-ng - This is a popular tool for evaluating the security of your wifi networks. It can scan for vulnerable passwords and be used for cracking the WEP keys using PTW attacks, WPA/WPA2- PSK attacks
  7. wpscan - This is a more niche package used specifically for Word Press vulnerability scans. It can be used to detect if your setup or plugins are susceptible to attack.

Conclusion:

This is a very simple list of some of the tools that I've used as I get to know Kali linux more. If you're trying to get into the Cyber Security field, knowing how to use these tools can be a huge plus!


More Stories

Cover Image for Tutorial: Pentesting Device with Raspberry Pi Zero

Tutorial: Pentesting Device with Raspberry Pi Zero

Lately I’ve been more and more interested in pentesting and cyber security. To continue my deep dive into the topic I’m going to create a pentesting device out of a Raspberry Pi Zero. A few requirements I want to fulfill. First, I’d like to be able to run many of the commands that you can run in Linux. Second, I’d like it to be battery powered and attach my iPhone to it to run commands. Essentially I’d like to be able to carry the device in my pocket and operate it with my iPhone.

Open Source Detective
Cover Image for Local DNS Server with Pi-Hole

Local DNS Server with Pi-Hole

Recently, I’ve been developing some websites to run on my local network and wanted to create my own DNS server. After some research I realized that building my own custom server would be a lot more work than I wanted to undertake. After a little more searching I came across Pi-Hole which offered a much quicker solution.

Open Source Detective