Github Feed
1.02K subscribers
119 photos
3 videos
1 file
924 links
📦 A catalog of useful GitHub repositories.

Discover tools, libraries, and interesting projects shared by developers.

💻 New repositories posted regularly to help you find helpful code and resources.
Download Telegram
Channel created
Termux Instagram information genrating tool

pkg up -y

pkg install git -y

pkg install python -y

git clone https://github.com/th3unkn0n/osi.ig


cd osi.ig

pip install -r requirements.txt

python main.py -u username

python main.py -u username
👍3
$ apt-get update -y

$ apt-get upgrade -y

$ apt install php wget git -y

$ git clone https://github.com/SSLRI/pubghack

$ cd pubghack

$ bash pubghack.sh
👍2
$ apt update && upgrade -y

$ apt install python

$ apt install git

$ git clone https://github.com/T-Dynamos/Distruct-X

$ Initialise Dir

$ mkdir ~/.android

$ cd Distruct-X



$ pyhon3 distruct.py
😁1
$ 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 mrphish

$ ls

$ bash setup

$ bash mrphish
🛑 Termux Backup commamd

cd $PREFIX/../../;tar -pczvf /sdcard/termux.backup.tar.gz files/;cd;


🛑 Termux Restore command


cd $PREFIX/../../;tar -xzvf /sdcard/termux.backup.tar.gz;cd;
👍21
🔰 HCKRtool IN TERMUX 🔰

apt update

apt upgrade

apt install git -y

git clone https://github.com/Err0r-ICA/HCKRtool

cd HCKRtool

chmod +x HCKRtool

bash HCKRtool

⚡️ Our Network: @LinkCentralX
👍3
🔰 Admin Hack: A script to find admin login pages and EAR vulnerabilites 🔰

Installation:

apt upgrade

apt update

apt install git

git clone https://github.com/mishakorzik/AdminHack

cd AdminHack

bash setup.sh

⚡️ Our Network: @LinkCentralX
🔰 Manage Instagram followers using Termux🔰

Installation:

apt update && apt upgrade -y

apt install git nodejs

git clone https://github.com/rrudy0966/instatools

cd instatools

unzip node_modules.zip

npm install
ininstagramprivateapi


node index

⚡️ Our Network: @LinkCentralX
2