spark1security / n0s1

Secret Scanner for Slack, Jira, Confluence, Asana, Wrike and Linear
https://spark1.us/n0s1
GNU General Public License v3.0
38 stars 11 forks source link

Example disable SSL in Confluence #15

Closed ylue-schutzwerk closed 2 months ago

ylue-schutzwerk commented 3 months ago

Example how to disable the SSL-Verfication in confluence_scan, addresses #14

DO NOT accept this pull request

What's missing is to make this optional via a commandline argument.

ylue-schutzwerk commented 3 months ago

Due to time constraints I will not be further adding anything but it is probably a good head start for anyone wanting to implement an option disabling the SSL verfication.

ylue-schutzwerk commented 3 months ago

This now works:

python src/n0s1/n0s1.py confluence_scan --server https://[target]

For a target with invalid certificate.

blupants commented 2 months ago

This PR was just an example. The actual implementation can be found on this PR.