An open API service indexing awesome lists of open source software.

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)

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
```