wapiti-scanner / wapiti

Web vulnerability scanner written in Python3
https://github.com/wapiti-scanner/wapiti
GNU General Public License v2.0
1.15k stars 176 forks source link

Add specific module for LDAP injection #607

Closed devl00p closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 81.94444% with 26 lines in your changes missing coverage. Please review.

Project coverage is 80.65%. Comparing base (20bcd67) to head (5d9d944).

Files Patch % Lines
wapitiCore/attack/mod_ldap.py 87.96% 16 Missing :warning:
wapitiCore/attack/mod_sql.py 0.00% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #607 +/- ## ========================================== + Coverage 80.42% 80.65% +0.23% ========================================== Files 124 125 +1 Lines 11125 11146 +21 ========================================== + Hits 8947 8990 +43 + Misses 2178 2156 -22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

devl00p commented 1 month ago

fix https://github.com/wapiti-scanner/wapiti/issues/605