DeadPackets

Results 17 issues of DeadPackets

Dont take this down, its for reference t50 -> Packet floods (both TCP and UDP and more) DHCPig -> DHCP exhaustion for whole network DoS THC-SSL-DOS -> SSL recognition attacks...

enhancement
server side

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...

enhancement
server side

I found an example of how to do it but directly: ```javascript var proc = require('child_process').spawn('mongod'); proc.kill('SIGINT'); ``` But we need to kill it globally, so we need to setup...

help wanted
server side

https://github.com/0x90/wifi-arsenal.git

enhancement

Anyone can pet with a ridiculous speed using the following JS: ` window.setInterval(function(){ pet() }, 80) `

Could you trigger a build and support Python 3.13? It would be useful in environments where we are forced to use the latest version of Python available, such as embedded...

The `sshpass` package is missing from the local jumpbox, meaning some extensions that depend on it (like `wazuh`) will likely fail. This fix ensures `sshpass` is installed on the jumpbox.