en
Feedback
Github Feed ™

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 more
962
Subscribers
No data24 hours
-47 days
-2130 days
Posts Archive
🛠 Tool Name: Termux X11 GUI (ps1-x11) 📝 Description: A simple and automated script to install Termux X11 GUI, providing a graphical user interface for your Termux environment. This enhances your user experience by allowing you to run graphical applications and use a desktop environment within Termux. 💻 Installation:

git clone https://github.com/Wq-ui-cmd/ps1-x11.git
cd ps1-x11
chmod +x install.sh
./install.sh
⚡ Pro-tip: After installation, start the X11 server by running xinit /usr/bin/gnome-session & and then use DISPLAY=:0 to run graphical applications.

🛠 Tool Name: XShot 📝 Description: XShot is a powerful and customizable screenshot tool that allows you to enhance your screenshots with various annotations, highlights, and effects. It's perfect for creating polished, professional visuals for presentations, tutorials, or any other project that requires high-quality screenshots. 💻 Installation:

# Update and upgrade your system
$ apt update && apt upgrade

# Install XShot
$ git clone https://github.com/iso-zoro-07/XSHOT-BY-RENZ.git
$ cd XSHOT-BY-RENZ
$ chmod +x install.sh
$ ./install.sh
⚡ Pro-tip: To take a screenshot, simply press the Print Screen key or use the command xshot. You can then customize your screenshot with various annotations, highlights, and effects using the XShot editor.

🛠 Tool Name: SayWhat_Menu 📝 Description: 🎮 Create engaging menus for your APT GoFetch toy with SayWhat_Menu, simplifying your interactions for a better user experience. 💻 Installation:
pkg update && pkg upgrade -y
pkg install git python -y
git clone https://github.com/Eman420-art/saywhat_menu
cd saywhat_menu
python say_what.py
⚡ Pro-tip: Integrate this menu script into your automation workflows to make complex command sequences accessible with a single keypress and a clean CLI interface!

🛠 Tool Name: nonstop 📝 Description: 🚀 Streamline your workflow with nonstop, a tool designed to automate repetitive tasks and boost productivity effortlessly. 💻 Installation:
pkg update && pkg upgrade -y
pkg install git python -y
git clone https://github.com/charefabdelrazak/nonstop
cd nonstop
chmod +x *
python nonstop.py
⚡ Pro-tip: To maximize efficiency, integrate nonstop into your .bashrc or .zshrc file to trigger your automated workflows immediately upon opening your Termux terminal!

🛠 Tool Name: http-from-tcp 📝 Description: 🌐 Build a lightweight HTTP/1.1 server in Go that directly processes TCP connections. This tool provides a minimalist approach to web serving, allowing for custom route handling and efficient video streaming by managing the raw communication between the client and server. 💻 Installation:
pkg update && pkg upgrade
pkg install golang git
git clone https://github.com/Chubatra/http-from-tcp
cd http-from-tcp
go build main.go
./main
⚡ Pro-tip: Because this server operates directly on TCP connections, it is incredibly efficient for low-resource environments like Termux. Use it to host local media files or as a learning sandbox to understand how HTTP headers and handshake protocols work under the hood!

🛠 Tool Name: Simplify 📝 Description: A feature-rich shell script for 📱 users to automate the APK patching process using the ReVanced patcher engine. 💻 Installation: pkg update && pkg upgrade pkg install git openjdk-17 -y git clone https://github.com/arghya339/Simplify cd Simplify && chmod +x simplify.sh ./simplify.sh ⚡ Pro-tip: You can skip the interactive menu by using CLI flags to automate your patching workflow even faster! 🐧 ⌨️

🙊

