-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #382 from kingthorin/alias-remove
Simplify/remove my authorship notes
- Loading branch information
Showing
6 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
// available as: http://example.com/index.html.bak | ||
// | ||
// gof_lite.js | ||
// Author: kingthorin[email protected] | ||
// Author: kingthorin | ||
// 20150828 - Initial submission | ||
// 20150923 - Add check to see and handle if the user has stopped the scan | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Email finder by [email protected] | ||
// Based on: | ||
// PassiveHTMLCommentFinder.js | ||
// [email protected] | ||
// 20150106 - Updated by [email protected] to handle addresses (such as gmail) with alias portion: | ||
// 20150106 - Updated by kingthorin to handle addresses (such as gmail) with alias portion: | ||
// https://support.google.com/mail/answer/12096?hl=en | ||
// https://regex101.com/r/sH4vC0/2 | ||
// 20181213 - Update by [email protected] to ignore false positives (such as '*@123' or '$@#!.') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Right click the script in the Scripts tree and select "enable" | ||
|
||
// PassiveHTMLCommentFinder.js | ||
// kingthorin[email protected] | ||
// Author: kingthorin | ||
|
||
// References: | ||
// RegEx Testing: http://regex101.com/r/tX1hS1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
// If an analyzed cookie decodes to a RFC1918 IPv4 address then an alert is raised. | ||
|
||
// Ref: https://support.f5.com/kb/en-us/solutions/public/6000/900/sol6917.html | ||
// Author: kingthorin[email protected] | ||
// Author: kingthorin | ||
// 20150828 - Initial submission | ||
// 20160117 - Updated to include ipv6 variants - jkbowser[at]gmail[dot]com | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// | ||
//Inspired partially by fierce domain scanner | ||
//Partially addresses https://github.com/zaproxy/zaproxy/issues/562 | ||
//Author: kingthorin[email protected] | ||
//Author: kingthorin | ||
//20160207: Initial release. | ||
|
||
var DOMAIN=".example.org"; //Update this with the domain you want to do lookups on | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
// SRC_Proxied, SRC_Manual, SRC_Other | ||
// The script can be run multiple times, history entries will only be tagged | ||
// if they don't already have a tag that starts with TAG_PREFIX as defined below. | ||
// Author: kingthorin[email protected] | ||
// Author: kingthorin | ||
// 20160207: Initial release | ||
|
||
extHist = control.getExtensionLoader(). | ||
|