π 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:
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
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.
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.
lnkd.in
LinkedIn
This link will take you to a page thatβs not on LinkedIn
β€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:
π± TERMUX INSTALLATION:
π‘ 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
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β¦Β»
π©Έ 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
π‘ 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
β€1π1π₯1