Created
May 9, 2020 15:00
-
-
Save maverickNerd/9c0866955c619f0e23813f384dd22d3e to your computer and use it in GitHub Desktop.
Github-search setup
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
pip3 install goop | |
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 | |
bzip2 -d phantomjs-2.1.1-linux-x86_64.tar.bz2 | |
tar -xvf phantomjs-2.1.1-linux-x86_64.tar | |
cp phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/loca/bin/phantomjs | |
touch /tmp/openssl.cnf | |
export OPENSSL_CONF="/tmp/openssl.cnf" | |
python3 google-search.py -t 'inurl:".php?keyword="' -b -d -s 0 -e 10 | qsreplace -a | xargs -I % sh -c 'python3 xss.py -v 4 -u "%"' | |
# copy your fb cookie by logging to fb and copying from network tab, below is the dummy one | |
export FACEBOOK_COOKIE="fr=CAOd7J5TeVu6A.BemthL.Kx.AAA.0.0.BemthY" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment