Skip to content

Commit

Permalink
Update stealc test (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
YungBinary authored Oct 31, 2024
1 parent a443fbc commit bdbc19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_parsers/test_stealc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def test_stealc():
with open("tests/data/malware/619751f5ed0a9716318092998f2e4561f27f7f429fe6103406ecf16e33837470", "rb") as data:
conf = extract_config(data.read())
assert conf == {
"C2": ["http://95.217.125.57"],
"C2": ["http://95.217.125.57/2f571d994666c8cb.php"],
}

0 comments on commit bdbc19d

Please sign in to comment.