Improve formatting
parent
e6bf7791a9
commit
0781049db5
|
@ -215,7 +215,7 @@ Poisoning will be logged to Poisoners-Session.log\n\n\
|
||||||
All hashes are dumped an unique file John Jumbo compliant, using this format:\n\
|
All hashes are dumped an unique file John Jumbo compliant, using this format:\n\
|
||||||
(MODULE_NAME)-(HASH_TYPE)-(CLIENT_IP).txt\n\n\
|
(MODULE_NAME)-(HASH_TYPE)-(CLIENT_IP).txt\n\n\
|
||||||
" 18 72
|
" 18 72
|
||||||
configure
|
log
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -311,7 +311,7 @@ By default, the tool will only answer to File Server Service request, which is f
|
||||||
The concept behind this is to target our answers, and be stealthier on the network. This also helps to ensure that we don't break legitimate NBT-NS behavior.\n\n\
|
The concept behind this is to target our answers, and be stealthier on the network. This also helps to ensure that we don't break legitimate NBT-NS behavior.\n\n\
|
||||||
For more information, see: https://github.com/SpiderLabs/Responder\n\
|
For more information, see: https://github.com/SpiderLabs/Responder\n\
|
||||||
" 18 72
|
" 18 72
|
||||||
configure
|
log
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -339,11 +339,11 @@ function configure {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dialog --title "" --menu "" 15 60 5 \
|
dialog --title "" --menu "" 15 60 5 \
|
||||||
"log" "Specify log location" \
|
"log" "Specify log location" \
|
||||||
"interface" "Specify interface to target" \
|
"interface" "Specify interface to target" \
|
||||||
"mode" "Specify Responder mode" \
|
"mode" "Specify Responder mode" \
|
||||||
"responderconf" "Edit Responder.conf" \
|
"responderconf" "Edit Responder.conf" \
|
||||||
"back" "Return to previous menu" 2> $CONF
|
"back" "Return to previous menu" 2> $CONF
|
||||||
result=$(cat $CONF && rm $CONF &>/dev/null)
|
result=$(cat $CONF && rm $CONF &>/dev/null)
|
||||||
case $result in
|
case $result in
|
||||||
"log") log;;
|
"log") log;;
|
||||||
|
|
Loading…
Reference in New Issue