Skip to main content

Posts

Showing posts from 2019

TheFatRat ( make a bypass antivirus create payload )

TheFatRat             A Massive Exploiting Tool TheFatRat  is an exploiting tool which compiles a malware with famous payload, and then the compiled maware can be executed on Linux , Windows , Mac and Android.  TheFatRat  Provides An Easy way to create Backdoors and Payload which can bypass most anti-virus. Features ! Fully Automating MSFvenom & Metasploit. Local or remote listener Generation. Easily Make Backdoor by category Operating System. Generate payloads in Various formats. Bypass anti-virus backdoors. File pumper that you can use for increasing the size of your files. The ability to detect external IP & Interface address . Automatically creates AutoRun files for USB / CDROM exploitation Installation Instructions on how to install  TheFatRat git clone https://github.com/Screetsec/TheFatRat.git cd TheFatRat chmod +x setup.sh && ./setup.sh Update cd TheFatRat ./update && c...

Trity. ( Website hacking. SMS bombing. Find exact location. Mail spoofing )

Trity Trity is an advanced pentesting framework dedicated to everything from vulnerability testing to cryptography. Installation & Usage In order to install this program, it is crucial that you are on a  Linux-based  distro, preferably  Kali-Linux  or  BackBox . First,  git clone . git clone https://github.com/toxic-ig/Trity.git Change directory, and then run the installer script (Must be root or have superuser permissions): cd path/Trity sudo python install.py The  install.py  script will install of the necessary dependencies for you. Other platforms will be supported in the future. Once finished, execute with: trity FAQ What if I get ImportError: no module named x Make sure you have Internet and try manually installing it by executing: pip install x (whatever x is) Will Trity work on Windows? No Will Trity work on Mac OSX I am not sure because there is no way for me to test it, but if someone would like to ...

Kali Linux install in termux

Nethunter-In-Termux This is a script by which you can install Kali nethunter (Kali Linux) in your termux application without rooted phone Steps 1.git clone https://github.com/Nisheshgarg963/Nethunter-In-Termux.git 2.chmod +x kalinethunter 3../kalinethunter Suggested vídeo = https://youtu.be/oBvCYyO7nG8

DarkFly-Tool ( install tools )

DarkFly-Tool The latest version of DarkFly tool V.4.0 DarkFly now is:  DarkFly-2019.1  (generation of DarkFly-tool) Try it. information: DarkFly-Tool is an installation tool for installing tools. this tool makes it easy for you. so you don't need to type git clone or look for the github repository. You only have to choose the number. which tool you want to install. there are 530 tools ready for intall. and for those of you who like to have fun. there are 7 SMS spam tools that are ready to use, you just need to choose spam to use the target number. there is a tocopedia DLL, install: Termux: pkg install python2 pkg install git git clone https://github.com/Ranginang67/DarkFly-Tool cd DarkFly-Tool python2 install.py 1.if installed is complite, use command $cd 2.then run it $DarkFly NOTE: if python2 install.py is not allowed or fail, Use this $chmod +x install.py $python2 install.py how to update: for update this tool, just do the reinstallation, the fi...

VirusX. (create virus for Android device.)

VirusX VirusX is a tool for Termux to create virus for Android device. Installation : First of all install Termux app on your android phone.   After that, open Termux Type below command $ apt update && apt upgrade $ apt install git $ pkg install python $ git clone https://github.com/TSMaitry/VirusX.git $ cd VirusX $ chmod +x VirusX.py $ python2 VirusX.py Main link= https://github.com/TSMaitry/VirusX

SocialSploit. (social media hack)

SocialSploit Installation pkg install -y git git clone https://github.com/Cesar-Hack-Gray/SocialSploit cd SocialSploit ls bash install.sh ./Sploit Installation https://youtu.be/z9FmwGOo3A8 Example ● SocialSploit es un framework de phishing que nos ayuda a hackear con ngrok y serveo :3 ● se trata de ingeniería social recuerda esto no me hago responsable del mal uso requisitos -> curl, php, ssh, python2 y wget SocialSploit Mi redes sociales YouTube : http://youtube.com/c/CésarHackGray_Y_Miickeyy Telegram : https://t.me/CesarGray Facebook : Cesar Hack Gray Mi web : https://www.CesarHackGray.com Disfruta -> SocialSploit by @CesarHackGray

RouterSploit ..(Exploitation Framework for Embedded Devices)

RouterSploit - Exploitation Framework for Embedded Devices   The RouterSploit Framework is an open-source exploitation framework dedicated to embedded devices. click here to video It consists of various modules   that aids penetration testing operations: exploits - modules that take advantage of identified vulnerabilities creds - modules designed to test credentials against network services scanners - modules that check if a target is vulnerable to any exploit payloads - modules that are responsible for generating payloads for various architectures and injection points generic - modules that perform generic attacks Installation Requirements Required: future requests paramiko pysnmp pycrypto Optional: bluepy - bluetooth low energy Installation on Kali Linux apt-get install python3-pip git clone https://www.github.com/threat9/routersploit cd routersploit python3 -m pip install -r requirements.txt python3 rsf.py Bluetooth Low Energy suppo...