- Download
chromedriver.exe
that matches your Chrome version. - Copy above EXE file to
PhoneInfoga\lib
directory. - Replace in
PhoneInfoga\lib\googlesearch.py
this line:
browser = webdriver.Firefox()
with this one:
#!/bin/bash | |
./hashcat64.bin -b > /dev/null 2>&1 & | |
HC_PID=$! | |
echo "Waiting for hashcat process to finish..." | |
wait $HC_PID |
chromedriver.exe
that matches your Chrome version.PhoneInfoga\lib
directory.PhoneInfoga\lib\googlesearch.py
this line:browser = webdriver.Firefox()
with this one:
0000 | |
0001 | |
0002 | |
0003 | |
0004 | |
0005 | |
0006 | |
0007 | |
0008 | |
0009 |