Alex Larsen
Alex Larsen
### Problem I often find myself needing to generate a password where characters such as `'` `"` `\` or a backtick are not allowed. A while back the `--exclude` flag...
With regards to #627 This PR is intended to be a minimum viable scanner. It will correctly detect and scan Phoenix applications. Instructions for omitting false positives are found in...
Making a `GET` request on a URI that follows redirects like so: ```elixir payload = [ body: "", follow_redirects: true, headers: [ "...": ..., "Content-Type": "application/json", ] ] HTTPotion.get "api.example.com/path/to/resource",...
Slight markdown change allows headers to render properly.