Skip to content

Commit fd844a4

Browse files
author
David Davidson
authored
Update DoubtfullyMalignant.py
1 parent 3c6d089 commit fd844a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

DoubtfullyMalignant/DoubtfullyMalignant.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,17 @@
1616
1717
Anyhow, how this all works is. You set it up listening on a port.
1818
When bc-id is ran against it, it responds with the crashing data.
19+
20+
For v1100:
21+
BenignCertain v1100 has the parser built into the bc-id tool. If
22+
the -p, -c, -u or -P flag is set, which tells it to do parsing, it
23+
will crash on receiving the reply. It will also crash if told to
24+
read in such a file and analyse it.
25+
26+
For v1110:
1927
This will NOT crash bc-id, however, bc-id will write the data out
2028
to a file (serversipaddress.raw and serversipaddress.hex).
29+
This is due to the parser being broken off to bc-parser.
2130
When the parser (bc-parser) is ran on the created file, it will segfault
2231
because it is a hilariously badly coded piece of shit.
2332

0 commit comments

Comments
 (0)