hak912321 Posted October 5, 2020 Share Posted October 5, 2020 Hi all, I'm looking for a device very similar to the Lan Turtle of Packet Squirrel and I was wondering if anything out there exists already or of I should make one myself. Here's how it would work: - Looks like a USB wall charger or a simple wall adapter plug - On initial boot it goes into AP mode and exposes some method of configuration (eg via a bash shell or HTTP API) - You can configure it to automatically join the target's wifi network on boot (This requires you to have the credentials) - To attack, just plug it in and enjoy a reverse VPN into the target network. - Could be combined with a microphone for remote eavesdropping. Is there anything out there like this? Quote Link to comment Share on other sites More sharing options...
NoExecute Posted October 8, 2020 Share Posted October 8, 2020 Well, I'm thinking that it would be hard to implement in something as small as a charger. But, built into a powerstrip, sure. Something like gumstix embedded boards can do that, or raspberry PI Zero W. There's even a Kali image for Zero W, to make it easy to build. The microphone bug, is something else. You "could" find schematics for small RF bugs, or buy them, they are pretty cheap to make. For recieving and recording, use a phone, or use private out-of-band frequencies on a HackRF. The trouble is, that this is illegal to do. Most countries outlaw transmitting on out-of-band frequencies, and limit transmitting power, so for any kind of long range reception, it becomes impossible. It's in the "possible", but at the same time, it's in the "just don't" category 🙂 NX Quote Link to comment Share on other sites More sharing options...
chrizree Posted October 11, 2020 Share Posted October 11, 2020 I've documented my "USB Charger Router" on my GitHub, check the link out: https://github.com/chrizree/UCR It offers an AP using OpenWRT and when connected to the wireless network, it's of course possible to SSH into it as well as using the LuCI web gui that comes with OpenWRT. It is possible to configure it to join an already existing wireless network that can automatically be connected to when starting the device. In its current configuration, it doesn't have any reverse VPN, but it's pretty easy to add using an OpenVPN-AS to create a "bridge" into the device from a remote location. The microphone functionality is not available, but could be solved since the hardware used allows USB attached audio devices. It gets a bit bulky though, so it's not fitted in "my" device. With another case/charger, it could be done. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.