Skip to content

Commit 316cc13

Browse files
committed
Add new bookmarklets
1 parent e2f212c commit 316cc13

13 files changed

+24
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"use strict";
2+
window.open('https://www.google.com/search?q=related%3A' + encodeURIComponent(location.hostname), '_blank').focus();
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Search for sites related to the current one using Google.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"use strict";
2+
window.open('https://mxtoolbox.com/SuperTool.aspx?action=' + encodeURIComponent(location.hostname), '_blank').focus();
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Run MXToolBox SuperTool on the server that you are currently on.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"use strict";
2+
window.open('https://sitereport.netcraft.com/?url=' + encodeURIComponent(location.href), '_blank').focus();
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use this bookmarklet to check the site that you are currently on with Netcraft Site report.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"use strict";
2+
window.open('https://www.shodan.io/search?query=' + encodeURIComponent(location.hostname), '_blank').focus();
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Search the current site on Shodan.

javascripts/Who.is - Whois.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"use strict";
2+
window.open('https://who.is/whois/' + encodeURIComponent(location.hostname), '_blank').focus();

javascripts/Who.is - Whois.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Do a whois query on the domain that you are currently visiting using who.is.

0 commit comments

Comments
 (0)