Skip to content

Commit 3176de3

Browse files
committed
add another broken url
1 parent c2070c0 commit 3176de3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/test_url.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def test_url():
7676

7777
"https://github.com/digininja/DVWA/blob/master/README.md"
7878
"#vendor-files": 429,
79+
7980
"https://github.com/digininja/DVWA/blob/master/README.md"
8081
"#apache-modules": 429,
8182

@@ -85,7 +86,10 @@ def test_url():
8586
"https://blog.mozilla.org/security/2014/10/04/"
8687
"csp-for-the-web-we-have/": 403,
8788

88-
"https://medium.com/@masjadaan/oracle-padding-attack-a61369993c86": 403
89+
"https://medium.com/@masjadaan/"
90+
"oracle-padding-attack-a61369993c86": 403,
91+
92+
"https://www.golinuxcloud.com/brute-force-attack-web-forms": 403,
8993
}
9094

9195
all_urls = []

0 commit comments

Comments
 (0)