hbowden / nextgen

A Genetic File, Syscall and Network Fuzzer.
Other
58 stars 15 forks source link

Add help message #24

Closed kinow closed 7 years ago

kinow commented 7 years ago

For issue #13

Now running nextgen, outputs:

Nextgen is a Genetic File, Syscall, and Network Fuzzer.
To use the file fuzzer in smart mode run the command below.
sudo ./nextgen --file --in /path/to/in/directory --out /path/to/out/directory --exec /path/to/target/exec .
To use the syscall fuzzer in smart mode run.
sudo ./nextgen --syscall --out /path/to/out/directory
To use dumb mode just pass --dumb with any of the above commands.

As well as nextgen -help or nextgen --help. The --help and h will actually be interpreted as a valid option, to display the usage.

But other options such as -h, or -ajuda will print the usage as well. One minor improvement could be to leave the 'Unknown option' and also print the usage.

Cheers Bruno

hbowden commented 7 years ago

yea that looks chill, I will merge it.