Skip to content

Commit 0e521aa

Browse files
fix: update source directory for BLHawk scan and add vulnerable HTML file for testing
1 parent f0342df commit 0e521aa

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/blhawk-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
pip install -r requirements.txt
2121
- name: Run BLHawk source scan
2222
run: |
23-
python blhawk.py --src .
23+
python blhawk.py --src ./test_sources

test_sources/vuln_html3.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head><title>Test Vulnerable HTML</title></head>
3+
<body>
4+
<a href="https://cafebazaar.ir/app/fakeapp">CafeBazaar</a>
5+
<a href="https://myket.ir/app/fakeapp">Myket</a>
6+
<a href="https://t.me/dfhgifwheoinskidewgb/">sdfsdfsdf</a>
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)