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 info
Ensure the Tor service is running:
systemctl status tor
Troubleshooting
- Use
torsocks curl https://ifconfig.me
to confirm the exit IP. - Lower request frequency:
timeout 5
inside 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.