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