Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Report URLs V2 - Report malicious urls filter_list
Author
Message
Report URLs V2 - Report malicious urls #1
[Image: h8htqCK.jpg]

Report URLs is a tool to report malicious urls.
It gives the user a simple interface to report malicious or questionable sites to be blocked by Microsoft Smartscreen or Google SafeBrowsing.

Download:
http://www.mediafire.com/file/9rcmgbhmqm...RLs_V2.zip

Virus Scan
https://www.virustotal.com/#/file/1bfd0b.../detection
(This post was last modified: 02-25-2018, 09:21 AM by hacxx.)

Reply

RE: Report URLs V2 - Report malicious urls #2
I've tested all sites via the drop-down menu and everything Is functioning correctly.

A lot of my time Is spent navigating online and without question, I continue to come across Irregularities. It's nice to have this tool on hand.
Thank you.
[Image: AD83g1A.png]

Reply

RE: Report URLs V2 - Report malicious urls #3
Thanks,
I have re-written the method i normally use. This one is a little bit smaller and only relies on GetElementByID to do the trick.

Reply

RE: Report URLs V2 - Report malicious urls #4
(02-25-2018, 12:18 PM)hacxx Wrote: This one is a little bit smaller and only relies on GetElementByID to do the trick.

I was actually curious and checked It out.
Code:
verify = function() {
var select = document.getElementById('select').value;
var site_id = document.getElementById('site_id').value;
if(site_id == "") {alert('Type a site to report!'); return false;}
if(select == "1") {window.open('https://feedback.smartscreen.microsoft.com/feedback.aspx?t=0&result=none&url='+site_id+'');}
if(select == "2") {window.open('https://safebrowsing.google.com/safebrowsing/report_phish/?url='+site_id+'');}
if(select == "3") {window.open('https://safebrowsing.google.com/safebrowsing/report_error/?url='+site_id+'');}
if(select == "4") {window.open('https://safebrowsing.google.com/safebrowsing/report_badware/?url='+site_id+'');}
}

Good work.
[Image: AD83g1A.png]

Reply







Users browsing this thread: 2 Guest(s)