xtawb
Open in Telegram
No data
Subscribers
-324 hours
-197 days
-2430 days
Posts Archive
BBOT : 1st tool for Information Gathering
/$ What is BBOT?
BBOT is an open-source tool designed for automating Open Source Intelligence (OSINT) and penetration testing tasks. It is used to gather and analyze information from publicly available sources on the internet, helping to understand a target's infrastructure and identify potential vulnerabilities. BBOT is a powerful tool that leverages advanced techniques for network scanning and data collection.
/$ Key Features of BBOT
1. Data Collection from Multiple Sources:
- BBOT collects data from various sources such as WHOIS, DNS, and social media platforms.
- It supports extracting information from APIs and public databases.
2. Subdomain Discovery:
- It helps in discovering subdomains associated with the target.
- It uses advanced techniques like brute force and common wordlists.
3. Network Scanning:
- It scans networks to identify open ports and active services.
- It supports multiple protocols such as HTTP, HTTPS, FTP, and more.
4. Vulnerability Analysis:
- It helps detect common vulnerabilities like SQL Injection, XSS, and others.
- It provides detailed reports on findings.
5. Integration with Other Tools:
- BBOT can be integrated with tools like Nmap, Metasploit, and others to enhance security capabilities.
6. Ease of Use:
- It provides a simple and user-friendly command-line interface (CLI).
- It supports scripting for automating repetitive tasks.
/$ How to Install BBOT
BBOT can be installed on various operating systems like Linux and Windows. Here are the steps to install it on Linux:
1. Install Prerequisites:
- Ensure Python 3.x is installed on your system.
- Install
git to download the source code.
sudo apt update
sudo apt install python3 python3-pip git
2. Download BBOT:
- Use git to clone the source code from the GitHub repository.
git clone https://github.com/your-repo/bbot.git
cd bbot
3. Install Dependencies:
- Install the required libraries using pip.
pip3 install -r requirements.txt
4. Run BBOT:
- After installation, you can run the tool using the following command:
python3 bbot.py
/$Examples of Using BBOT
1. Subdomain Discovery:
python3 bbot.py -d example.com -m subdomain
2. Network Scanning:
python3 bbot.py -d example.com -m scan
3. Vulnerability Analysis:
python3 bbot.py -d example.com -m vuln
/$ Tips for Using BBOT
- Compliance with Laws: Always ensure you have permission before using the tool on any network or system.
- Regular Updates: Keep the tool updated to access the latest features and fixes.
- Use a VPN: Use a Virtual Private Network (VPN) to hide your identity while conducting scans.
BBOT is a powerful and efficient tool for automating OSINT and penetration testing tasks. Thanks to its advanced features and ease of use, it is an ideal choice for cybersecurity professionals.New Malware Alert!
A phishing campaign targeting Taiwan is spreading Winos 4.0 malware, disguised as a tax inspection document. The attachment, pretending to be an official list, hides a malicious DLL that paves the way for further attacks.
Read: https://thehackernews.com/2025/02/silver-fox-apt-uses-winos-40-malware-in.html
