Last active
November 18, 2021 06:35
-
-
Save random-robbie/beae1991e9ad139c6168c385d8a31f7d to your computer and use it in GitHub Desktop.
aq put it in /bin/ and chmod 777 it
This file contains 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 | |
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 |
libgnome-keyring-dev isn't available in the repos on 2018.3 and is no longer needed either.
@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
This was super helpful, thanks!