Posts

Showing posts from September, 2019

GoldenEye HTTP DoS Test Tool

GoldenEye GoldenEye is an python app for SECURITY TESTING PURPOSES ONLY! GoldenEye is a HTTP DoS Test Tool. Attack Vector exploited: HTTP Keep Alive NoCache Installation : $ apt update && apt upgrade $ apt install git  $ apt install python2 $ git clone https://github.com/jseidl/GoldenEye $ cd GoldenEye $ chmod x * Run : $ python2 goldeneye.py [url] Enjoy... Do not use for illegal purpose....

Cyber Scan TERMUX and Kali Linux

CyberScan is an open source penetration testing tool  that can analyse packets , decoding , scanning ports,  pinging and geolocation of an IP including (latitude, longitude , region , country ...) Installation : $ apt update && apt upgrade $ apt install git  $ apt install python2 $ apt install python $ git clone https://github.com/medbenali/CyberScan.git $ cd CyberScan usage : $ python2 CyberScan.py -v $ CyberScan -h We can perform ping operations with several protocols using CyberScan The fastest way to discover hosts on a local Ethernet network is to use ARP: $ python2 CyberScan -s 192.168.1.0/24 -p arp In case when ICMP echo requests are blocked, we can still use TCP: $ CyberScan -s 192.168.1.105 -p tcp -d 80 192.168.1.105 = target IP. Enjoy.... Don't use for illegal purpose....

Hash cracker with auto detect hash in termux.

Hash cracker with auto detect hash in Termux and Kali Linux . Hasher is a hash cracker tool that has supported more than 7 types of hashes. Support :  md4  md5 sha1 sha224 sha256 sha384 sha512 ripemd160 whirlpool Execute these commands one by one to install. Installation : $ apt update  $ apt upgrade $ apt install git $ apt install python $ apt install python2 $ git clone https://github.com/ciku370/hasher $ cd hasher Run : python2 hash.py Simply paste hashes. {hit enter}  It ask the type of hash . then select your type of hash to Decrypt it. Enjoy...... Follow us.......

A-Rat ( Remote access tool )

A-Rat = Remote access tool We can generate python based rat installation : $ apt update  $ apt upgrade $ apt install git $ apt install python2 $ apt install python $ git clone https://github.com/Xi4u7/A-Rat $ cd A-Rat Usage : $ python2 A-Rat.py $ help $ set host 127.0.0.1 [your ip] $ set port 1337 $ set output /$HOME/rat.py $ generate It generates rat.py in termux home directory Open termux new session  type $ ls here you get that rat.py go to again A-Rat means privious session of termux Type run to start exploit. $ run and then open new session and run rat like this $ python rat.py and come back to A-Rat session  Now its connected to that rat. means Hacked. press control + c to stop .