Skip to content

Commit

Permalink
XML Parsing Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
esc0rtd3w committed Jan 25, 2017
1 parent 08b8be3 commit 3636afe
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions wifi-hacker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6910,12 +6910,21 @@ openScanTargetsAsText(){

while readXML; do

if [[ $E = wireless-network ]]; then
if [[ $E = BSSID ]]; then
echo $C
fi

if [[ $E = essid ]]; then
echo $C
fi

if [[ $E = channel ]]; then
echo $C
exit
fi

done < "$defaultScanOutputXML" > "$defaultScanOutputTXT"

$terminal gedit "$defaultScanOutputTXT"
}


Expand Down

0 comments on commit 3636afe

Please sign in to comment.