##Python 3.5
- ASYNC, AWAIT
- single thread
- event loop
- taskqueue celery == asyncio
- It's just a hint, a comment, let your code be self-documenting.
| BITS 32 | |
| ; flag: RC3-2016-YEAH-DATS-BETTER-BOII | |
| ; based on http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html | |
| org 0x08048000 | |
| ehdr: | |
| db "FLAG" ; e_ident | |
| db 1, 1, 1, 0, 0 | |
| _start: mov ecx,promptsize | |
| jmp main | |
| dw 2 ; e_type |
| import base64 | |
| from Crypto.Cipher import ARC4 | |
| def str_decrypt(enc_data): | |
| key = 'fuckav\x00' | |
| cipher = ARC4.new(key) | |
| try: | |
| enc_data = base64.b64decode(enc_data) | |
| except: | |
| return enc_data |
The maintained version now lives at Thunderbolt Networking, part of scyto/homelab-docs.
Questions or troubleshooting? Continue the conversation here — a Q&A discussion where replies thread properly, answers can be marked, and everything is searchable. The 388 comments below stay exactly where they are as an archive.