dot11decrypt After Commands Update
Closed this issue · 1 comments
RaiderBW commented
The After Commands in dot11decrypt.py for PTF 2.4 appear to be for a different/older version. Updating After Commands to the following resolved this:
# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION},mkdir build,cd build,cmake ..,make"
HackingDave commented
Thanks! Updated it and pushed it out.