Using PConT to Stay Anonymous
Detailed blog on how to use the proxy configuration tool to stay anonymous
PConT - Proxy Automation Tool
Introduction
Hello Everyone!
You might have heard about how proxychains
work, but a major drawback is the need to manually search for free proxies and configure the /etc/proxychains.conf
file.
To solve this, PConT automates the entire process. Below, you’ll find steps on how to use this tool and the expected output. Thanks for using the tool, and feedback is appreciated!
What is PConT?
PConT (Proxy Connection Tool) is a powerful and flexible proxy automation tool designed to streamline proxy acquisition and management. Built with Python, it caters to cybersecurity professionals and enthusiasts who need an efficient way to handle proxy connections. (Saves a lot of time!)
Features
- Automated Proxy Acquisition: Automatically scrape and retrieve proxies from the proxyscrape API.
- Integration Ready: Easily integrate proxy management into your existing tools.
- Configurable Execution: Customize script behavior as per your requirements.
- Proxy Checker: Automatically checks if the proxy is active (aka Downdetector).
- Auto-Configuration: No need to manually edit lengthy
.conf
files—get your network setup ready in seconds.
Installation Guide
Step 1: Clone the Repository
1
git clone https://github.com/Anorak001/PConT.git
Step 2: Make Scripts Executable
1
2
3
chmod +x proxychains-setup.sh
chmod +x proxychains-reset.sh
chmod +x proxychains-help.sh
Step 3: Install Proxychains (If Not Installed)
1
sudo apt install proxychains
Step 4: Run the Setup Script
1
./proxychains-setup.sh
Step 5: Need Help? Refer to Docs or Run:
1
./proxychains-help.sh
Step 6: Reset Configuration (If Required)
1
./proxychains-reset.sh
Demo
Screenshot:
Video:
Important Notes
- The proxies are sourced from proxyscrape.com. I do not own them.
- A new feature is coming soon to mitigate potential proxy-related issues.
- While I cannot guarantee 100% safety, these proxies are safer than most VPNs.
Feedback
Your feedback is valuable! If you encounter issues or have suggestions, feel free to contribute or raise an issue on the GitHub repo.
Happy proxy chaining! 🚀