All needed is python3 on any Linux distribution and Sherlock from github Installation # clone the repo$ git clone https://github.com/sherlock-project/sherlock.git # change the working directory to sherlock$ cd sherlock # install the requirements$ python3 -m pip install -r requirements.txt Missing pip module # install pip module$ sudo apt-get install python3-pip # Repeat the step toContinue reading “Find Social Media Accounts With Sherlock”
Category Archives: Hacking
Installing Kali Linux on ESXI
What you need– ESXI Server Downloads:– Latest Kali Linux ISO link Step 1 Setting up the VM on the ESXi server – Upload the ISO onto the ESXI server – Create a VM Configure your settings and point the CD drive to the uploaded ISO Step 2 power on and install Kali Linux Choose graphicalContinue reading “Installing Kali Linux on ESXI”
Cracking WEP Wifi Passwords
# airodump-ng (Network Card Name Wlan) – get the bssid and the channel that the WIFI is running on# besside-ng (Network Card Name Wlan) -c (channel Number) -b (bssid of the WIFI) – you will receive the password in HEX, to crack the HEX continue:# aircrack-ng ./wep.cap choose the network you’re trying to crack andContinue reading “Cracking WEP Wifi Passwords”
Starting Metasploit For The First Time on Kali Linux
1) Start postgresql> /etc/init.d/postgresql status > /etc/init.d/postgresql start 2) Start Metasploit Framework’s Database.> sudo msfdb init 3) Run a bundle install> gem install bundler 4) Start Metasploit> msfconsole Confirm postgreql is connected> db_status