宿主机
docker run -ti --name=awvs -v /tmp/awvs:/tmp/awvs ubuntu
将 acunetix_trial.sh
和 patch_awvs
放到宿主机 /tmp/awvs
目录下
进入容器内
apt-get install sudo libxdamage1 libgtk-3-0 libasound2 libnss3 libxss1 libx11-xcb-dev -y
apt-get update | |
apt-get install -y wget unzip | |
wget https://gist.githubusercontent.com/0xbug/b4c8128d2026f27a1e500b2ecc8bf099/raw/148592b73067260dfb5da1409a29c02b59567130/dnswordlist.txt -O dnswordlist.txt | |
wget https://github.com/0xbug/biu-cli/releases/download/v0.7/biu-cli_linux_amd64 -O /bin/biu-cli | |
wget https://github.com/projectdiscovery/subfinder/releases/download/v2.5.3/subfinder_2.5.3_linux_amd64.zip -O subfinder.zip | |
wget https://github.com/projectdiscovery/dnsx/releases/download/v1.1.0/dnsx_1.1.0_linux_amd64.zip -O dnsx.zip | |
chmod +x /bin/biu-cli | |
rm -rf subfinder | |
rm -rf dnsx | |
unzip -o subfinder.zip |
perdue | |
134319qixn | |
58a6458 | |
kymap | |
cgss | |
frimin | |
vodkgeyttp8 | |
kmxcx | |
hdif-tz | |
gog-review |
www | |
ftp | |
smtp | |
pop | |
m | |
webmail | |
pop3 | |
imap | |
localhost |
www | |
webmail | |
cpanel | |
webdisk | |
autodiscover | |
sni | |
cpcontacts | |
cpcalendars | |
com |
## AWS | |
# from http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html#instancedata-data-categories | |
http://169.254.169.254/latest/user-data | |
http://169.254.169.254/latest/user-data/iam/security-credentials/[ROLE NAME] | |
http://169.254.169.254/latest/meta-data/iam/security-credentials/[ROLE NAME] | |
http://169.254.169.254/latest/meta-data/ami-id | |
http://169.254.169.254/latest/meta-data/reservation-id | |
http://169.254.169.254/latest/meta-data/hostname | |
http://169.254.169.254/latest/meta-data/public-keys/0/openssh-key |
docker network create hawkeye | |
docker run --network=hawkeye -v /var/lib/docker_mongo:/data/db --name=mongo --restart=always -d mongo | |
docker run -ti -p 80:80 --network=hawkeye -e MONGODB_URI=mongodb://mongo:27017 --restart=always -d daocloud.io/0xbug/hawkeye |
宿主机
docker run -ti --name=awvs -v /tmp/awvs:/tmp/awvs ubuntu
将 acunetix_trial.sh
和 patch_awvs
放到宿主机 /tmp/awvs
目录下
进入容器内
apt-get install sudo libxdamage1 libgtk-3-0 libasound2 libnss3 libxss1 libx11-xcb-dev -y
/* | |
Navicat Premium Data Transfer | |
Source Server : localhost | |
Source Server Type : MySQL | |
Source Server Version : 50542 | |
Source Host : localhost | |
Source Database : rule | |
Target Server Type : MySQL |
input { | |
stdin{} | |
} | |
filter { | |
ruby { | |
code => " | |
event['message']=event['message'].gsub(/[pP][aAWw][sSdD]\w{0,5}?[%'\"]{0,1}?[5]{0,1}?[D]{0,1}?[=:]['\"]{0,1}?.*?[\t&\"]/,'password=*&') | |
" | |
} | |
} |
input { | |
stdin{} | |
} | |
filter { | |
ruby { | |
code => " | |
event.set('[messagea]',event.get('[message]').gsub(/[pP][aAWw][sSdD]\w{0,5}?[%'\"]{0,1}?[5]{0,1}?[D]{0,1}?[=:]['\"]{0,1}?.*?[\t&\"]/,'password=*&')) | |
" | |
} | |
} |