Skip to main content

Posts

Showing posts from November, 2019

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...

parat ..(control a pc)

Parat is NOT for real attacks. It simply designed for educational purposes only and so is not responsible for any abusive/offensive uses. Parat Parat is a simple remote administration tool(RAT) written in python. Also you can read  wiki ! Do you want to try? Copy and paste on your terminal: https://github.com/fadinglr/Parat.git cd Parat  python2 main.py Features Fully UnDetectable(FUD) Compatible with Telegram messanger Bypass windows User Account Control(UAC) Memory executation No any requirments to setup Telegram You can communicate parat using telegram messanger. For this do steps: Open  telegram.service  file by an editor Insert your bot token on line 15, replaced on  YOUR_BOT_TOKEN Run  telegram.service  by typing:  python telegram.service Now you can use your bot to control parat :) A very simple bot for example exist on  @ParatKitBot . (Deactived) SEE THE VIDEO AND LEARN  CLICK HERE...

Awesome Hacking Tools list

Awesome Hacking Tools A curated list of awesome Hacking Tools. If you want to contribute to this list send me a pull request. 0trace  1.5 A hop enumeration tool  http://jon.oberheide.org/0trace/ 3proxy  0.7.1.1 Tiny free proxy server.  http://3proxy.ru/ 3proxy-win32  0.7.1.1 Tiny free proxy server.  http://3proxy.ru/ 42zip 42  Recursive Zip archive bomb.  http://blog.fefe.de/?ts=b6cea88d acccheck  0.2.1 A password dictionary attack tool that targets windows authentication via the SMB protocol.  http://labs.portcullis.co.uk/tools/acccheck/ Spyse  OSINT gathering tool that scans the entire web, enrich and collect all the data in its own DB for instant access. Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technologies, OS, AS, wide SSL/TLS DB and more.  https://spyse.com/ findsubdomains  Complete subdomains sacnning service.(works using OSINT).  https://findsubdomains.com sublist3r ...