Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdln1 committed Jul 9, 2021
1 parent f9f342a commit 90bf6b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ python3 dorker.py -d 'WHATEVER-DORK' -o output.txt
python3 dorker.py -f 'FILE-WITH-DORKS' -o output.txt
```

> This script by default runs in headless mode
```text
This script by default runs in headless mode but in the below gif
script is run in headless=False mode , if want to change that go Line 48
in the script
```

> If you dont want banner every time just comment the Line 116
Expand Down
Binary file modified geckodriver
Binary file not shown.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apt install firefox
pip3 install -r requirements.txt
chmod +x geckodriver
sudo cp geckodriver /usr/local/bin
wget https://github.com/mozilla/geckodriver/releases/download/v0.29.1/geckodriver-v0.29.1-linux64.tar.gz
chmod +x geckodriver-v0.29.1-linux64.tar.gz
sudo cp geckodriver-v0.29.1-linux64.tar.gz /usr/local/bin/geckodriver

0 comments on commit 90bf6b6

Please sign in to comment.