Posts

Showing posts with the label Hacking

Ethical Hacking Part 2 - How To Install & Run Kali Linux as a Windows Subsystem

How To Install & Run Kali Linux As A   Windows Subsystem Kali Linux is known as being the de facto penetration-testing Linux distribution but can be a pain to use as an everyday OS — even more of a pain if that means carrying around a second laptop or the constant frustration of using the finicky Wi-Fi on virtual machines. But there's another option: installing a Kali subsystem on your Windows computer as a convenient compromise.  Microsoft has introduced Windows Subsystem for Linux, or WSL, which lets users run their favorite Linux distributions directly from Windows 10 without dual-booting or using a virtual machine. Thanks to the efforts of Offensive Security and the WSL team at Microsoft, Kali Linux is now the most recent addition to the Microsoft Store. Those familiar with running Kali virtual machines understand the frustration of attempting to use Wi-Fi and Wi-Fi adapters, which is what makes the Windows subsystem so nice. you have no such problems. Additionally, yo

Ethical Hacking 3 - How To Install Kali Linux Tools In Ubuntu Terminal Using Katoolin

Katoolin is a Python script that allows the installation of Kali Linux tools at once automatically or manually one by one. In this tutorial, we are going to show you how to install Kali Linux Tools using Katoolin on Ubuntu. Installing Kali Linux Tools using Katoolin on Ubuntu Prerequisites In order to install Kali Linux Tools, we first need to install the following one by one:     Git     Python 2.7     Katoolin Step 1 – Install Git Launch the Terminal and enter the following command to install Git. sudo apt-get install git Check the Git version. As of today, it’s version 2.17.1. sudo git --version Git Version Step 2 – Install Python Check for available Python version. sudo apt-cache policy python Available Python Version Start install Python 2.7. sudo apt-get install python Now check for installed version: sudo python -V Installed Python 2.7 Step 3 – Install Katoolin Before installing Katoolin, clone git repository to our current loc

Tools That You Will Need To Start Bug Bounty Hunting & Earn Money By Hacking

Best Tools You Will Need To Start Bug Bounty Hunting & Earn Money By Hacking Below is a must have list of tools which are useful for vulnerability hunting,in no particular order. While some automate the process of searching for vulnerabilities, these should not replace manual work, keen observation and intuitive thinking. Michiel Prins,Co-Founder of Hackerone,deserves a huge thanks for helping to contribute to the list and providing advice on how to effectively use the tools. Burp Suite https://portswigger.net/burp Burp Suite is an integrated platform for security testing and pretty much a must when you are starting out.It has a variety of tools which are helpful, including: • An intercepting proxy which lets you inspect and modify traffic to a site • AnapplicationawareSpiderforcrawlingcontentandfunctionality(either passively or actively) • A web scanner for automating the detection of vulnerabilities • A repeater for manipulating and resending individual requests • A sequ