easypx is a Rust-based command-line tool that helps manage and interact with tor and privoxy services. It provides a simple interface to start, stop, restart these services, shuffle IP, check IP, and navigate or download from the web using these services.
- Start, stop, and restart
torandprivoxyservices. - Shuffle IP using
tor. - Check current IP.
- Navigate to a website using
firefox. - Download files securely and quickly using
torify wget. - Use
w3mterminal browser to connect to a website via proxy.
# Start tor & privoxy
easypx start
# Stop tor & privoxy
easypx stop
# Restart tor & privoxy
easypx restart
# Shuffle IP
easypx shuffle
# Check IP
easypx check
# Firefox connect to a website
easypx nav LINKTOWEBSITE
# W3M (terminal browser) proxy connect to a website
easypx snav LINKTOWEBSITE
# Proxy fast & secure download
easypx dw LINKTOARCHIVE- Rust
- Cargo
- Tor
- Privoxy
- Firefox
- W3m
- Wget
Please ensure that you have the above dependencies installed on your system. Then, clone this repository and build the project using Cargo:
git clone https://github.com/JesusGautamah/easypx-rust.git
cd easypx-rust
cargo build --release
sudo cp target/release/easypx /usr/bin/This project is licensed under the MIT License.
Contributions are welcome! Please feel free to submit a Pull Request.