-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
FakeHTTP version 0.9.15
Usage: ./fakehttp [options]
Basic Options:
-h <hostname> hostname for obfuscation
...
General Options:
...
Advanced Options:
...
-b <file> use TCP payload from binary file (ignores -h)
...
FakeHTTP version 0.9.15
但是,如果只指定-b和-i:
./fakehttp -b payload.bin -i br0
./fakehttp: option -h is required.
Usage: ...
如果加上-h参数,执行正常。
请问这是否符合期望?因为这会需要指定一个-h参数,但实际上它的值是被忽略的。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers