Anonymous Tor+Socks Router from Raspberry PI

Lord777

Professional
Messages
2,579
Reaction score
1,481
Points
113
e9efbfe7982c9a41cc8af.png


Often, the functionality of a home router is not enough and you want more protection. Today I will tell you how to make your own router from Raspberry PI. Here are just the basics. I'll leave the rest to you to figure out. The possibilities are endless.

The original OS is available for download here: https://www.raspberrypi.org/downloads/raspbian/
Our router will "pick up" the Internet via an Ethernet or USB 3G modem connected to it.

The router has 3 operating modes:​

1. TOR — (Works only via TOR)

2. TOR + SOCKS (Tor, and on top of the torus, the output uses the usual socks5)

3. TOR + SOCKS = AUTH (Tor, and on top of the torus, the output uses the usual socks5 with authorization).


The Internet will be distributed over WIFI​

You connect via WIFI to our router:
SSID: AP-1
Password: 12345678

and without any additional settings, you get the Internet via TOR or TOR + Socks5. Proxy and other things are not needed, everything is done on the router. All DNS requests go through the TOR using the dns_tcp_proxy daemon.

What's on the router itself?​

3proxy - as a socks5 daemon in transparent +
parrent dns_proxy mode - for tunneling dns requests to the tor.
hostapd-for distributing wifi
dnsmasq - for distributing wifi IP addresses to clients.
python3 - for the webmanager interface I wrote.
tor - you know what it's for.
wvdial - for working with a 3G modem.

Screenshots of the interface:

9e67e4a294641d80d83c2.png


625ed9096d15a30c204e4.png


a3b97750870be2259966a.png


e83cee59eb782581f6cf8.png


a039983610faf8eab5eaa.png


  • You can download the full Raspberri PI image with everything installed and fully workinghere.
The image is fully ready to work, we write it to the SD card using etcher, and insert it into the raspberry.

The image is slightly modified, the pi entry is removed, the login is only under root, SSH is already enabled.

SSH connection Data:
Username : root
Pass : 123456

Everything else is default, just like in classic raspbian.

The first time you run it, you will need to expand the file system.

  • Typing in:
raspi-config

  • And go to these menus:

705fc553718e5364b917a.png


• Continue here

e1e1a9cbe9a216b84bf83.png


  • And we agree to increase the space.

The router admin panel is available at: http//192.168.22.1:5000 (if you connect to it via wifi)

At the moment, everything is tested, overwritten more than once, and it seems to work correctly.
  • Ready-made configs can be downloaded here.
  • The Python web interface can be downloaded separately here.
  • 3G daemon is running by default, I have MF180 and MF667 start up normally.
  • To avoid changing the port in the 3G config in the Raspberry interface. We stick it in this port:

afef6d02b6cf794d10686.png


You can of course conjure and suffer in the independent configuration of raspberries or you can buy a ready made solution for a small amount of money https://t.me/iparmor_official
IPArmor is:

✔️ first of all, a smart router, with which you can not worry about your anonymity;

✔️a tool that will allow you to be where you want, at the point where you want;

✔️a platform that will combine many public and private services in a closed community in the future;

✔️API integration + front-end implementation of any, even the most daring solutions with hardware, or any software products. Whether it's private development, open source, or, for example, kali linux modules;

✔️Complete anonymity for you. We don't collect your IDs even when installing and updating them. All data is transmitted via an SSL key+TOR connection.

We don't know your IP address or the hardware ID of the Raspberry Pi itself;

What we can already do:

✔️ forward traffic to any of your devices (laptop, phone, tablet, coffee maker);

✔️Spoofing IP and GEO to suit your needs;

✔️ maximum convenience using the Web interface. No command lines. Everything is clear, understandable, and as user-friendly as possible;

✔️Supports SOCKS, SSH, VPN, wireguard and other modern protocols;

✔️full integration of TOR. Ability to work both through pure TOR and in bundles, for example, VPN+TOR+SSH/socks5;

✔️ We work with 4G modems, WI-FI keyfobs, LAN, cable connect and other interfaces. Large database of embedded drivers;

✔️we support replacing, banning, or spoofing basic network identifiers (WebRTC, PING requests,DNS, etc.);

✔️the presence of 2 built-in DNS servers that support any substitution and all the latest encryption standards + DNSCrypt is a powerful tool for anonymity, while not affecting the anti-fraud of analytical systems;

✔️change MAC addresses on the fly on any of the interfaces;

✔️ built-in WI-FI module with the ability to receive/transmit traffic and sniff neighboring WI-FI networks (according to dictionaries);

✔️flexible configuration of FIREWALL and other network parameters;

✔️Maximum mobility: by connecting a powerbank + 4G modem, you can take it with you and always be aware of the necessary processes;

✔️one-click update from the web interface: no flashing queues, everything is absolutely FREE;

✔️ We respect your anonymity. IPArmor works offline. We don't knock on servers for license verification or other reasons;

Observe security, do not go to different forums without protection because logs are kept there and take care of yourself.

Taken from open sources.
 
Top