🌐
Reddit
reddit.com › r/linuxquestions › how can i start and what is the best place to learn kali linux?
r/linuxquestions on Reddit: How can I start and what is the best place to learn Kali linux?
September 5, 2023 -

I've been trying to get into linux for a couple of days via virtualbox, the tutorials i see have an outdated version of kali. I would like to be an ethical hacker but how can i start (i'm still in high school)? i've heard that you can learn to ethically hack with Kali linux, and I would really love to get into it, do you guys have any suggestions? what could i do? it would be lovely to receive some help! ;) Thanks

🌐
Reddit
reddit.com › r/kalilinux › what is an easy tool to learn and use tool in kali?
r/Kalilinux on Reddit: What is an easy tool to learn and use tool in Kali?
October 30, 2023 -

I have an assignment to pick any tool in Kali and write no more than a page description of the tool and then provide a demonstration of the tool. The catch is I cannot pick a tool other classmates have. Those include John the Ripper, Hashcat, N Map, Ghidra, AirCrack-NG, and Nikto. Any other tool I can pick but I am a noob that has finally been able to get Kali to work on my Oracle virtual box and need a recommendation on tools quick and easy to pick up on. I have been looking into Hydra or Scapy but am uncertain while my first choice Driftnet I am having issues on getting it downloaded.

🌐
Reddit
reddit.com › r/kalilinux › interesting tools in kali?
r/Kalilinux on Reddit: Interesting tools in kali?
October 23, 2023 -

I'm a new user to this whole Linux Ecosystem and I was quite intrigued by what Kali has to offer.. Idk much about any of it and I have a real basic idea of "N-map" and "MetaSploit" What are the must learn tools for starters and what resources are best to follow?

🌐
Reddit
reddit.com › r › Kalilinux › comments › wb9xll › where_can_i_learn_how_to_use_kali_and_all_its
Where can I learn how to use Kali and all its tools?
July 29, 2022 - Network Security student here trying to learn more about Kali. Looking to learn Nmap, metasploit, etc. I can't find any youtube projects online besides a couple from this guy network chuck. Are there any more in depth tutorials that explain how to do these things so I can try them and learn these skills? Archived post. New comments cannot be posted and votes cannot be cast. ... Create your account and connect with a world of communities. ... By continuing, you agree to our User Agreement and acknowledge that you understand the Privacy Policy.
🌐
Reddit
reddit.com › r › Hacking_Tutorials › comments › t4aft8 › tutorial_for_using_kali_linux_tools
Tutorial For Using Kali Linux tools : r/Hacking_Tutorials
March 1, 2022 - I just wanted to ask about any resources regarding tools of kali linux and how they work preferably videos if any. ... Create your account and connect with a world of communities. ... By continuing, you agree to our User Agreement and acknowledge that you understand the Privacy Policy.
Find elsewhere
🌐
Reddit
reddit.com › r/howtohack › cool stuff to do with kali linux?
r/HowToHack on Reddit: Cool stuff to do with Kali Linux?
June 29, 2014 -

So I just installed Kali Linux on a virtual machine just to see what linux was like and I noticed all of the hacking tools that come pre-installed on it and was wondering if there were any relatively simple projects I could do with these tools. Maybe something that will help me learn what several of those programs do and teach me more about linux?

