Created
June 8, 2018 17:21
-
-
Save random-robbie/7406c84675069e5df9203a9203dc74f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
chromium-browser --headless --disable-gpu --window-size=1920,1080 --screenshot http://$1 --screenshot=$RANDOM.jpg >/dev/null 2>&1 | |
echo "[*] Screenshot Taken of http://$1 [*]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment