10000 GitHub - cs4745/awd-cmd: cmd tools for AWD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cs4745/awd-cmd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awd.py

安装

Python3.9

pip install -r requirements.txt
./awd.py -i ip -p port -P password -u user

连接ssh

./awd.py -i ip -p port -P password -u user interactive
./awd.py -i ip -p port -P password -u user interactive 'ls /'

传文件

./awd.py -i ip -p port -P password -u user push local_file remote_file
./awd.py -i ip -p port -P password -u user push local_file remote_file

备份

./awd.py -i ip -p port -P password -u user backup html
./awd.py -i ip -p port -P password -u user backup db -u root -p root -d ctf

恢复

./awd.py -i ip -p port -P password -u user recovery html
./awd.py -i ip -p port -P password -u user recovery db -u root -p root -d ctf

waf

上传

./awd.py -i ip -p port -P password -u user waf push

watchbird

./awd.py -i ip -p port -P password -u user waf watchbird install -p birdwatch
./awd.py -i ip -p port -P password -u user waf watchbird uninstall

intercept

./awd.py -i ip -p port -P password -u user waf intercept install
./awd.py -i ip -p port -P password -u user waf intercept uninstall

日志文件

./awd.py -i ip -p port -P password -u user waf log

python工具

上传

./awd.py -i ip -p port -P password -u user python push

repl

./awd.py -i ip -p port -P password -u user python run

文件监控

./awd.py -i ip -p port -P password -u user python watch

hm webshell扫描

上传

./awd.py -i ip -p port -P password -u user hm push

扫描

./awd.py -i ip -p port -P password -u user hm scan
./awd.py -i ip -p port -P password -u user hm deepscan

About

cmd tools for AWD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.8%
  • Python 3.2%
0