
Python 기반의 CVE-2017-9791 (Apache Struts2 S2-048) 개념 증명 익스플로잇으로, 침투 테스트를 위한 점검 및 명령 실행 모드를 제공합니다.
CVE-2017-9791
저자: DragonEgg
def Usage():
print 'check:'
print ' python file.py http://1.1.1.1/struts2-showcase/integration/saveGangster.action'
print 'poc:'
print ' python file.py http://1.1.1.1/struts2-showcase/integration/saveGangster.action command'