🚀 VritraAI v0.30.0 Released 📅 18 Dec 2025 A major upgrade 🔥 taking security, sudo handling, and path intelligence to the next level. ━━━━━━━━━━━━━━━━━━ ✨ Added ━━━━━━━━━━━━━━━━━━ 🔐 Sudo Command SupportFull sudo execution with original colors preserved • Command validation before execution • ⌨️ Tab completion with 30+ common sudo commands • ⚠️ Dangerous sudo warnings (rm -rf, dd, etc.) 📁 Advanced Path Handling.., ../folder, ../../folder support • ~, ~/Documents, ~/script.py expansion • Auto directory change with ./folder & absolute paths 🧠 Smart Error RecoveryAI-powered recovery for missing files & paths • Similar file suggestions using fuzzy matching • Enhanced visual feedback for directory changes & script execution 🛡️ Security EnhancementsChain command blocking for sudo, bash & path commands • Suspicious path traversal detection (3+ ../) ━━━━━━━━━━━━━━━━━━ 🐞 Fixed ━━━━━━━━━━━━━━━━━━ 🎨 Sudo color output fully preserved 📤 Sudo output capture fixed for explain_last 💣 Improved detection for dangerous patterns like sudo rm -rf \* 📂 Fixed standalone ~ and .. commands ▶️ Interactive execution fixed for ./test.py & ./test.sh 🐍 Python error recovery fixed for missing files ━━━━━━━━━━━━━━━━━━ 🔄 Changed ━━━━━━━━━━━━━━━━━━ 🤖 Default Gemini Model Updatedgemini-2.0-flash → gemini-flash-latest (gf4) 🖥️ Sudo execution now runs inside bash with environment preservation 🚫 Stronger blocking for unsafe shell operations ━━━━━━━━━━━━━━━━━━ ⚡ Improved ━━━━━━━━━━━━━━━━━━ 🔐 Complete rewrite of sudo handling with layered security 📢 More informative error messages with clear suggestions ✅ Better command validation before execution 📄 Script execution restricted to .py & .sh only 🚫 All shell commands blocked except restricted bash script.sh 🧠 Prevents launching VritraAI inside VritraAI shell ━━━━━━━━━━━━━━━━━━ 💬 Bottom Line ━━━━━━━━━━━━━━━━━━ v0.30.0 is a major stability and security release Smarter paths, safer sudo, stronger protections 💪 ━━━━━━━━━━━━━━━━━━ ⬆️ Upgrade Command ━━━━━━━━━━━━━━━━━━
pip install --upgrade vritraai

🚀 VritraAI v0.29.5 Released! ⚡ Major Improvements: • AI-Enhanced Recovery System • Smarter History Tracking • Clean Tracebac
🚀 VritraAI v0.29.5 Released! ⚡ Major Improvements: • AI-Enhanced Recovery System • Smarter History Tracking • Clean Tracebacks + Context Sanitization • Better OS & Path Expansion Handling • More Stable Interactive Shell 📥 Download / Update: • https://pypi.org/project/vritraai/ 📚 Documentation: • https://vritraai.vritrasec.com 🛠 Upgrade Command:
pip install vritraai --upgrade
🔥 Try. Test. Break. Report. The more you push it, the stronger it becomes.

Repost from VritraSec ™
🚀✨ OFFICIAL RELEASE - VritraAI Shell v0.29 is LIVE! A new era of terminal intelligence begins today. VritraAI Shell - a clea
+2
🚀✨ OFFICIAL RELEASE - VritraAI Shell v0.29 is LIVE! A new era of terminal intelligence begins today. VritraAI Shell - a clean, powerful and AI-driven command interface for developers, hackers & builders. ⚡🧠 🧠 Focus Areas: Speed • Automation • AI Productivity 🔥 Ideal For: Coders, Pentesters, Researchers, CLI-Power Users ⚙️ Fast, lightweight & distraction-free workflowKey HighlightsAI integrated inside terminal • Natural language → actionable commands • Write, debug, generate & analyze instantly 📥 Install: pip install vritraai ▶ Launch: vritraai 🔍 Version Check: vritraai -v 📚 Docs: https://vritraai.vritrasec.com 🌐 Source: https://github.com/VritraSecz/VritraAIv0.29 - First public rollout. Minimal today. Mightier tomorrow.

