xsshunter-express
xsshunter-express copied to clipboard
An easy-to-setup version of XSS Hunter. Sets up in five minutes and requires no maintenance!
I run this command "docker-compose up xsshunterexpress" and following error results : xsshunterexpress_1 | Starting server... xsshunterexpress_1 | (node:28) [SEQUELIZE0002] DeprecationWarning: The logging-option should be either a function or false....
Is it possible to change the configuration to use another mail sender say SendGrid instead of MailGun? Thanks.
``` $ docker-compose up -d postgresdb ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose f ile version. Either specify a...
Does anyone know how to fix this? 
``` Uncaught TypeError: Cannot read properties of null (reading 'outerText') at get_dom_text ((index):103) at (index):243 ``` Tested on chrome. Below is html content: ``` test ``` xyz.xss.ht payload works fine...
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...
Attaching to xsshunter-express_xsshunterexpress_1 xsshunterexpress_1 | /usr/bin/env: 'bash\r': No such file or directory xsshunter-express_xsshunterexpress_1 exited with code 127
For some reasons the download file is truncated but we can see the full page when using View Raw HTML in new Tab. I'll see if I can create a...
Even though there are 216 collected pages the pagination shows only 1 page. I'll see if I can create a pull request when I have the time.
This commit addresses an issue where large files were not being successfully uploaded to the server due to the default file size limit in Multer. To resolve this, a custom...