OWASP / wstg

The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
https://owasp.org/www-project-web-security-testing-guide/
Creative Commons Attribution Share Alike 4.0 International
7.1k stars 1.31k forks source link

Update links in 4.8.6_Testing_for_LDAP_Injection_OTG-INPVAL-006.md #285

Closed victoriadrake closed 4 years ago

victoriadrake commented 4 years ago

What's the issue?

Four links seem to not resolve.

How do we solve it?

Update the appropriate links. The tool markdown-link-check may be helpful.

rejahrehim commented 4 years ago

Following links are broken:

FILE: document/4_Web_Application_Security_Testing/4.8_Input_Validation_Testing/4.8.6_Testing_for_LDAP_Injection_OTG-INPVAL-006.md [✖] https://en.wikipedia.org/wiki/Polish_notation_prefix_notation → Status: 404 [✖] https://www.networkdls.com/articles/ldapinjection.pdf → Status: 0 [✖] https://www.redbooks.ibm.com/redbooks/SG244986.html → Status: 404

ThunderSon commented 4 years ago

Is there still an issue with the LDAP injection? If yes, it's because it is a downloadable PDF, and not something that could be handled by a bot I believe. The other 2 are covered

kingthorin commented 4 years ago

The one exception resolves fine manually.

root@kali:~/Downloads/wstg/document/4_Web_Application_Security_Testing/4.8_Input_Validation_Testing# git log --pretty=oneline -1 && markdown-link-check 4.8.6_Testing_for_LDAP_Injection_WSTG-INPVAL-006.md 
d1b05fa0664034a379dc2b38a5e8e8c7cc591195 (HEAD -> master, upstream/master, origin/master, origin/HEAD) Implement link checker in Github Actions (CI) (#316)

FILE: 4.8.6_Testing_for_LDAP_Injection_WSTG-INPVAL-006.md
[✓] https://www.owasp.org/index.php/LDAP_injection
[✓] https://www.ietf.org/rfc/rfc2254.txt
[✓] https://www.ietf.org/rfc/rfc1960.txt
[✓] https://en.wikipedia.org/wiki/Polish_notation
[✖] https://www.ldapadministrator.com
[✓] https://cheatsheetseries.owasp.org/cheatsheets/LDAP_Injection_Prevention_Cheat_Sheet.html
[✓] http://www.networkdls.com/articles/ldapinjection.pdf
[✓] https://www.redbooks.ibm.com/redbooks/pdfs/sg244986.pdf
[✓] https://www.blackhat.com/presentations/bh-europe-08/Alonso-Parada/Whitepaper/bh-eu-08-alonso-parada-WP.pdf

9 links checked.

ERROR: 1 dead links found!
[✖] https://www.ldapadministrator.com → Status: 0