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
| var i = 0; | |
| var count = document.querySelectorAll( | |
| "ytd-channel-renderer:not(.ytd-item-section-renderer)" | |
| ); | |
| myTimer(); | |
| function myTimer() { | |
| if (count == 0) return; | |
| el = document.querySelector(".ytd-subscribe-button-renderer"); | |
| el.click(); | |
| setTimeout(function () { |
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 | |
| echo "Setting up pip2" | |
| mkdir scripts && cd scripts | |
| wget https://bootstrap.pypa.io/pip/2.7/get-pip.py | |
| echo "Enter Sudo password is asked" | |
| sleep 2 | |
| sudo python2 get-pip.py | |
| pip2 install --upgrade setuptools | |
| sudo apt-get install python-dev -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
| --[[ | |
| -- BY MrCl0wnLab & r00t-3xp10it | |
| -- https://gist.github.com/MrCl0wnLab | |
| axis-network-camera-http-authentication-bypass | |
| https://www.coresecurity.com/content/axis-network-camera-http-authentication-bypass | |
| CVE: CVE-2003-0240 | |
| Vulnerability Description: |
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
| _ _ _ ____ _ _ | |
| | | | | __ _ ___| | __ | __ ) __ _ ___| | _| | | |
| | |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / | | |
| | _ | (_| | (__| < | |_) | (_| | (__| <|_| | |
| |_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_) | |
| A DIY Guide | |