Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-r-e-e-r-a-j/websift
WebSift is an OSINT ethical hacking tool for discovering emails and phone numbers on a website, developed for Termux and Linux-based systems.
https://github.com/s-r-e-e-r-a-j/websift
bash bash-script bash-tool emailfinder emailscrapping ethical-hacking ethical-hacking-tools hacking-tool hacking-tools kali-linux kali-linux-tools kali-tools linux-shell osint osint-tool phonenumber-scrapping termux termux-tools
Last synced: about 1 month ago
JSON representation
WebSift is an OSINT ethical hacking tool for discovering emails and phone numbers on a website, developed for Termux and Linux-based systems.
- Host: GitHub
- URL: https://github.com/s-r-e-e-r-a-j/websift
- Owner: s-r-e-e-r-a-j
- License: mit
- Created: 2024-12-14T11:24:12.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T12:19:28.000Z (about 2 months ago)
- Last Synced: 2024-12-14T12:27:20.059Z (about 2 months ago)
- Topics: bash, bash-script, bash-tool, emailfinder, emailscrapping, ethical-hacking, ethical-hacking-tools, hacking-tool, hacking-tools, kali-linux, kali-linux-tools, kali-tools, linux-shell, osint, osint-tool, phonenumber-scrapping, termux, termux-tools
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## WebSift
WebSift is a powerful ethical hacking and OSINT (Open-Source Intelligence) tool designed to extract email addresses and phone numbers from websites.developed for Termux and Linux-based systems. This tool is ideal for security professionals and researchers who need to gather publicly available information for ethical and legal purposes.## Features
- Scrapes **email addresses** from a given website.
- Extracts **phone numbers** in standard formats.
- Saves the extracted information for further analysis.
- Automatically checks and installs missing dependencies (curl, grep,wget).
- Compatible with Termux and Linux distributions.
## Installation
1. **Clone the Repository**
```bash
git clone https://github.com/s-r-e-e-r-a-j/WebSift.git
```
2. **Navigate to the WebSift directory**
```bash
cd WebSift
```
3. **Navigate to the WebSift directory**
```bash
cd WebSift
```
4. **Run the Script**
``` bash
bash websift.sh
```
## Usage
1. Provide a valid URL when prompted.2. Choose whether to extract email addresses, phone numbers, or both.
3. Optionally save the extracted data to a folder.
## Example
```markdown
__ __ _ _____ _ __ _
\ \ / / | | / ____(_)/ _| |
\ \ /\ / /__| |__ | (___ _| |_| |_
\ \/ \/ / _ \ '_ \ \___ \| | _| __|
\ /\ / __/ |_) | ____) | | | | |_
\/ \/ \___|_.__/ |_____/|_|_| \__|
Developer: Sreeraj
* Email And PhoneNumber Scraper Tool
* Copyright © Sreeraj, 2024
* GitHub: https://GitHub.com/s-r-e-e-r-a-j[!] Checking internet connection...
[*] Connected to the internet.
[*] Enter URL to begin : http://testphp.vulnweb.com
[*] Scrape emails from website (y/n) : y
[*] Scrape phone numbers from website (y/n) : y
[!] Scraping started
[*] Emails extracted successfully:
[email protected]
[*] Phone numbers extracted successfully:
4445535400
[*] Do you want to save the output (y/n) : y
[*] Enter folder name : result
[*] Output saved successfully in result
[!] Exiting....
```## Dependencies
WebSift automatically checks for and installs the following dependencies if they are missing:- **curl**
- **grep**
- **wget**
No manual installation is required!## Legal Disclaimer
This tool is intended for legal and ethical use only. The user is solely responsible for ensuring compliance with local laws and regulations. WebSift developers are not liable for misuse or unauthorized activities conducted using this tool.
## License
This tool is open-source and available under the MIT License.
## About
WebSift is an open-source project developed by Sreeraj. It combines the power of ethical hacking and OSINT techniques to provide a reliable and efficient solution for gathering publicly available information.