Route Osintgram Traffic Through Tor
Tor hides your origin IP when gathering open-source intelligence.
Setup
sudo apt install tor
torsocks python3 main.py target --command infoEnsure the Tor service is running:
systemctl status torTroubleshooting
- Use
torsocks curl https://ifconfig.meto confirm the exit IP. - Lower request frequency:
timeout 5inside Osintgram. - Switch exits if a target blocks certain countries.
Diagram
flowchart TD
A[Osintgram CLI] -->|torsocks| B[Tor client]
B --> C[Tor network]
C --> D[Instagram]
Combining Tor with HikerAPI is not supported—choose one method to avoid conflicting authentication flows.