DeadPackets / HackPi

A NodeJS server meant to turn a Raspberry Pi into an all out hacking device
MIT License
18 stars 5 forks source link

Custom HTTP server with Mana-Toolkit behavior? #21

Open DeadPackets opened 7 years ago

DeadPackets commented 7 years ago

I am thinking of forking the Mana-Toolkit and instead of using apache, we use a standard NodeJS web server. This not only allows us to use sockets to fetch the data but a few tricks can be implemented such as making the user enter their username/pass multiple times.

I may even add a MySQL logging function that logs stolen creds to a table.