RTB周りで使われているというCookie Syncについて興味がわいたので調べてみる。
Quoraから。
| # Assume in.pdf has 20 pages | |
| pdftk in.pdf cat 20-1 output out.pdf |
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <!-- ======================================================================= | |
| SourceMonitor command line script commands. | |
| Use: SourceMonitor.exe /c sourcemonitor-command.xml | |
| ======================================================================== --> | |
| <sourcemonitor_commands> |
| a(;`・ω・)o━ヽ_。_・_゚_・_フ)) | |
| ?(っ´。ω゜`c) | |
| ☝(〃`l _ l´)☝ | |
| ☝( ◠‿◠ )☝ | |
| ༼(*꒪ั❥꒪ั*༽༽ | |
| (✿꒪ั◡꒪ั✿) | |
| (੭ु ˃̶͈̀ x ˂̶͈́)੭ु⁾⁾ | |
| :(ヽ'ω`): | |
| +。:.゚٩(๑>◡<๑)۶:.。+゚ | |
| (★l ω l) |
# ~/.config/git/config
[sendemail]
confirm = auto
smtpServer = smtp.gmail.com
smtpServerPort = 587
smtpEncryption = tls
smtpUser = <gmail email address>| #!bash.exe | |
| export SSH_AUTH_SOCK=/tmp/.ssh-socket | |
| echo ; | |
| echo Starting connection with ssh-agent... | |
| ssh-add -l 2>&1 >/dev/null | |
| if [ $? = 2 ]; then | |
| rm -f /tmp/.ssh-script /tmp/.ssh-agent-pid /tmp/.ssh-socket | |
| # Exit status 2 means couldn't connect to ssh-agent; start one now | |
| echo Creating new ssh-agent... | |
| ssh-agent -a $SSH_AUTH_SOCK > /tmp/.ssh-script |
説明するのめんどい http://vividcode.hatenablog.com/entry/twitter-oauth-vulnerability
とりあえず即座に攻撃できるような状態ではなくなっています。