Skip to content

Commit

Permalink
Correct format for Kismet now
Browse files Browse the repository at this point in the history
  • Loading branch information
o7-machinehum committed Jan 27, 2025
1 parent b6d79af commit ea53a29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package/blackhat/src/blackhat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,10 @@ function wifi() {
function bh_kismet() {
echo $1 > /run/kismet_nic
KISMET_NIC=$(cat /run/kismet_nic 2>/dev/null)
kismet -s -c $KISMET_NIC:channels=36,40,44,48,149,153,157,161,165 &
kismet -s \
-c "$KISMET_NIC:channelhop=true,channels=\"36,40,44,48,149,153,157,161,165\"" \
> /dev/null &
echo "Kismet running on Port 2501"
}

function ssh() {
Expand Down

0 comments on commit ea53a29

Please sign in to comment.