Skip to content

Commit

Permalink
Add Maltego Machines
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlh committed Jul 14, 2015
1 parent e9c23db commit 9ec8904
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Maltego-Machine-Breached-alias.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
machine("cmlh.Breach.alias",
displayName:"Breached",
author:"Christian Heinrich",
description: "Breaches aliases.") {

start {
run("paterva.v2.fromAliasTohaveibeenpwnedAPIv2BreachedAccount")
run("paterva.v2.TohaveibeenpwnedAPIv2Breaches")
}
}
13 changes: 13 additions & 0 deletions Maltego-Machine-Breached-email.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
machine("cmlh.Breached",
displayName:"Breached",
author:"Christian Heinrich",
description: "Breached e-mail addresses.") {

start {
paths {
run("paterva.v2.fromEmailTohaveibeenpwnedAPIv2BreachedAccount")
run("paterva.v2.tohaveibeenpwnedAPIv2PasteAccount")
}
run("paterva.v2.TohaveibeenpwnedAPIv2Breaches")
}
}

0 comments on commit 9ec8904

Please sign in to comment.