Github tools
2.74K subscribers
33 photos
2 videos
58 files
366 links
Github useful scripts and tools
Download Telegram
TL-TROJAN

Welcome to the TL-TROJAN repo. This collection contains source files for a variety of Trojans.

Files in this collection have been gathered via distributed trawling of the internet, and deduplicated where applicable.
Disclaimer

The files contained in this repo are for research purposes only. They are provided as-is and have no guarantee of functionality.

RATs
▪️D4rkDays
▪️LimeUSB
▪️AhMyth
▪️AndroRAT
▪️Dendroid
▪️DroidJack
▪️Loki
▪️OmniRAT
▪️SpyNote
▪️StonedCat
▪️AsyncRAT
▪️Backdoor
▪️BlackWorm
▪️Crypt0r
▪️DarkComet
▪️Nanocore
▪️NodeRATio
▪️PlasmaRAT
▪️ProRat
▪️njRAT

Stealer
▪️AgentTesla
▪️AntiAVStealer
▪️Anubis
▪️Ardamax
▪️Arkei
▪️Azorult
▪️BlackStealer
▪️Hades
▪️N0F1L3
▪️Predator
▪️ProjectEvrial

🔗 Download :
https://github.com/threatland/TL-TROJAN

🔻SHARE AND SUPPORT US 🔻
@tutorials_zone
⬆️ How to attack a Wi-Fi hotspot?

Salute to all our readers! Today we will analyze with you software for attacking Wi-Fi access points. The software is called Wifipumpkin3 →
https://github.com/P0cL4bs/wifipumpkin3
←.

Wifipumpkin3 allows you to:

1. Implementation of the MiTM attack (man in the middle)
2. Implementation of Rogue attacks
3. Wi-Fi network scanner
4. DNS monitoring service
5. Open source

# Creepy # Hacks
📲 Hacking Android with only IP address

Today we will be accessing an Android device with only an IP address.
This can be used for good purposes (remote control) as well as not very good ones.

Installation: https://pastebin.com/uvxnX77u

Run: python3 SatanaADB.py

After that, a menu will open, enter 3. Then you need to get the IP address somewhere, you can get it somehow, or you can just find it in Shodan.
After entering the IP address, the following functions will become available to you:
- APK installation
- screen recording
- turning off the device
- button presses and much, much more.


# Useful # Hacks
Finding a Wi-Fi password by calculating master keys

Pyrit is a tool with which it is possible to carry out an attack on Wi-Fi networks using the WPA / WPA2-PSK security protocol.

Password guessing is done by calculating paired master keys by the tool.

Installation on Linux:

• sudo pip install psycopg2
• sudo apt install python3-scapy
• git clone https://github.com/JPaulMora/Pyrit.git
• cd Pyrit
• python setup.py clean
• python setup.py build
• sudo python setup.py install
• pyrit
Deanon victims using phishing links!

Storm Breaker is a utility for creating phishing links, which in turn generates and "steals" a photo from the victim's camera. You can also access the location of the victim's smartphone, steal Windows 10 passwords, access the webcam and microphone.

Installation:
▪️git clone https://github.com/ultrasecurity/Storm-Breaker
▪️cd Storm-Breaker
▪️sudo bash linux-installer.sh
▪️python3 -m pip install -r requirments.txt

Usage:
▪️sudo python3 Storm-Breaker.py

🗝
Shortening links in Termux

ShortUrl is a tool for creating short URLs. This tool uses Api TinyURL. It is created for educational purposes only.

Installation

▪️apt update
▪️apt install git -y
▪️git clone https://github.com/htr-tech/shorturl
▪️cd shorturl

Running

▪️bash setup.sh

Next, enter the link and wait for the result ✌️
We scan the site for vulnerabilities!

RapidScan is a versatile, comprehensive website crawling tool. This tool is used to quickly assess the security of a site.

Installation:
▪️ git clone https://github.com/skavngr/rapidscan
▪️ cd rapidscan

Usage:
▪️ python rapidscan.py https: // checked site

We are waiting for the scan results and after that we exploit the found vulnerabilities.
Shortening links in Termux

ShortUrl is a tool for creating short URLs. This tool uses Api TinyURL. It is created for educational purposes only.

Installation

▪️apt update
▪️apt install git -y
▪️git clone https://github.com/htr-tech/shorturl
▪️cd shorturl

Running

▪️bash setup.sh

Next, enter the link and wait for the result

🔑
Turning Termux into a browser

Friends, did you know that you can view regular websites through Termux? To do this, you need to use the w3m utility, which has a lot of functions, but today I will show you only one - how to open a site and view it.

To install the browser in termux, we will use the below command. This command will install the w3m package in your termux.

▪️pkg install w3m

Now that everything is installed and we just need to provide the URL of the site that you want to visit using the browser.

▪️w3m https://google.com/

Now you can see the site in the thermux and can navigate as you usually do in Chrome using the arrows in the lower left corner of the screen.

🔑
Breaking Wi-Fi with wi-toolkit!

