Edoardo Rosa
Edoardo Rosa
hi! :) It would be nice to have a serial monitor (embedded or not) for this plugin or maybe append the output on console.
Description --------------- What will it do? - Add HTTP verbs to the dictionary - ~Sort the dictionary~
Hi! It should be possible to include in the search process also the headers of the response. For example some application with custom 404 pages can only be scanned using...
## pwntools verion 3.12.2 ## basic example ```python from pwn import server, remote, log, context import signal import sys import time context.log_level = 'error' def receiveSignal(signalNumber, frame): log.info('Received:', signalNumber) sys.exit(1)...
Hi! Is it possibile to redirect the output of actor logging to stderr or to a file? Something like `log.SetOutput(iow)`. The problem: using a tui (i.e.: https://github.com/jroimartin/gocui) I cannot redirect...
Hi! I was reading this [slideshare](https://www.slideshare.net/SoroushDalili/a-forgotten-http-invisibility-cloak) and I wanted to try this kind of WAF bypass on NAXSI. I state that I've used the default rules with this scores: ```...
**Describe the bug** Do not report a 'Exposed GraphQL Development Console' low issue in Burp if the server responds with a 404 **To Reproduce** Steps to reproduce the behavior: 1....
Hi! Do you plan to release a docker image or a docker compose for this project?