James

Results 18 comments of James

Ohhh I haven't tried against a public IP yet... only a private one. Do you have your own public webserver for testing?

One other thing is that this was more for demonstration purposes... most public webservers "should" have a way to block this sort of thing whether it be the tcpsyncookies flag...

The above solution is great until you need to add additional args (such as in the header). This is what I ended up using: ``` parser = reqparse.RequestParser() parser.add_argument( 'File1',...

You might need to look up werkzeug file storage. You can just parse it in the view/route/endpoint via request.files. Might be good to look here: https://tedboy.github.io/flask/generated/generated/werkzeug.FileStorage.html and https://flask.palletsprojects.com/en/2.0.x/api/#flask.Request.files You can...

I was able to get it with the first example using the request parser... however I don't like that way because I was unable to mask the password with *****....

Having this issue as well.... I personally don't mind downgrading, but our pipeline uses a codescanner that will not allow older Werkzeug due to an open CVE

Would love to see audio functionality added to this project.. even if only for a few select targets/OSs.

worked for me on Ubuntu 18... thanks