Repost from Link Central X ™
💫 Connect. Discover. Thrive. 🚀🔍✨💪 🌐 Channel: VritraSec 🔗 Link: t.me/VritraSec 🌐 Channel: MrHacker-X 🔗 Link: t.me/MrHackerX 🌐 Channel: Block Scripter 🔗 Link: t.me/BlockScripter 🌐 Channel: Termux NinjaX 🔗 Link: t.me/TermuxNinjaX 🌐 Channel: Net NinjaX 🔗 Link: t.me/NetN1njaX 🌐 Channel: DB HunterX 🔗 Link: t.me/dbhunterx 💬 Group: VritraSec Community 🔗 Link: t.me/VritraSecz 💬 Group: NinjaX Talks 🔗 Link: t.me/NinjaxTalks 💬 Group: JAI SHREE RAM 🔗 Link: t.me/dharmraksha 💬 Group: DB HunterX Talks 🔗 Link: t.me/hunterxtalk 💬 Group: NinjaX Byte 🔗 Link: t.me/ninjaxbyte 🔒 TryHackMe: Alex Butler ( Temporary offline ) 🔗 Link: tryhackme.com/p/hacker.alex 🔒 GitHub: VritraSecz 🔗 Link: github.com/VritraSecz 📯🛡 Your Reaction Matters! 🎉🔏

Repost from VritraSec ™
🚨 IPFindX is Back – Smarter, Faster & Sharper! 🌐💥 After a long break, we're excited to announce the RELAUNCH of our powerf
🚨 IPFindX is Back – Smarter, Faster & Sharper! 🌐💥 After a long break, we're excited to announce the RELAUNCH of our powerful open-source tool — IPFindX 🚀 This isn’t just a comeback... it’s a level-up. 💯 🔍 What it does? IPFindX instantly pulls in deep intelligence from IPs: 🌎 Geolocation 🏛 ASN info 🕵️ Proxy & VPN detection 🔗 Reverse DNS 📡 Real-time threat mapping 🧠 + More advanced OSINT-level insights ✨ New Features Added: ⚙️ Enhanced terminal design 📁 Smart JSON output 📊 Speed-optimized engine 🔐 Auto configuration system 📂 Clean structured codebase 📦 Install Now:pip install ipfindx 🔧 Usage:ipfindx --help ← Explore all available options 🌍 Cross-platform | ⚡️ CLI based | 🧪 Built for professionals 🔗 GitHub: https://github.com/VritraSecz/IPFindX 💬 Questions? Feedback? Suggest features? Join our community or drop an issue on GitHub. 🕹 Join us: @LinkCentralX

🔥 GitSpyX is back! The most awaited open-source GitHub OSINT tool is now revived and upgraded for 2025! 🧠 Want to extract f
🔥 GitSpyX is back! The most awaited open-source GitHub OSINT tool is now revived and upgraded for 2025! 🧠 Want to extract full details of any GitHub user or repo in one shot? Just use GitSpyX and expose everything — from profile info to all repo metadata. No more wasting hours manually! 🚀 Installation:pip install gitspyx 📌 Usage:gitspyx --help 📂 Save every tiny detail in JSON 📉 Use --no-display to save output without showing on screen 🎯 Target any user or repo with a single command 🔁 Rebuilt from scratch with better performance, modular code, and professional UI. 🧰 Perfect for analysts, researchers, and devs who want GitHub intelligence at their fingertips. 💻 And yea it’s completely open-source and cross-platform. 📂 GitHub: https://github.com/VritraSecz/GitSpyX 🐍 PyPI: https://pypi.org/project/gitspyx 🕹 Join us: @LinkCentralX

🚀 NeuraX is Now Live! A futuristic dual-mode AI assistant that works flawlessly in both CLI and Telegram 🤖 Built using Pyth
🚀 NeuraX is Now Live! A futuristic dual-mode AI assistant that works flawlessly in both CLI and Telegram 🤖  Built using Python and powered by Perplexity AI 🧠 🧩 Features:CLI chat with colored output & commands  • Full Telegram bot integration with /start, /help, /status etc.  • API key & token configuration with persistent storage  • Context-aware responses and real-time interaction  • Works on Linux, Termux, macOS & Windows 🔐 Built by Vritra Security Organization  🎯 For devs, researchers, and everyday AI users 👉 Try it now: https://github.com/VritraSecz/NeuraX 🕹 Join us: @LinkCentralX

🩸 BloodRecon v1.0 — The OSINT Framework You’ve Been Waiting For 🔍 🛡 Introducing BloodRecon, a powerful Open Source Intelli
🩸 BloodRecon v1.0 — The OSINT Framework You’ve Been Waiting For 🔍 🛡 Introducing BloodRecon, a powerful Open Source Intelligence (OSINT) tool crafted for cybersecurity pros, ethical hackers, bug bounty hunters, and digital forensics experts. ✨ Key Features of BloodRecon 🔹 34+ OSINT modules covering IP, WHOIS, DNS, Email, Phone, Metadata, Shodan & more 🔹 Dual mode: Interactive Menu 🧠 + CLI Arguments 🛠 🔹 Sleek colored terminal output for enhanced readability 🎨 🔹 Structured modular design for easy expansion 📁 🔹 Fully compatible with Linux & Termux 💥 🔹 API key support (e.g., Shodan) for deeper scans 🔑 🔹 Professional documentation & menu-driven UI 📜 🔹 Perfect for automation, scripting, or manual recon work 🎯 🧠 Whether you’re into ethical hacking, forensics, or OSINT ops — BloodRecon is your new recon weapon. 🔥 Fast. Reliable. Modular. Futuristic. 👨‍💻 Crafted with ❤️ by Vritra Security Organization 🔗 GitHub: https://github.com/VritraSecz/BloodRecon.git/ 🕹 Join us: @LinkCentralX

Sampe From LucidX 🔥

photo content
+2

photo content
+9

🚀✨ OFFICIALLY LAUNCHED: LUCIDX IS HERE! Tired of bloated GUI tools for image generation? Say hello to LucidX — a fast, open-source, text-to-image generator built specially for Terminal users. 🧠 Powered by Stability AI ⚙️ Optimized for Termux & Linux 🎨 Comes with 8 Unique Style Presets like Anime, Pixel Art, Neon-Punk, etc. 🔧 FEATURES:100% Free using your own Stability API Key • Stylish color-themed CLI interfaceNo GUI needed — lightweight & efficient • Auto-saves all outputs with timestamped logs • Open-source & fully customizable 🖥️ LINUX INSTALLATION:
git clone https://github.com/VritraSecz/LucidX  
cd LucidX  
pip install -r requirements.txt  
python3 lucidx.py
📱 TERMUX INSTALLATION:
pkg update && pkg install git python -y  
git clone https://github.com/VritraSecz/LucidX  
cd LucidX  
pip install -r requirements.txt  
termux-setup-storage  
python lucidx.py
💡 Want to contribute? If you wish to add new features or improvements, feel free to push your modified code via GitHub. Found a bug or issue? Create a new Issue directly on the GitHub repository. 👨‍💻 Created by: Alex Butler 📂 GitHub Repo: https://github.com/VritraSecz/LucidX 💬 Tool Help: Read README documentation on github page. 🎁 Whether you're a developer, a prompt artist, or just exploring AI — LucidX brings Stable Diffusion image generation right to your terminal. Give it a try. You’ll never need a heavy GUI tool again. 😎 🕹 Join us: @LinkCentralX