Top answer
1 of 5
52
Go to overthewire.org and do their wargames in the recommended order. The first game is great for beginners learning how to live in the command line. Some of the tools you see can help. If you want to try something and there isn't a wargame for it, just try it on one of your other computers. Try cracking your router encryption with aircrack-ng, for example. Use metasploit (I recommend starting with the Armitage frontend) to look for weaknesses in your pc. Set up burpsuite and tinker with sending websites different information. Look at SET, the Social Engineering Toolkit, to see how spear phishing works (just remember, actually using it on someone is illegal). There's lots of fun to be had and skills to be learned by exploring the tools in kali linux. If you dig deep into the details of how these tools accomplish their tasks you'll end up with a great understanding of computer security. Edit: overthewire.org, not .com
2 of 5
23
What Areatz suggested below was great. I'd l like to add that you can download a package called "Metasploitable" that has holes in it for you to test various tools. Install it in a Virtual Machine (VM). Since you installed Kali in a VM, you will NOT be able to do any wireless hacking. Don't bother with trying to crack your wireless. Virtual machines will treat your wireless card -assuming you installed this on a laptop with a wireless NIC- as a wired connection. The only way around this is to get a USB (external) wireless adapter. There's no way around this. I use an Alfa AWUS036NHA. This will run you around $25-$30. I've no doubt Areatz, who commented below, knows this. He probably just glossed over the part where you said you installed it in a VM. If you do this and try to crack your router encryption, change the password to something relatively easy (and do it late at night to avoid getting hacked by neighborhood script kiddies). This will help familiarize yourself with the process. Find "The Harvester" in Kali which is an invaluable tool for reconnaissance. It's a command-line (e.g. terminal) program that will search different search engines for publicly available email addresses, subdomains, etc. The Social Engineering Toolkit (SET), as Areatz mentioned below, is good as well. The easiest way to hack into a network is by social engineering. I've consistently heard the 85% (+/- 2%) of hacks are due to successful social engineering. The Social Engineering toolkit will allow you to clone a website (think of cloning the login page and then using a Man-In-The-Middle attack to force someone to visit YOUR cloned login page, then gather the credentials entered while also passing them along to the real login page (or simply passing along those credentials to the real login page with noone the wiser). There's all sorts of other things to do with the SET, but cloning a website is easy with it. Don't rely on something like Armitage to do your hacking for you! You must understand what is going on behind the scenes. If you encounter something like, say, a captive portal on public WiFi, you may not be successful and have no idea what went wrong. (A captive portal is when you log onto WiFi, open your browser, and it says "Click Here to Login to our Wireless Network") You should also understand NMap and its options so you can use something like Armitage but modify the commands it uses before it executes to get around roadblocks put in place to stop people like you. Example: In Armitage when it does an NMap command, it is "db_nmap" if I remember correctly. You can modify the parameters after that command to suit your specific purposes. Don't try hacking anyone if you don't know how to do it. There's a lot more than pressing a few buttons! If you don't know how to hide yourself and do something illegal, the legal penalties for hacking are, IN MOST CASES, more severe than rape, manslaughter, etc. This is because when these computer laws were passed, politicians didn't (and still don't) have a grasp on the big picture. You can easily get 20 years for hacking when you haven't even done any real damage. Why? Nobody wants someone else to point out insecurities in their systems and they will file charges and nail you to the wall. This was the subject of a whole seminar at my last hacking convention! You can install Kali in a dual-boot configuration on your computer. That is how I have my laptop set up. Take a look at Subterfuge (in Kali). It's in the menu but it must be installed. Not all the options work, but the credential harvester is fairly easy to use and can be tried with a friend (or your smartphone) on your own wireless network. If you do get a wireless network adapter (or decide to dual boot and not use Kali in a VM), check out "Fern WiFi Cracker". It's point-and-click hacking for wireless networks. Again, only do this on yourself.
🌐
Reddit
reddit.com › r/hacking_tutorials › give me some kali linux tools suggestion
r/Hacking_Tutorials on Reddit: Give me some Kali Linux tools suggestion
March 15, 2025 -

I am a cybersecurity student. Just started Penetration Testing class at my university. Already learned about some tools in my class and tried them (DNSRecon, DNSEnum, Proxychains, Tor Network, Tor Browser). Apart from the class study, I am learning some other tools by my own like Nmap, Slowloris, Zphisher. I have Penetration Testing class only one day in a week so it will be kinda slow to learn. I want to learn by my own in the meantime. So i want some tools suggestion which tools i need to learn and use. I want to go to the advanced level as i am just a beginner now. So please suggest me some tools that are powerful and important. Thanks so much.

N.B: I am using Kali Linux (Debian 64 bit).

🌐
Reddit
reddit.com › r/kalilinux › here's the best kali linux tools to use
r/Kalilinux on Reddit: Here's the best kali Linux Tools to use
March 23, 2023 - 86K subscribers in the Kalilinux community. Dedicated to Kali Linux, a complete re-build of BackTrack Linux, adhering completely to Debian…
🌐
Reddit
reddit.com › r › hacking › comments › 12tuajn › going_to_try_kali_linux
Going to try Kali Linux : r/hacking
April 21, 2023 - A subreddit dedicated to hacking and hackers. Constructive collaboration and learning about exploits, industry standards, grey and white hat hacking, new hardware and software hacking technology, sharing ideas and suggestions for small business and personal security. ... I have always been a Windows user and thinking of trying Kali Linux ...
🌐
Reddit
reddit.com › r/kalilinux › how to get started with kali
r/Kalilinux on Reddit: How to get started with kali
November 22, 2023 - I recommend books such as "Getting started becoming a master hacker", "Linux Basics for hackers" and "network basics for hackers" books as well. Learnt alot from OTW. ... You don’t “learn Kali”, Kali is a tool box, would you go up to a mechanic and say “how do I use your tool box”? No you need to understand whag the tools do, if you don’t understand the OSI model, basic Linux troubleshooting, how things like web servers and networking work, just the basics then Kali is useless to you.
🌐
Reddit
reddit.com › r/linuxquestions › kali without most (hacking) tools?
r/linuxquestions on Reddit: Kali without most (hacking) tools?
February 14, 2024 -

I use kali as daily os despite everyone saying you shouldn't; I like it, it's pretty and you can customize a lot of stuff. I have a very very old laptop and wanted to download kali on it but since it's so bad I was wondering if there's a way to get kali without the hacking tools? I know it's debian but based on youtube videos the desktop and such do not seem that similar.

Basically I want Kali to run on a very low spec laptop.

Otherwise (the laptop might be too old), what os runs the fastest but still doesn't look like windows 4 and such?