Skip to content

Instantly share code, notes, and snippets.

View ffaw's full-sized avatar

Fawad Khan ffaw

  • Leiria, Portugal
View GitHub Profile
@viveknaskar
viveknaskar / unsubscribe-youtube-channels.js
Created February 17, 2022 16:06
A script that can be executed to unsubscribe all the YouTube channels at once.
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 () {
@MrCl0wnLab
MrCl0wnLab / requestCamAxisPOC.lua
Last active June 22, 2024 11:18
POC Request Axis Cam ( CVE: CVE-2003-0240 )
--[[
-- 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:
_ _ _ ____ _ _
| | | | __ _ ___| | __ | __ ) __ _ ___| | _| |
| |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / |
| _ | (_| | (__| < | |_) | (_| | (__| <|_|
|_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_)
A DIY Guide