Louis Nyffenegger
Louis Nyffenegger
Hi, I needed a Dockerfile to run autosub and thought it may be helpful to someone else. Louis
When running ysoserial in docker the option --tty=false should be used to avoid \0d being added before any \0a in the payload.
I run into an issue where the query ids were always even. This prevented rbndr to return a random value. This change uses a source of randomness that doesn't rely...
This change modifies httparty's behavior to only trust the system CAs if ssl_ca_file and ssl_ca_path is not provided. As a user using my own CA, I only want to trust...
Hi, I don't think TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 and TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 should be in there. Good work anyway :)
Just a quick fix since I was reading that. Prevent someone malicious from doing: echo "GET /images/..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd%00 HTTP/1.0\r\n" | netcat 127.0.0.1 9000
Adding SUBMARINE default secret: https://github.com/apache/submarine/pull/1125/files
PentesterLab has a lot of content on code review. This changes add one of the free exercises on code review and also a link to pentesterlab for the paid training....