This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| abad | |
| abadias | |
| abascal | |
| abdel | |
| abdelkader | |
| abderrahaman | |
| abdeselam | |
| abellan | |
| abselam | |
| acosta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Installation: pip3 install python-telegram-bot | |
| # Usage: /cmd COMMAND | |
| # Examples: /cmd whoami, /cmd ls -la, /cmd echo "a" > a.txt | |
| from telegram.ext import Updater, CommandHandler | |
| from telegram.ext.dispatcher import run_async | |
| import subprocess | |
| # Fill with your token after creating a bot using @BotFather | |
| token = "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Based on Rasta Mouse (@_RastaMouse)'s blogs: | |
| # - https://rastamouse.me/blog/asb-bypass-pt2/ | |
| # - https://rastamouse.me/blog/asb-bypass-pt3/ | |
| # - https://rastamouse.me/blog/asb-bypass-pt4/ | |
| # | |
| # Note: If it starts being detected change the variables names | |
| # | |
| # Usage: | |
| # . .\amsi_bypass.ps1; [TestNameSpace.test]::Disable() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # | |
| # Based on tothi's file: https://gist.github.com/tothi/ab288fb523a4b32b51a53e542d40fe58 (I just updated the payload) | |
| # The payload is generated with Nikhil Mittal(@samratashok)'s Nishang https://github.com/samratashok/nishang | |
| # | |
| import sys | |
| import base64 | |
| def help(): |
NewerOlder