Welcome to SwopyTroi! This project is designed to evaluate data from your network and the internet. With SwopyTroi, you can conduct professional-grade network scanning, DNS querying, Wi-Fi analysis, and more. This tool helps you save time and focus on what matters.
SwopyTroi comes packed with features to enhance your network analysis experience:
- Network Scanning: Quickly identify devices connected to your network.
- DNS Querying: Perform DNS lookups to gather information about domains.
- Wi-Fi Analysis: Analyze available Wi-Fi networks and their properties.
- ARP Scanning: Discover devices on your local network using ARP requests.
- Web Scraping: Extract useful data from websites effortlessly.
- Whois Lookup: Get ownership details of domain names.
To get started with SwopyTroi, you need to clone the repository and install the necessary dependencies. Here’s how to do it:
-
Clone the repository:
git clone https://github.com/mahakbansal03/SwopyTroi.git cd SwopyTroi
-
Install the required Python packages:
pip install -r requirements.txt
-
You can now download the latest release from the Releases section. Download the file, extract it, and execute it.
Using SwopyTroi is straightforward. After installation, you can run the tool with various commands. Here’s a quick guide on how to use it:
-
Network Scan:
python swopytroi.py --scan
-
DNS Query:
python swopytroi.py --dns example.com
-
Wi-Fi Analysis:
python swopytroi.py --wifi
You can also customize your scans with advanced options. Check the help command for more details:
python swopytroi.py --help
We welcome contributions to SwopyTroi! If you want to help improve this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Make your changes and commit them:
git commit -m "Add your feature description"
- Push to your branch:
git push origin feature/YourFeature
- Create a pull request.
SwopyTroi is licensed under the MIT License. See the LICENSE file for more information.
For any questions or suggestions, feel free to reach out:
- Author: Mahak Bansal
- Email: mahakbansal03@example.com
- GitHub: mahakbansal03
Thank you for checking out SwopyTroi! We hope this tool helps you analyze your network effectively. Don’t forget to visit the Releases section for the latest updates and downloads.