Skip to main content

Posts

Showing posts from May, 2017

Find string in file - linux

code: #!/bin/bash if [ "$1" != "" ]; then echo 'path to search: ' $1 echo 'Search for: ' $2 grep -H -r --color -E "$2" $1 else echo "sfind <path> <word> " fi   Save to file in /usr/bin/>filenam> chmod a+x <filename> I use sfind for filename

WIFI probe

http://www.nirsoft.net/utils/wireless_network_view.html Shows all wifi and accesspoints... http://www.nirsoft.net/utils/wireless_key.html Shows lokal wifi passwords