Skip to content

Instantly share code, notes, and snippets.

@0xbharath
Created August 31, 2023 12:31
Show Gist options
  • Save 0xbharath/59266248d14117cb26b62931747ee03c to your computer and use it in GitHub Desktop.
Save 0xbharath/59266248d14117cb26b62931747ee03c to your computer and use it in GitHub Desktop.
{
"packages": [
"python@3.10",
"stdenv.cc.cc.lib",
"amass@3.22.2",
"subfinder@2.6.0",
"httpx@1.3.3",
"ipinfo@2.10.1",
"naabu@2.1.6",
"nuclei@2.9.7",
"gitleaks@8.17.0",
"gau@2.1.2",
"python310Packages.pip"
],
"shell": {
"init_hook": [
". $VENV_DIR/bin/activate",
"export PS1='🦗 Mantis > '",
"alias mantis='python /opt/mantis/launch.py'",
"alias help='python /opt/mantis/launch.py --help'",
"cd /opt/mantis"
],
"scripts": {
"setup": [
". $VENV_DIR/bin/activate",
"pip install git+https://github.com/cisagov/findcdn.git --quiet",
"pip install -r requirements.txt",
"chmod 777 -R /opt/mantis",
"chmod 777 -R /opt/mantis/.devbox"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment