Skip to content

Commit

Permalink
Sn1per Community Edition by @xer0dayz
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 20, 2020
1 parent 6a20a9a commit 2a593ca
Show file tree
Hide file tree
Showing 7 changed files with 8,247 additions and 22 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* v8.1 - Added --data-length=50 for NMap IPS evasion
* v8.1 - Removed NMap vulscan script due to F+ results
* v8.1 - Fixed issue with CRT.SH sub-domain retrieval
* v8.1 - Updated Kali Linux keyring package
* v8.1 - Fixed "[: ==: unary operator expected" in all code
* v8.1 - Updated Sn1per Professional autoload settings
* v8.1 - Updated web brute force wordlists
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ if [[ $UBUNTU_CHECK == "DISTRIB_ID=Ubuntu" ]]; then
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list
echo "deb-src http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list
fi
wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.2_all.deb -O /tmp/kali-archive-keyring_2018.2_all.deb
apt install /tmp/kali-archive-keyring_2018.2_all.deb
wget https://http.kali.org/pool/main/k/kali-archive-keyring/kali-archive-keyring_2020.2_all.deb -O /tmp/kali-archive-keyring_2020.2_all.deb
apt install /tmp/kali-archive-keyring_2020.2_all.deb
apt update
cp /root/.Xauthority /root/.Xauthority.bak 2> /dev/null
cp -a /run/user/1000/gdm/Xauthority /root/.Xauthority 2> /dev/null
Expand Down
4 changes: 2 additions & 2 deletions install_debian_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ if [[ ! -f "/etc/apt/sources.list.bak" ]]; then
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list
echo "deb-src http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list
fi
wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.2_all.deb
apt install ./kali-archive-keyring_2018.2_all.deb
wget https://http.kali.org/pool/main/k/kali-archive-keyring/kali-archive-keyring_2020.2_all.deb -O /tmp/kali-archive-keyring_2020.2_all.deb
apt install /tmp/kali-archive-keyring_2020.2_all.deb
apt update
cp /root/.Xauthority /root/.Xauthority.bak 2> /dev/null
cp -a /run/user/1000/gdm/Xauthority /root/.Xauthority 2> /dev/null
Expand Down
2 changes: 1 addition & 1 deletion sniper
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# + -- --=[https://xerosecurity.com
#

VER="8.1"
VER="8.0"
INSTALL_DIR="/usr/share/sniper"
LOOT_DIR="$INSTALL_DIR/loot/$TARGET"
SNIPER_PRO=$INSTALL_DIR/pro.sh
Expand Down
149 changes: 149 additions & 0 deletions wordlists/web-brute-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5197,3 +5197,152 @@ wizmysqladmin/
ccms/
ccms/login.php
ccms/index.php
activemq
admin
ansible
apache
artifactory
asterisk
av
aws
backup
bamb
bamboo
build
capistrano
cassandra
checkstyle
chef
ci
clickhouse
cloud
codeship
collectd
collectl
conf
confluence
consul
crm
datadog
desk
dev
docker
docs
dokuwiki
elastic
elasticsearch
email
fabric
findbugs
ganglia
gateway
git
github
gitlab
gl
glpi
gradle
grafana
graphite
graylog
groovy
haproxy
icinga
influxdb
jacoco
jenkins
jira
jk
juju
junit
kafka
kairosdb
keycloak
kibana
kube
kuber
kubernetes
ldap
liferay
log
logstash
mail
mattermost
maven
mcollective
memcached
mercurial
mesos
metric
metrics
mirror
mongo
mongodb
monit
monitoring
mysql
naginator
nagios
netdata
nextcloud
nfs
oauth
openshift
openstack
opentsdb
osticket
otrs
owncloud
package
pagerduty
pbx
prometheus
proxy
puppet
rabbitmq
radius
raygun
redis
redmine
registry
repo
rudder
saltstack
sbt
scalyr
selenium
sensu
sentry
sip
snort
sonar
sonarcube
sonarqube
splunk
squid
stackstorm
stas
stash
statsd
subversion
supervisor
supervisord
support
svn
tasks
team
teraform
tools
tripwire
ui
upguard
vagrant
variant
vault
violations
vpn
vtiger
wiki
zabbix
zimbra
zipkin
Loading

0 comments on commit 2a593ca

Please sign in to comment.