Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Last active November 18, 2021 06:35
Show Gist options
  • Save random-robbie/beae1991e9ad139c6168c385d8a31f7d to your computer and use it in GitHub Desktop.
Save random-robbie/beae1991e9ad139c6168c385d8a31f7d 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
@sopsmattw
Copy link

libgnome-keyring-dev isn't available in the repos on 2018.3 and is no longer needed either.

@ghsec
Copy link

ghsec commented May 8, 2019

@random-robbie thank you. It realy help me

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