Skip to content

Instantly share code, notes, and snippets.

@itsmenaga
Forked from random-robbie/aq.sh
Created September 8, 2018 16:15
Show Gist options
  • Save itsmenaga/314642e8e3073c729b9c6bec4866d32b to your computer and use it in GitHub Desktop.
Save itsmenaga/314642e8e3073c729b9c6bec4866d32b to your computer and use it in GitHub Desktop.
aq put it in /bin/ and chmod 777 it
#!/bin/bash
aquatone-discover -d $1 --threads 10
aquatone-scan -d $1 --ports huge --threads 10
DEBUG=nightmare xvfb-run -a aquatone-gather -d $1 --threads 10
aquatone-takeover -d $1 --threads 10
@itsmenaga
Copy link
Author

itsmenaga commented Sep 8, 2018

sudo apt-get install -y
xvfb
x11-xkb-utils
xfonts-100dpi
xfonts-75dpi
xfonts-scalable
xfonts-cyrillic
x11-apps
clang
libdbus-1-dev
libgtk2.0-dev
libnotify-dev
libgnome-keyring-dev
libgconf2-dev
libasound2-dev
libcap-dev
libcups2-dev
libxtst-dev
libxss1
libnss3-dev
gcc-multilib
g++-multilib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment