Skip to content

Commit

Permalink
Feature "Pwned Passwords" v5
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heinrich <christian.heinrich@cmlh.id.au>
  • Loading branch information
cmlh committed Jul 18, 2019
1 parent c0b8c79 commit 7697c52
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
Binary file modified Maltego-Configuration/Maltego-Configuration-haveibeenpwned.mtz
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
machine("cmlh.pwnedpasswords.v5",
displayName:"@haveibeenpwned v5 Pwned Passwords",
author:"Christian Heinrich",
description:"What is the k-anonymity of \"Pwned Passwords\" v5?") {

start {
run("paterva.v2.PPv5RangeHash")
bookmarked(2) // Yellow Bookmark
delete()
}
}
2 changes: 1 addition & 1 deletion Transform_Hub/Individual_Fields.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name:                Have I Been Pwned?
Seed URL:            https://cetas.paterva.com/TDS/runner/showseed/haveibeenpwned
Description (short): Pwned Password v4 Support
Description (short): Pwned Password v5 Support
Description (long): Has an [Hashed] Password/Domain/Alias/E-mail been breached or listed in a post to Pastebin, etc?
Provider website:    https://github.com/cmlh/Maltego-haveibeenpwned
Provider email:      christian.heinrich@cmlh.id.au
4 changes: 2 additions & 2 deletions Transform_Hub/Transform_Hub.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Seed Pos="10" Display="Have I Been Pwned?">
<Url Visible="false">https://cetas.paterva.com/TDS/runner/showseed/haveibeenpwned</Url> <!--visible is optional, default "false"-->
<Description>Pwned Password v4 Support</Description>
<Description>Pwned Password v5 Support</Description>
<Details>Has a [hashed] password/domain been breached or alias/e-mail listed in a post to Pastebin, etc?</Details>
<Modified>1560155400</Modified> <!-- unix time -->
<Modified>1563420500</Modified> <!-- unix time -->
<Icon><!-- 48x48px png-->
<Url>https://maltego-haveibeenpwned.herokuapp.com/images/transform_hub.png</Url>
</Icon>
Expand Down

0 comments on commit 7697c52

Please sign in to comment.