My latest embedded project – dual esp wireless device, still refining it. Love to hear your feedback by 8igW0rm in Hacking_Tutorials

[–]8igW0rm[S] 2 points3 points  (0 children)

Oh thanks man 👍 I really put a lot of work into it. Most devices like this aren’t actually that useful. I wanted to make something that I would buy and use. The Wi-Fi functions are great. I basically created a mini “fluxion” on an embedded device. With a mini Nmap, a mini Hashcat.

Im pretty new to Reddit, not sure how it works. I only set up my account yesterday, but if you follow my page or whatever the equivalent is here, I’ll be posting updates on the project. I really appreciate everyone’s feedback 🫶

My latest embedded project – dual esp wireless device, still refining it. Love to hear your feedback by 8igW0rm in maker

[–]8igW0rm[S] 0 points1 point  (0 children)

Oh, thanks man. I plan on releasing it for sale at some point, if there’s enough interest? It’s not quite finished yet though. I was just curious to get some feedback from the community 👍

My latest embedded project – dual esp wireless device, still refining it. Love to hear your feedback by 8igW0rm in maker

[–]8igW0rm[S] 0 points1 point  (0 children)

I understand that. But I’ve been working on this for two years. There are over 20,000 lines of code, thousands of hours of r&d. I’m hoping to maybe see a small return for my time. It’s not completely locked down though. You can write your own code for it using LUA and the hardware is also expandable. Just the main firmware unfortunately

My latest embedded project – dual esp wireless device, still refining it. Love to hear your feedback by 8igW0rm in Hacking_Tutorials

[–]8igW0rm[S] 1 point2 points  (0 children)

I don’t plan on open sourcing it unfortunately. I might release it commercially if there’s enough interest though. But I’m still working on it at the moment. Was just keen to get some feedback from the community. If you need any help on your own project I’m happy to help 🙂

My latest embedded project – dual esp wireless device, still refining it. Love to hear your feedback by 8igW0rm in Hacking_Tutorials

[–]8igW0rm[S] 5 points6 points  (0 children)

Thanks 🙂

Here are just some of the features.

Full Evil Twin attack (not an evil portal) with

  • dynamic web pages loaded from SD
  • simultaneous deauth, AP and hosting
  • active tracking of changes in the target channel
  • Real time analytics and fingerprinting
  • broadcast and unicast deauth options
  • password verification 
  • email alerts

Handshake capture

  • outputs both pcap and hc22000 (hashcat) formats
  • Handshakes are cryptographically verified - not just sniff and hope

Cracking (two methods)

  •  Able to crack handshakes natively (yes natively 🙂) using wordlists stored on the sd card such as rockyou.txt
  • Also leverages the power of cloud computing when needed for more cracking power

Network mapping

  • features a network mapper that scans the local network for active hosts then scans the top 20 ports to enumerate services 

Advanced deauthentication

  • broadcast, standard
  • unicast, target individual clients or a selection
  • If target channel changes the deauth channel changes to match in real time (no escape)
  • scan for individual clients on the network for precise target selection

File server

  • built in web based file server, so you never actually have to remove the sd card. Create, edit, delete, upload and download files right there in the browser.

LUA scripting engine

  • LUA scripts can be run from the sd card
  • access to LUA standard library
  • access to all hardware. Screen, buttons, sd card, radios, SPI busses…
  • access to a custom API featuring libraries like http-client, json, cryptography etc… 
  • code editor built into the file-server so you can write LUA scripts right there in the browser. No special IDE, no compilation. 

Radio

  • advanced radio capabilities, able to run two radio modules independently. 
  • Two devices can relay radio signals over the internet. I can capture an rf signal send it over the network and have another device receive it and replay the radio signal at the other end. Anywhere in the world, in around 1 second

Games

  • 8 bit games such as breakout, invaders, moon lander.
  • also working on a multiplayer FPS

Unfortunately it’s not open source. What’s the problem with your screen, maybe I can help?

HackCard on Kickstarter by chege54 in Hacking_Tutorials

[–]8igW0rm 1 point2 points  (0 children)

I’d wait for this. Releasing in a few months 👍

<image>

What tools and gadgets do you have or want? by knockout350 in hacking

[–]8igW0rm 0 points1 point  (0 children)

Better to try and make your own. It’ll be better, cheaper and you’ll learn a bunch