https://github.com/rix4uni/proxychains_setup
proxychains and tor (change ip ~2 seconds)
https://github.com/rix4uni/proxychains_setup
bug-bounty bugbounty bugbountytips hacking infosec osint osint-resources osint-tool penetration-testing pentest-tool pentesting recon reconnaissance security security-tools threat-intelligence
Last synced: 9 months ago
JSON representation
proxychains and tor (change ip ~2 seconds)
- Host: GitHub
- URL: https://github.com/rix4uni/proxychains_setup
- Owner: rix4uni
- Created: 2024-06-19T06:43:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T06:36:01.000Z (over 1 year ago)
- Last Synced: 2025-02-07T00:18:37.464Z (over 1 year ago)
- Topics: bug-bounty, bugbounty, bugbountytips, hacking, infosec, osint, osint-resources, osint-tool, penetration-testing, pentest-tool, pentesting, recon, reconnaissance, security, security-tools, threat-intelligence
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```
curl -s "https://raw.githubusercontent.com/rix4uni/proxychains_setup/main/setup.sh" | bash
```
## Test command, you will see ip changing every 2 seconds
```
while true; do proxychains curl ipinfo.io/json; done
```