Sploitus

Exploit for CVE-2021-3156

kitploit · 2026-08-26

Exploit Code

MARKDOWN22 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-RODRICBR-CVE-2021-3156
# Exploit für CVE-2021-3156

## Ausführen:   


root@kitploit:~
    
    
    $ git clone https://github.com/RodricBr/CVE-2021-3156
    $ cd CVE-2021-3156/
    $ chmod u+x programa.sh
    $ ./programa.sh
    

## Einzeiler:   


root@kitploit:~
    
    
    AA=$(sudo --version | tr '[:space:]' ','| tr -d '.'  | cut -d ',' -f3 | awk '{print $0}'); [[ "$AA" -lt 1828 ]] && echo -e "Exploitável\nCVE-2021-3156"; [[ "$AA" -lt 1827 ]] && echo -e "Não é Exploitável!";