Skip to content

Instantly share code, notes, and snippets.

@maverickNerd
Created May 9, 2020 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maverickNerd/9c0866955c619f0e23813f384dd22d3e to your computer and use it in GitHub Desktop.
Save maverickNerd/9c0866955c619f0e23813f384dd22d3e to your computer and use it in GitHub Desktop.
Github-search setup
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