I hereby claim:
- I am tourountzis on github.
- I am tourountzis (https://keybase.io/tourountzis) on keybase.
- I have a public key ASDsLPX9GSSvwcyCLzHx827JWgpWLtFvJg_K79fhjBUx0Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| test |
| Blackhat USA 2016 presentations | |
| http://owasp.org/index.php/iran | |
| Twitter : https://twitter.com/owaspiran | |
| Telegram : https://telegram.me/irOWASP | |
| https://www.blackhat.com/docs/us-16/materials/us-16-Molinyawe-Shell-On-Earth-From-Browser-To-System-Compromise.pdf |
| $Source = @" | |
| using System; | |
| using System.IO; | |
| using System.Text; | |
| using System.IO.Compression; | |
| using System.Collections.Generic; | |
| using System.Runtime.InteropServices; | |
| using System.Security.Cryptography; |
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # Author: Francesco "dfirfpi" Picasso | |
| # ---------------------------------------------------------------------------- | |
| import ctypes | |
| import struct | |
| import sys | |