John Poulin
John Poulin
This commit creates a GitHub action that will run the integration tests on every push to master or every PR to master. I also had to update the python libs...
**Is your feature request related to a problem? Please describe.** @presidentbeef and I have talked about this a bit already, but the gist is that I recommend adding a rule...
It would be nice to see support added for easily executing .sql files. For example, the Web Exploitation Framework implements the 'jdbc/sqlite3' library. We have a module that is intended...
As we build out the ability for companies to register accounts, and create job postings, we may want to consider building some simple analytics. This will allow the companies to...
I think we should leverage the spanish button to provide some sort of header injection. This could work by having the server respond with `Content-Language: es`, where es is passed...
For some reason the polling JS is loaded into every page, causing errors. Refactor this to only poll when actually viewing an active job.
A performance issue was discovered that seems to be related to the use of Mechanize. Initial tests indicate that raw Net::HTTP `GET` queries are about 10x faster than leveraging Mechanize's...
## Description httpillage should be able to parse data from the response and use the results to flag the C&C. This will be useful for detecting successful vulnerabilities, etc. Response...
For some reason the last result of a dictionary file is never returned as a payload.
By default we'll leverage the following charsets over a fixed length. Custom charsets will be implemented later. ``` ?l = abcdefghijklmnopqrstuvwxyz ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ ?d = 0123456789 ?s = «space»!"#$%&'()*+,-./:;?@[\]^_`{|}~...