Github Feed ™
Open in Telegram
📦 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.
Show more962
Subscribers
No data24 hours
-47 days
-2130 days
Posts Archive
🚀 Introducing Bypasser: Real IP Discovery & CDN Bypass Toolkit
I'm excited to share a project I’ve been working on — Bypasser, a Bash-based reconnaissance toolkit designed to uncover real IPs behind Cloudflare, Akamai, and other CDN/WAF protections.
🔍 Bypasser automates:
Subdomain enumeration via subfinder & crt.sh
IP resolution with dnsx
HTTP probing using httpx
DNS zone transfer testing
Real IP filtering (Cloudflare CIDR block exclusion)
Reverse IP lookups from multiple sources (including APIs)
📦 Output includes:
Discovered subdomains & IPs
Live hosts
DNS records (MX, TXT, NS)
Zone transfer results
Real IPs & reverse lookup results
💡 Why I built this:
As a penetration tester and bug bounty hunter, I needed a unified and automated way to collect and analyze DNS metadata & CDN protection footprints — so I built one.
🛠️ Built with:
Bash + subfinder, dnsx, httpx, dig, jq, curl, parallel, ipcalc
🔗 GitHub repository --- https://lnkd.in/egSHpNBZ
I'd love feedback from the community!
Feel free to test it, suggest features, or contribute improvements.
🚀 How to Use Google Gemini AI from Terminal (CLI) 🤖💻
Want to access Google Gemini AI directly from your Linux or Termux terminal? Here's how to get started with the basic setup.
🛠️ Run these two commands first:
apt update && apt upgrade
apt install nodejs gitThese commands will update your system and install the required packages to proceed further. Once your system is ready, you'll need to install the Gemini CLI, authenticate with your Google account, and start chatting — all from the command line! 🎥 Watch the full step-by-step video guide here: 👉 https://youtu.be/p9WEatXIWAQ?si=fn2R98Qu3Fd6wfkS This tutorial covers everything from setup to real usage. Perfect for Termux lovers, developers, and CLI users! 🕹 Join us: @LinkCentralX
🔥💻 MINE XMR ON ANDROID TERMUX! 😱📱
Yes bro, no clickbait — I actually made my phone mine Monero (XMR) using just Termux 😅
No app, no PC — just clean command-line execution using a proper setup ⚙️💀
📲 What’s covered:
✅ Termux setup (from scratch)
✅ Xmrig install like a pro
✅ Pool se live connection
✅ Mining logs dancing on your screen 😂
✅ Bonus: Automated mining with custom command 😎
⚠️ Don’t expect profit — you might earn $1 after 800 years 💸
But hey, it’s fun to explore how powerful your phone can be when used smartly 🔥
📺 Watch the full madness here:
🔗 https://youtu.be/6WyIJffak-c
🗣️ Video Language: Hindi
🕹 Join us: @LinkCentralX
🔰 INSTALL AND USE HOLEHE IN TERMUX 🔰
Holehe checks if an email is attached to an account on sites like twitter, instagram, imgur and more than 120 others. Retrieves information using the forgotten password function.✅ Installation: •
apt-get update -y
• apt-get upgrade -y
• apt-get install python -y
• apt-get install python-pip -y
• pip install holehe
✅ Usages
• holehe -h
• holehe < Emai l>
✅ Done
🕹 Join us: @LinkCentralXRepost from VritraSec ™
🚀 New GitHub Account Alert! 🚀
✅ We've just launched a new GitHub account for all our latest projects and updates. 💻
📎 Follow us: https://github.com/VritraSec
Let's continue building amazing things together! 🔗📎
Repost from VritraSec ™
🔒 Big News: MrHacker-X is Becoming VritraSec! 🔒
Hey Everyone,
I have some thrilling news to share with you all! 🎉 Our journey as MrHacker-X has been incredible, but it's time for a transformation. We're rebranding as VritraSec! 💼
After careful consideration, we believe VritraSec better embodies our values and mission in the cybersecurity world. This new name signifies our commitment to providing top-notch security solutions and safeguarding your digital assets with expertise and dedication. 💪🛡️
Rest assured, while our name is changing, our dedication to serving you remains steadfast. We're still the same team you know and trust, just with a fresh new identity!
Thank you all for your unwavering support and trust. We couldn't have reached this milestone without each and every one of you. Here's to the exciting journey ahead as VritraSec!
Warm regards,
~ Alex Butler
🔰 INSTALL FB-SHARE IN TERMUX 🔰
Facebook auto-share lets you automatically publish Public posts to your page, groups, or other accounts, saving you time and boosting engagement.✅ Installation: •
apt update -y
• apt upgrade -y
• apt install git -y
• apt install python -y
• git clone https://github.com/U7P4L-IN/FB-SHARE.git
• cd FB-SHARE
• python3 SHARE.py
✅ Done
🕹 Join us: @LinkCentralX🔰 INSTALL AND USE TELLME IN TERMUX 🔰
TellMe: A Python 3 Information Gathering tool for Linux. Requires only a domain or IP. Features Whois, DNS Lookup, Nmap, HTTP Header Grabber, and more. Install Python 3, Nmap, and EtherApe.✅ Installation •
apt update -y
• apt upgrade -y
• apt install git -y
• apt install python -y
• apt install python-pip -y
• git clone https://github.com/HackWeiser360/TellMe
• cd TellMe
• pip install -r requirements.txt
• python TellMe.py
✅ Done
🕹 Join us: @LinkCentralX🔰 INSTALL WEBKILLER IN TERMUX 🔰
Webkiller is a versatile OSINT toolkit, offering Cloudflare bypass, CMS detection, trace routes, reverse IP lookup, port scanning, IP location, HTTP header display, shared DNS discovery, WHOIS lookup, DNS analysis, robots.txt scanning, and admin page identification. Ideal for diverse website intelligence gathering.✅ Installation: •
apt update -y
• apt upgrade -y
• apt install git -y
• apt install python -y
• apt install python-pip -y
• git clone https://github.com/ultrasecurity/webkiller
• cd webkiller
• pip install -r requirements.txt
• python webkiller.py
✅ Done
🕹 Join us: @LinkCentralX🔰 INSTALL INSTABRUTEFORCE IN TERMUX 🔰
This program will brute force any Instagram account you send it its way given a list of proxies.✅ Installation •
apt-get update -y
• apt-get upgrade -y
• apt-get install git python python-pip -y
• pip install pipenv requests colorama bs4
• git clone https://github.com/Hackertrackersj/Instabruteforce.git
• cd Instabruteforce
• chmod +x *
👍 Upload a list of proxies before you start the attack
• python instagram.py -px <proxy list>
👍 Start attack
• python instagram.py -u <username> -p <passlist>
✅ Done
🕹 Join us: @LinkCentralX🔰 INSTALL DARKARMY IN TERMUX 🔰
DARKARMY is a comprehensive collection of penetration testing tools, encompassing a wide range of scripts essential for ethical hacking. It provides a diverse set of capabilities required for penetration testing and security assessments.✅ Installation •
apt-get update -y
• apt-get upgrade -y
• apt-get install git -y
• apt-get install python2 python3 -y
• git clone https://github.com/D4RK-4RMY/DARKARMY.git
• cd DARKARMY
• chmod +x *
• python2 darkarmy.py
✅ Done
🕹 Join us: @LinkCentralX🔰 INSTALL DEVILX IN TERMUX 🔰
DevilX, a Python3 tool for Termux enthusiasts, offers six powerful features. From gathering Email IDs, Phone Numbers, and IP locations to installing over 110 hacking tools seamlessly, it opens up a world of possibilities with its user-friendly design.✅ Installation •
apt-get update -y
• apt-get upgrade -y
• apt-get install git -y
• git clone https://github.com/MrHacker-X/DevilX.git/
• cd DevilX
• chmod +x *
• bash setup.sh
• python devilx.py
✅ Done
🕹 Join us: @LinkCentralX🔰 INSTALL SCANNERX IN TERMUX 🔰
ScannerX is a linux kernal based tool for linux and Termux(Android) users. This tool is written in python3. This tool contain 10 different type of scanning and We've used total more than 11 websites for better scanning. We've also included virustotal scanning here so you can see if link is malicious or not. If you're using this tool then You're able to scan port, subdomain, dns and many more things.
✅ Installation
•
apt-get update -y
• apt-get upgrade -y
• apt-get install git -y
• git clone https://github.com/MrHacker-X/ScannerX.git/
• cd ScannerX
• chmod +x *
• bash setup.sh
✅ Usages
• scanx < domain >
• scanx gitlab.com
✅ Done
🕹 Join us: @LinkCentralXRepost from VritraSec ™
𝗪𝗛𝗔𝗧 𝗜𝗦 𝗔𝗛𝗫 𝗛𝗔𝗖𝗞𝗜𝗡𝗚 𝗟𝗔𝗕 𝗧𝗢𝗢𝗟
Ahx hacking lab to best tool for install many hacking tools For Linux and Termux and simle to use
𝗛𝗢𝗪 𝗧𝗢 𝗜𝗡𝗦𝗧𝗔𝗟𝗟 𝗔𝗛𝗫 𝗛𝗔𝗖𝗞𝗜𝗡𝗚 𝗟𝗔𝗕 𝗟𝗜𝗡𝗨𝗫 & 𝗧𝗘𝗥𝗠𝗨𝗫
𝗜𝗡𝗦𝗧𝗔𝗟𝗟 𝗜𝗡 𝗟𝗜𝗡𝗨𝗫
sudo apt update
sudo apt upgrade -y
sudo apt install git
sudo apt install python3
git clone https://github.com/BlackHat-Abhi/AHX-HACKING-LAB.git
cd AHX-HACKING-LAB
python3 ahx.py
𝗜𝗡𝗦𝗧𝗔𝗟𝗟 𝗜𝗡 𝗧𝗘𝗥𝗠𝗨𝗫
apt update && apt upgrade -y
apt install python
apt install git
git clone https://github.com/BlackHat-Abhi/AHX-HACKING-LAB.git
cd AHX-HACKING-LAB
python3 ahx.py
𝗧𝗢𝗢𝗟 𝗨𝗦𝗘𝗥𝗡𝗔𝗠𝗘 - shree
𝗧𝗢𝗢𝗟 𝗣𝗔𝗦𝗦𝗪𝗢𝗥𝗗 - ram- Installing Packages:
👉 To install any packages in termux, use
pkg install package_name command.
For example, if you want to install python as:
pkg install python
- Uninstalling Packages:
👉 To uninstall any package in termux, use pkg uninstall package_name command.
For example, if you want to uninstall python as:
pkg uninstall python
- Updating Packages:
👉 To update any package in termux, use pkg update package_name command.
For example, if you want to update python as:
pkg update pythonList of basic commands for Termux:
1. pwd (print working directory): prints out the directory of the current working folder.
2. ls (list): lists out the content of the current working directory.
3. cd (change directory): changes the current working directory.
4. cp (copy): copies a file or directory.
5. mv (move): moves a file or directory.
6. rm (remove): removes a file or directory.
7. mkdir (make directory): creates a new directory.
8. rmdir (remove directory): removes a directory.
9. touch (create): creates a new file.
10. echo (print): prints out a string of text in the command line.
11. cat (print file): prints out the contents of a file.
12. tar (archive): creates an archive of files and directories.
13. gzip (compress): compresses a file or directory.
14. gunzip (decompress): decompresses a file or directory.
15. head (view file): views the first few lines of a file.
16. tail (view file): views the last few lines of a file.
17. find (locate files): locates files and directories on the filesystem.
18. grep (search files): searches for a string in a file or several files.
19. locate (search files): searches the entire filesystem for a string.
20. ssh (secure shell): allows for secure remote login to another machine.
Repost from VritraSec ™
🔰 SETUP OWN PERSONAL AI BOT BY IMAGINEX USING TERMUX 🔰
ImagineX, your AI-powered Telegram bot, delivers smart answers using OpenAI for diverse questions. Elevate your chats with unique image generation – provide a prompt, and watch as ImagineX creates captivating visuals effortlessly. AI integration made simple for your Telegram interactions.✅ Installation
🚀 Video tutorial: https://youtu.be/a7nVM-ipdIQ 🚀 Create your Telegram bot from @BotFather 🚀 Get your API key from openai.com✅ Commands •
apt update -y
• apt upgrade -y
• apt install git python python-pip -y
• git clone https://github.com/MrHacker-X/ImagineX
• cd ImagineX
• pip install -r requirements.txt
• nano config.py
💥 Put your Telegram bot token and your OpenAI API key into config.py file. And save file by " ctrl + s " and close the file by " ctrl + x ". 🔥 Everything is setup, now active the bot•
python imaginex.py
📌 Now open telegram and start your bot. And use /help for more information.✅ Done 🕹 Join us: @LinkCentralX
