
osTicket 지원 티켓팅 시스템의 CVE-2022-31890에 대한 Python 기반 익스플로잇으로, 닉네임 및 비밀번호 열거 스크립트를 통해 자격 증명 덤프를 가능하게 합니다.
닉네임:
> python nickname.py
# The output of the first nickname in the table.
비밀번호:
> python password.py
# The output of the first password in the table.
파일로 출력:
> python dumpFile.py
> cat dump.txt || {{nickname}}::{{password}}
콘솔로 출력:
> python dumpConsole.py
# Output to console || {{nickname}}::{{password}}