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 bash | |
| # HOW IT WORKS: | |
| # sudo apt install -y ncat nftables curl | |
| # It listens for an incoming connection on port 22 and drops it, while noting the connecting IP. | |
| # It sets up an nftable tcp stream forward back to the connecting IP's own port 22, so that | |
| # on a repeat connection (since they didn't get the message) and if they try anything funny, | |
| # they're suddenly hacking themselves. Persists for 10 minutes, handes multiple connections. | |
| # For example, shodan now proudly lists its own ssh server info on my ip:22 | |
| set -euo pipefail |
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 php | |
| <?php | |
| /** | |
| * LeProxy is the HTTP/SOCKS proxy server for everybody! | |
| * Full credits to the author, I just enabled unprotected mode by default. | |
| * LeProxy should be run from the command line. Assuming this file is | |
| * named `leproxy.php`, try running `$ php leproxy.php --help`. | |
| * |
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
| javascript: (function () { | |
| var LANG = "EN" | |
| var outOfTheBox | |
| var qcMeta = {} | |
| qcMeta.lang = LANG | |
| if(document.location.href.includes( | |
| "originator.backlot.netflix.com")) { | |
| var our_clq = document.location.href | |
| .split(":")[3] | |
| if(our_clq) { |
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
| <?php | |
| /** | |
| * This file is part of the PHP Video Toolkit v2 package. | |
| * | |
| * @author Oliver Lillie (aka buggedcom) <[email protected]> | |
| * @license Dual licensed under MIT and GPLv2 | |
| * @copyright Copyright (c) 2008-2014 Oliver Lillie <http://www.buggedcom.co.uk> | |
| * @package PHPVideoToolkit V2 | |
| * @version 2.1.7-beta |
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
| /* | |
| v12.12.2012 | |
| - bumped the container's z-index to 64000 per @jeremymeyers | |
| v03.31.2008 | |
| - fixed display issues in IE7 courtesy of Frank Mantje @ cosbo.nl | |
| */ | |
| #modiContainer { | |
| position:absolute !important; |
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
| /* | |
| v12.12.2012 | |
| - bumped the container's z-index to 64000 per @jeremymeyers | |
| v03.31.2008 | |
| - fixed display issues in IE7 courtesy of Frank Mantje @ cosbo.nl | |
| */ | |
| #modiContainer { | |
| position:absolute !important; |
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
| // prevent IE from making tons of requests to background images | |
| if(document.execCommand && document.all && !window.opera) document.execCommand("BackgroundImageCache",false,true); | |
| var d=document; | |
| var mObj,cssObj; | |
| var isActive = false; | |
| var activeObj = null; | |
| var pause = false; | |
| var treeIndex = 0; |
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
| // prevent IE from making tons of requests to background images | |
| if(document.execCommand && document.all && !window.opera) document.execCommand("BackgroundImageCache",false,true); | |
| var d=document; | |
| var mObj,cssObj; | |
| var isActive = false; | |
| var activeObj = null; | |
| var pause = false; | |
| var treeIndex = 0; |
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
| // prevent IE from making tons of requests to background images | |
| if(document.execCommand && document.all && !window.opera) document.execCommand("BackgroundImageCache",false,true); | |
| var d=document; | |
| var mObj,cssObj; | |
| var isActive = false; | |
| var activeObj = null; | |
| var pause = false; | |
| var treeIndex = 0; |
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
| // prevent IE from making tons of requests to background images | |
| if(document.execCommand && document.all && !window.opera) document.execCommand("BackgroundImageCache",false,true); | |
| var d=document; | |
| var mObj,cssObj; | |
| var isActive = false; | |
| var activeObj = null; | |
| var pause = false; | |
| var treeIndex = 0; |
NewerOlder