adamjsturge / easy-xsshunter-express

The fastest way to setup XSSHunter. It has options for the official and Discord/Slack Forks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy XSSHunter Express

InstallationUsageMore Info

easy-express-hunter allows you to quickly setup a new machine with docker and xsshunter-express

Installation Instructions

We only really need curl.

curl -fsSL https://raw.githubusercontent.com/adamjsturge/easy-xsshunter-express/master/easy-xsshunter-express.sh -o easy-xsshunter-express.sh
sudo bash easy-xsshunter-express.sh

Usage

sudo bash easy-xsshunter-express.sh

This will first prompt you to install docker automatically or not.

┌──(root@ubuntu):~
└─# sudo bash easy-xsshunter-express.sh
Do you want to install Docker? (y/n)

After docker you can pick between 2 github repos of xsshunter-express. The official one or the fork that I coded with slack notifications. Personally I like the one with slack notification

1) Official Repo (https://github.com/mandatoryprogrammer/xsshunter-express)
2) Slack Notification Fork (https://github.com/adamjsturge/xsshunter-express)
3) XSSHunter-Go More Notifications and Extended Feature (https://github.com/adamjsturge/xsshunter-go)
Which Github option would you like to choose?

Lastly you'll be prompted with if you want to do the guided setup. If you say no it you'll have to manually change the docker-compose.yml

Do you want to go through basic setup? (y/n) y
Leave anything blank you don't know or don't want to change

Repos referenced in this script

XSSHunter-Go (More features and notifications services) Official Repo Slack Notification Fork

More info

If you get stuck you can DM me on twitter or make a github issue and I'll try to address it. I have only tested this on linux.

My Article: https://adamjsturge.medium.com/easy-xsshunter-express-setup-script-d5a66039f7b6?sk=52394aa4a2d66779ffcaeaf7cab63af9

About

The fastest way to setup XSSHunter. It has options for the official and Discord/Slack Forks

License:MIT License


Languages

Language:Shell 100.0%