Github Feed β„’
1.02K subscribers
119 photos
3 videos
1 file
920 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
πŸ”₯πŸ’» 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
❀1
πŸš€ 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 git


These 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
❀1
πŸš€ 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.
❀3πŸ”₯3
Github Feed β„’ pinned Β«πŸš€ 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…»
πŸš€βœ¨ 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 interface
β€’ No 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
❀2
Github Feed β„’ pinned Β«πŸš€βœ¨ 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…»
❀1