diff --git a/tests/test_url.py b/tests/test_url.py index 685d41e0e..af27d21b3 100644 --- a/tests/test_url.py +++ b/tests/test_url.py @@ -55,7 +55,10 @@ def test_url(): ignore_urls = [ "https://wpscan.com/", # Cloudflare doesn't like GitHub checking it "http://www.w3.org/TR/html4/loose.dtd", # Don't need to check the DTD - "https://www.vmware.com/" # Throwing a 403 for some reason, but can't see it going anywhere + "https://www.vmware.com/", # Throwing a 403 for some reason, but can't see it going anywhere + "https://twitter.com/digininja", # Twitter doesn't like GitHub checking it + "https://www.cgisecurity.com/xss-faq.html", # Throwing a 403 for some reason, but can't see it going anywhere + "https://www.cgisecurity.com/csrf-faq.html", # Throwing a 403 for some reason, but can't see it going anywhere ] all_urls = [] broken_urls = [] diff --git a/vulnerabilities/brute/index.php b/vulnerabilities/brute/index.php index bb427dfec..e6a006672 100644 --- a/vulnerabilities/brute/index.php +++ b/vulnerabilities/brute/index.php @@ -58,7 +58,7 @@

More Information

\n"; diff --git a/vulnerabilities/csrf/index.php b/vulnerabilities/csrf/index.php index 4e307738a..2fc0ffbfa 100644 --- a/vulnerabilities/csrf/index.php +++ b/vulnerabilities/csrf/index.php @@ -86,7 +86,7 @@ function testFunct() {

More Information

\n"; diff --git a/vulnerabilities/sqli_blind/index.php b/vulnerabilities/sqli_blind/index.php index 0efa8578e..c7d83bfca 100644 --- a/vulnerabilities/sqli_blind/index.php +++ b/vulnerabilities/sqli_blind/index.php @@ -86,7 +86,7 @@

More Information

diff --git a/vulnerabilities/xss_r/index.php b/vulnerabilities/xss_r/index.php index 43a9e69f5..c144e975d 100644 --- a/vulnerabilities/xss_r/index.php +++ b/vulnerabilities/xss_r/index.php @@ -56,8 +56,8 @@
  • " . dvwaExternalLinkUrlGet( 'https://owasp.org/www-community/attacks/xss/' ) . "
  • " . dvwaExternalLinkUrlGet( 'https://owasp.org/www-community/xss-filter-evasion-cheatsheet' ) . "
  • " . dvwaExternalLinkUrlGet( 'https://en.wikipedia.org/wiki/Cross-site_scripting' ) . "
  • -
  • " . dvwaExternalLinkUrlGet( 'http://www.cgisecurity.com/xss-faq.html' ) . "
  • -
  • " . dvwaExternalLinkUrlGet( 'http://www.scriptalert1.com/' ) . "
  • +
  • " . dvwaExternalLinkUrlGet( 'https://www.cgisecurity.com/xss-faq.html' ) . "
  • +
  • " . dvwaExternalLinkUrlGet( 'https://www.scriptalert1.com/' ) . "
  • \n"; diff --git a/vulnerabilities/xss_s/index.php b/vulnerabilities/xss_s/index.php index 343fcbb3f..51cf592f2 100644 --- a/vulnerabilities/xss_s/index.php +++ b/vulnerabilities/xss_s/index.php @@ -77,8 +77,8 @@
  • " . dvwaExternalLinkUrlGet( 'https://owasp.org/www-community/attacks/xss' ) . "
  • " . dvwaExternalLinkUrlGet( 'https://owasp.org/www-community/xss-filter-evasion-cheatsheet' ) . "
  • " . dvwaExternalLinkUrlGet( 'https://en.wikipedia.org/wiki/Cross-site_scripting' ) . "
  • -
  • " . dvwaExternalLinkUrlGet( 'http://www.cgisecurity.com/xss-faq.html' ) . "
  • -
  • " . dvwaExternalLinkUrlGet( 'http://www.scriptalert1.com/' ) . "
  • +
  • " . dvwaExternalLinkUrlGet( 'https://www.cgisecurity.com/xss-faq.html' ) . "
  • +
  • " . dvwaExternalLinkUrlGet( 'https://www.scriptalert1.com/' ) . "
  • \n";