0Day Forums
Hacxx Email YOUTUBE Collect (100 Results) - Printable Version

+- 0Day Forums (https://zeroday.vip)
+-- Forum: Hacking & Exploits (https://zeroday.vip/Forum-Hacking-Exploits)
+--- Forum: Hacking Tools and Programs (https://zeroday.vip/Forum-Hacking-Tools-and-Programs)
+--- Thread: Hacxx Email YOUTUBE Collect (100 Results) (/Thread-Hacxx-Email-YOUTUBE-Collect-100-Results)



Hacxx Email YOUTUBE Collect (100 Results) - hacxx - 04-23-2024

Use the tool online:

[To see links please register here]




RE: Hacxx Email YOUTUBE Collect (100 Results) - hacxx - 04-23-2024

Loop to search for emails in myObj.items[x].snippet.description at youtube api
--------------------------------------------------------------------------------------------------
Code:
for (x in myObj.items) {
    var description = myObj.items[x].snippet.description;
    var emailRegex = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/g;
    var emails = description.match(emailRegex);
    if (emails) {
        for (var i = 0; i < emails.length; i++) {
            document.write(emails[i] + '\n');
        }
    }
}



RE: Hacxx Email YOUTUBE Collect (100 Results) - hacxx - 04-25-2024

Download:

[To see links please register here]

[To see links please register here]

[To see links please register here]