diff --git a/barf.sh b/barf.sh index f88fce0..0c61397 100755 --- a/barf.sh +++ b/barf.sh @@ -105,10 +105,10 @@ if [ "$SHOWHELP" == 1 ]; then echo " BASIC OPTIONS" echo " -p | --positive-addr 0x123456 a location to be counted as good hit" echo " -n | --negative-addr 0x234567 a location to be counted as bad hit" + echo " -w | --win-addr 0x345678 a location reached if your input is correct" echo "" echo " PERSISTENT MODE OPTIONS" echo " -x | --persistent enable the experimental (!) persistent mode" - echo " -w | --win-addr 0x345678 a location reached if your input is correct" echo " -s | --start-addr 0x456789 a location directly after your input is fed into the target" echo " -e | --end-addr 0x56789A a location where the to-be-fuzzed logic is done" echo " --buff-addr 0x6789AB the location where user input is stored"