Github tools
2.74K subscribers
33 photos
2 videos
58 files
366 links
Github useful scripts and tools
Download Telegram
Channel created
Bypass Android Lock Screen Passcode

Hacking a locked device is not an easy task.
It is very important to check out some applications and tools that can serve this purpose.

And so let's get started!

First of all, we need to download the Cilocks (Android password bypass) tool, so enter the following commands in your Linux or Termux terminal.

$ git clone https://github.com/tegal1337/CiLocks.git
$ cd CiLocks
$ chmod + x CiLocks
$ sudo bash cilocks

Now connect your Android phone to your Linux computer and select the option you want.
How to send SMS for free?

Good day! Today we are going to show you a script for Termux that will allow you to send free messages to any number and with any text. This script is called SmsSender → TYK ←.

Let's go!

1. For installation we use:
pkg upgrade
$ pkg install -y git python
$ git clone https://github.com/KrasProject2021/SmsSender
$ cd SmsSender
2. The launch is carried out using the following command:
python main.py

After launching, we just need to enter the number, the text of the message and, in fact, send the result.
Tool for mass webcam hacking

Entropy Toolkit is a powerful webcam penetration testing utility. It can work both "pointwise" and search for them through shodan.

Installation

$ pip install tailer
$ git clone https://github.com/evildevill/entropy
$ cd entropy
$ chmod + x install.sh
$ ./install.sh

Usage

$ python3 entropy -h
Downloading videos from popular sites using Termux

BashMp4 is a video downloader tool. This tool can download videos from over 20 sites. This tool is created for educational purposes only.

Installation

$ apt update
$ apt install git -y
$ git clone https://github.com/htr-tech/bash2mp4
$ cd bash2mp4

Running

$ bash setup.sh

After starting, you will need to choose which format you want to download and insert the link, then the file you downloaded will be saved.

A must have for everyone who works with content ✌️
Brute force Instagram accounts using Termux

Brutegram is a utility for carrying out brute-force attacks on Instagram accounts. Recommended only if the victim is immune to phishing.


Installation

$ apt update && apt upgrade
$ apt install python python2 git jq
$ pip2 install requests mechanize
$ git clone https://github.com/Err0r-ICA/Brutegram
$ cd Brutegram

Running

$ bash Brutegram

Hut hacking ✌️
1
https://github.com/Z4nzu/hackingtool#all-in-one-hacking-tool-for-hackers
is a comprehensive hacking tool that includes all the top GitHub tools like WiFi-Pumpkin, Hera Chrome Keylogger, UFOnet, XSpear and dozens more.

The list is very curious ✌️
Find site vulnerabilities

XAttacker - created for the lazy and curious, with the help of it you can not only find out what engine the site is on, but also find out its vulnerabilities, as well as get links to these vulnerabilities.

Installation

$ apt install git
$ git clone https://github.com/Moham3dRiahi/XAttacker.git
$ cd XAttacker
$ chmod + x termux-install.sh
$ bash termux-install.sh

Usage

$ perl XAttacker.pl - launch;
$ perl XAttacker.pl -l list.txt - if there is a list of websites;
$ perl XAttacker.pl -multi - enable multithreading;

Strictly for informational purposes only ✌️
Comprehensive toolbox

WannaTool is a collection of a wide variety of hacker tools. Includes call spam script, WhatsApp spam, DDos and much more, such as a snake game.

Installation

$ apt upgrade -y
$ apt update -y
$ git clone https://github.com/Err0r-ICA/WannaTool
$ cd WannaTool
$ chmod + x *

Running

$ bash WannaTool

Hut hacking ✌️