nil0x42
nil0x42
@andyrobbins my use case if for big networks with a lot of tricky firewall rules that allow only certain internal IP ranges to communicate with others. Having the IP already...
Thank you @antonymcgreen :+1: Would you mind making a pull request ? I quickly tested it years ago bug didn'to go far enough to be able to list pros &...
Count occurrences of newline in buffer (stackoverflow): > Here's the way I'd do it (minimal number of variables needed): > > for (i=0; s[i]; s[i]=='.' ? i++ : *s++);
Hi ! Thank you for your suggestions :) --- > 1. Support for taking input from multiple input files. I did not implement multiple input files because it will not...
the delimiters idea is intreresting, actually it's probably the easiest way to implement it inside of duplicut without needing to rewrite a large part of the codebase. I'll consider implementing...
I think implementing an automatic splitting is not relevant, as this is already easy to do with basic command-line (sed/awk/bash). The interest of duplicut is that it resolves a problem...
UPDATE: to be clear, any catchable signal must call exit routine .. not only SIGINT ...
i think it's a lot better indeed @paralax ! anyway `ps` does that internally, directly reading on `/proc` is probably the best way
Hi! after running 'exploit' on phpsploit, the `help` command shows plugins, and `help ` shows detailed help for each plugin Anyway, i'm running out of time, but i plan to...
So, this error comonly happens when the target server doesn't support payloads sent by phpsploit. most of the time, the server only accepts requests with no more than N headers...