Termux All Command [Telegram Group]
Kanalga Telegramโda oโtish
Hello This Is Termux All Command Official Telegram Group. Here Share All Kind of Resourses. It is Also backup of Facebook Page Telegram Channel >> https://t.me/termuxcommandfull Facebook Page >> https://www.facebook.com/termux.command.full
Ko'proq ko'rsatish1 202
Obunachilar
+424 soatlar
+167 kunlar
+5730 kunlar
Postlar arxiv
Repost from Zer0Day Lab
Burp Suite Professional v2025.9.4 + JDK 24
NOTE -
Run this version With Java SE JDK 24
Released Wednesday, 1 October 2025
@zer0day1ab #pentest #security๐๐ฒ๐ ๐ฆ๐ต๐ผ๐ฑ๐ฎ๐ป ๐๐ฃ๐ ๐ณ๐ผ๐ฟ ๐ณ๐ฟ๐ฒ๐ฒ ๐๐ถ๐๐ต๐ผ๐๐ ๐ฎ๐ป ๐๐ฃ๐ ๐ธ๐ฒ๐
Shodanโs $5 API key gives 10k results for 1 month.
But ๐ถ๐ฝ๐ณ๐ถ๐ป๐ฑ๐ฒ๐ฟ has no limit and works without an API key โ you can scan all of your private program wildcards.
โ ๏ธ ๐๐บ๐ฝ๐ผ๐ฟ๐๐ฎ๐ป๐ ๐ก๐ผ๐๐ฒ:
This tool uses facets, so it only returns IPs (no ports). I considered querying for ports, but it wasnโt a good idea โ it would take too much time and could trigger rate limits.
Instead, you can use other tools like ๐ป๐ฎ๐ฎ๐ฏ๐, ๐ฝ๐ผ๐ฟ๐๐บ๐ฎ๐ฝ, ๐ฟ๐๐๐๐๐ฐ๐ฎ๐ป, which is even faster.
You can use ipfinder like this (it supports all Shodan filters):
```
```
๐จ๐๐ถ๐ป๐ด ๐ณ๐๐น๐น ๐ฆ๐ต๐ผ๐ฑ๐ฎ๐ป ๐พ๐๐ฒ๐ฟ๐ ๐ณ๐ผ๐ฟ๐บ๐ฎ๐ (๐ฎ๐ฑ๐๐ฎ๐ป๐ฐ๐ฒ๐ฑ)
echo 'ssl:"nvidia.com"' | ipfinder --silent
echo 'hostname:"sqrx.com"' | ipfinder --silent
echo 'ssl.cert.subject.cn:"sqrx.com"' | ipfinder --silent
echo 'org:"FIDELITY NATIONAL INFORMATION SERVICES"' | ipfinder --silent
echo 'asn:"AS3614"' | ipfinder --silent
echo 'ip:"173.0.84.0/24"' | ipfinder --silent
echo 'http.favicon.hash:"816615992"' | ipfinder --silent
cat subs.txt | ipfinder --silent
๐จ๐๐ถ๐ป๐ด --๐ณ๐ถ๐น๐๐ฒ๐ฟ ๐ณ๐น๐ฎ๐ด (๐ฏ๐ฒ๐ด๐ถ๐ป๐ป๐ฒ๐ฟ-๐ณ๐ฟ๐ถ๐ฒ๐ป๐ฑ๐น๐)
echo "nvidia.com" | ipfinder --silent --filter ssl
echo "sqrx.com" | ipfinder --silent --filter hostname
echo "example.com" | ipfinder --silent --filter ssl.cert.subject.cn
๐ฃ๐ผ๐ฟ๐ ๐ฆ๐ฐ๐ฎ๐ป๐ป๐ถ๐ป๐ด, ๐๐ผ๐ ๐ฐ๐ฎ๐ป ๐๐๐ฒ ๐ฎ๐ป๐ ๐๐ผ๐ผ๐น ๐ณ๐ผ๐ฟ ๐๐ต๐ถ๐
echo "nvidia.com" | ipfinder --silent | portmap internetdb --silent
echo "nvidia.com" | ipfinder --silent | naabu -duc -silent -passive
๐ Excited to share my latest project: BBHelp Chrome Extension!
As a cybersecurity professional, I often found myself repeating the same manual tasks during security assessments. So I built a Chrome extension to automate these workflows.
๐ง What BBHelp does:
โข Automatically scans websites for sensitive files (like .env, config files)
โข Checks common web ports to find running services
โข Provides quick access to Google search techniques for security research
โข Extracts JavaScript files and analyzes them for API endpoints and secrets
โข Offers ready-to-use penetration testing commands
๐ฏ Why I built this:
Security testing involves a lot of repetitive reconnaissance work. Instead of manually checking each website for common vulnerabilities, BBHelp automates these initial checks, saving hours of work.
๐ก Perfect for:
โข Security researchers and penetration testers
โข Bug bounty hunters
โข Anyone learning cybersecurity
โข IT professionals conducting security assessments
The extension is completely free and open-source. I believe in sharing knowledge and tools that can help the cybersecurity community work more efficiently.
๐ Check it out: https://lnkd.in/g-GDzRuR
Bug Bounty Methodology
Link : https://lnkd.in/dsQXx_pt
Credit : Tuhin Bose
588324679_122151471626645087_7203459033925148496_n.jpg1.63 KB
๐ง๐ต๐ฒ_๐จ๐น๐๐ถ๐บ๐ฎ๐๐ฒ_๐ข๐ฆ๐๐ก๐ง_๐ง๐ผ๐ผ๐น๐ธ๐ถ๐.pdf30.03 MB
๐ฐ๐ฌ๐ฏ๐๐จ๐ ๐ฃ ๐ฅท๐ผ
It's a tool designed for pentesters and bug bounty hunters to audit the security of web applications. Its objective is to bypass HTTP 403 (Forbidden) pages using various techniques.
TOOL Github Link: https://lnkd.in/dQ52cC-2
Use NextJS? Recon โจ
A quick way to find "all" paths for Next.js websites:
DevTools->Console
console.log(__BUILD_MANIFEST.sortedPages)
javascriptโ:console.log(__BUILD_MANIFEST.sortedPages.join('\n'));
๐ป FREE ETHICAL HACKING COURSE โ Become a Cybersecurity Expert ๐
Ready to level up your hacking skills (ethically)?
Hereโs a complete structured course โ step-by-step, from beginner to advanced:
๐ Modules included:
1๏ธโฃ Introduction to Ethical Hacking
2๏ธโฃ Building Your Penetration Testing Lab
3๏ธโฃ Information Gathering (Reconnaissance)
4๏ธโฃ Scanning & Enumeration
5๏ธโฃ Vulnerability Assessment
6๏ธโฃ Understanding Firewalls
7๏ธโฃ Web Application Penetration Testing (Full Section โ 68 Files ๐ฅ)
8๏ธโฃ Denial of Service (DoS) Attacks
9๏ธโฃ Malware Threats
๐ Social Engineering
1๏ธโฃ1๏ธโฃ Cryptography Essentials
1๏ธโฃ2๏ธโฃ Writing a Professional Pentest Report
1๏ธโฃ3๏ธโฃ Final Test โ Become Certified
๐ https://lnkd.in/gMNtsrDX
๐ BugHunt Toolkit
TOOL Link: https://lnkd.in/dH8HPBXa
๐ฏ A complete Bug Bounty Recon command generator
โ๏ธ 100+ tools & commandsโ automated, categorized, and customizable
๐ Just enter the domain and start the hunt
๐ Unlock the secrets of the web with "The Art of Web Reconnaissance: Bug Bounty & Ethical Hacking"! ๐๐ป
๐ What you'll learn:
- Advanced web reconnaissance techniques
- Identifying and exploiting vulnerabilities
- Best practices for ethical hacking
- Real-world bug bounty hunting tips
Course link : https://lnkd.in/gpVXM9nd
Google Dork - High % keywords ๐
inurl:conf | inurl:env | inurl:cgi | inurl:bin | inurl:etc | inurl:root | inurl:sql | inurl:backup | inurl:admin | inurl:php site:example[.]com
Find exposed endpoints worth looking at ๐
site:example[.]com - Put your target here!
inurl:conf โ config files.
inurl:env โ .env with secrets.
inurl:cgi โ legacy CGI scripts.
inurl:bin โ executables/backups.
inurl:etc โ server config leaks (e.g., /etc).
inurl:root โ root/dev pages or listings.
inurl:sql โ SQL dumps.
inurl:backup โ archives/backups.
inurl:admin โ admin panels.
inurl:php โ PHP endpoints.
# โ
20 Very Advanced Information Gathering Tools
---
## 1. Nmap
Network Scanner
https://github.com/nmap/nmap
## 2. Maltego
Visual Link Analysis
https://www.maltego.com/
## 3. Shodan
IoT Search Engine
https://github.com/m4ll0k/Shodanfy.py
## 4. Recon-ng
Web Reconnaissance Framework
https://github.com/lanmaster53/recon-ng
## 5. Spiderfoot
OSINT Automation Tool
https://github.com/smicallef/spiderfoot
## 6. theHarvester
Email and Subdomain Gatherer
https://github.com/laramies/theHarvester
## 7. Amass
Network Mapping of Attack Surfaces
https://github.com/OWASP/Amass
## 8. RED HAWK
All-In-One Scanning
https://github.com/Tuhinshubhra/RED_HAWK
## 9. ReconSpider
Multi-purpose Gathering Tool
https://github.com/bhavsec/reconspider
## 10. OSINT Framework
Information Gathering Collection
https://github.com/lockfale/OSINT-Framework
## 11. Infoga
Email OSINT Gatherer
https://github.com/m4ll0k/Infoga
## 12. Striker
Offensive Information Gathering
https://github.com/s0md3v/Striker
## 13. SecretFinder
API Key and Secret Finder
https://github.com/m4ll0k/SecretFinder
## 14. Xerosploit
Penetration Testing Toolkit
https://github.com/LionSec/xerosploit
## 15. FOCA
Metadata Analyzer
https://github.com/ElevenPaths/FOCA
## 16. ReconDog
Reconnaissance Swiss Army Knife
https://github.com/s0md3v/ReconDog
## 17. Metagoofil
Metadata Extractor
https://github.com/laramies/metagoofil
## 18. Dracnmap
Nmap Script Wrapper
https://github.com/Screetsec/Dracnmap
## 19. rang3r
Multi-threaded Port Scanner
https://github.com/floriankunushevci/rang3r
## 20. Breacher
Admin Panel Finder
https://github.com/s0md3v/Breacher
Bug Bounty With CVE Hunting Along With Ethical Hacking
Mentor : Armaan Sidana
Endi mavjud! Telegram Tadqiqoti 2025 โ yilning asosiy insaytlari 