Firework! In this post, we will show you a utility that will allow you to perform a brute force attack on a selected Wi-Fi network.

This utility is called WI-TOOLKIT → TYK ←. Also, the functions of this program include WPS, WPA / WPA2 attacks, but this will require an Internet connection.

Let's get started:

1. To install, use Termux and write the lines:
git clone https://github.com/mkdirlove/WI-TOOLKIT
$ cd WI-TOOLKIT
$ chmod + x *
$ ./install.sh
2. To use, we write the command:
$ sudo python wi-toolkit.py
Hacking an encrypted ZIP archive!

For this we will use the ZIP-Password-BruteForcer utility. It is written in Python, so it can run on both Termux and Windows.

Installation in Termux:
▪️git clone https://github.com/The404Hacking/ZIP-Password-BruteForcer

Usage:
▪️cd ZIP-Password-BruteForcer
▪️python ZIP-Password-BruteForcer.py

Next, we enter the path to the encrypted archive itself, as well as to the dictionary for searching. The process will start, and the speed of searching passwords will depend on the power of your device.
Checking mail for validity in Termux

KnockMail is a utility that checks mail for validity, that is, for the fact of its existence. The tool is especially useful for those who work with databases.

Installation

$ pkg update
$ pkg upgrade
$ pkg instal tsu
$ pkg install python
$ pkg intall git
$ pkg install python2
$ git clone https://github.com/4w4k3/KnockMail.git
$ cd KnockMail
$ tsu
$ pip install -r requeriments.txt

Running

$ python knock.py

After launching, we are greeted by a menu in which we can choose to check e-mail addresses in a special file (number 1) or check one e-mail (number 2).
Deanon victims using phishing link

Hello everyone.
Storm Breaker is a utility for creating phishing links, which in turn generates and "steals" a photo from the victim's camera. You can also access the location of the victim's smartphone, steal Windows 10 passwords, access the webcam and microphone.

Installation:
▪️git clone https://github.com/ultrasecurity/Storm-Breaker
▪️cd Storm-Breaker
▪️sudo bash linux-installer.sh
▪️python3 -m pip install -r requirments.txt

Usage:
▪️sudo python3 Storm-Breaker.py

All information is provided for informational purposes only. We are not responsible for your actions.
The coolest multitool for phishing!

Good day! Today we are going to show you a new bash-based script that was created to phish social media accounts. This script is called Mrphish → TYK ←. The great thing about the tool is that it works on both rooted and non-rooted Android devices.

Let's go!

1. For installation we use:
apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y
$ pkg install git -y
$ pip install lolcat
$ git clone https://github.com/noob-hackers/mrphish
$ cd $ HOME
$ cd mrphish
$ bash setup
$ bash mrphish
2. After installation, all you need to do is select the required social network and send the link to the victim.
Universal tool for Instagram

Get-instagram-users-info --- Any-instagram-account - utility for raising your own farm of Instagram bots. Allows you to put likes, hashtag likes, subscribe, subscribe to certain hashtags, unsubscribe, unsubscribe from all subscribers and much more.

Installation

$ pkg update && upgrade
$ pkg install git python
$ git clone https://github.com/zxllkada/Get-instagram-users-info---Any-instagram-account.git
$ cd Get-instagram-users-info --- Any-instagram-account
$ pip install -r requirements.txt

Installation

$ cd Get-instagram-users-info --- Any-instagram-account
$ cd zxllkada
$ cd Dump_Instagram_Information_ANY_ACCOUNT
$ python3 InstaInfo_zxll.py
The coolest multitool for phishing!

Good day! Today we are going to show you a new bash-based script that was created to phish social media accounts. This script is called Mrphish → TYK ←. The great thing about the tool is that it works on both rooted and non-rooted Android devices.

Let's go!

1. For installation we use:
apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y
$ pkg install git -y
$ pip install lolcat
$ git clone https://github.com/noob-hackers/mrphish
$ cd $ HOME
$ cd mrphish
$ bash setup
$ bash mrphish
2. After installation, all you need to do is select the required social network and send the link to the victim.
Best Android RAT in Termux!

haxRat is a cloud-based Android remote control script based on NodeJS. With it, you can block calls on the device, see all files and pictures, listen to the microphone, monitor notifications and much more.

Installation

apt install nodejs git
git clone https://github.com/hax4us/haxRat.git
cd haxRat / server
npm install
mkdir ~ / haxrat

Usage

$ node index.js
Breaking Wi-Fi with wi-toolkit!

Firework! In this post, we will show you a utility that will allow you to perform a brute force attack on a selected Wi-Fi network.

This utility is called WI-TOOLKIT → TYK ←. Also, the functions of this program include WPS, WPA / WPA2 attacks, but this requires an Internet connection.

Let's get started:

1. To install, use Termux and write the lines:
git clone https://github.com/mkdirlove/WI-TOOLKIT
$ cd WI-TOOLKIT
$ chmod + x *
$ ./install.sh
2. To use, we write the command:
$ sudo python wi-toolkit.py