Skip to content

Commit

Permalink
Merge pull request #382 from kingthorin/alias-remove
Browse files Browse the repository at this point in the history
Simplify/remove my authorship notes
  • Loading branch information
psiinon authored Aug 14, 2023
2 parents c816e28 + e36e268 commit 9398346
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion active/gof_lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions passive/Find Emails.js
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 '$@#!.')
Expand Down
2 changes: 1 addition & 1 deletion passive/Find HTML Comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion passive/f5_bigip_cookie_internal_ip.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion standalone/domainFinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion standalone/historySourceTagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit 9398346

Please sign in to comment.