forked from PowerScript/KatanaFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
713 additions
and
4 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
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 |
---|---|---|
|
@@ -8,6 +8,6 @@ | |
|
||
|
||
version="0.0.1.0" | ||
date="01/06/16:14/06/16" | ||
build="0060" | ||
date="14/06/16:21/07/16" | ||
build="0061" | ||
Type="FREE" |
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
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 +1 @@ | ||
{"Katana":{"Description":"Katana Updates information","Author": "Redtoor","Version":"0.2","Update":{"Core":"0.0.1.0","Build":"0060","Date":"14/06/16","Modules":"28"}}} | ||
{"Katana":{"Description":"Katana Updates information","Author": "Redtoor","Version":"0.2","Update":{"Core":"0.0.1.0","Build":"0061","Date":"21/07/16","Modules":"30"}}} |
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
[A] # Queries for IPv4 address records | ||
*.thesprawl.org=192.0.2.1 | ||
|
||
[AAAA] # Queries for IPv6 address records | ||
*.thesprawl.org=2001:db8::1 | ||
|
||
[MX] # Queries for mail server records | ||
*.thesprawl.org=mail.fake.com | ||
|
||
[NS] # Queries for mail server records | ||
*.thesprawl.org=ns.fake.com | ||
|
||
[CNAME] # Queries for alias records | ||
*.thesprawl.org=www.fake.com | ||
|
||
[TXT] # Queries for text records | ||
*.thesprawl.org=fake message | ||
|
||
[PTR] | ||
*.2.0.192.in-addr.arpa=fake.com | ||
|
||
[SOA] | ||
; FORMAT: mname rname t1 t2 t3 t4 t5 | ||
*.thesprawl.org=ns.fake.com. hostmaster.fake.com. 1 10800 3600 604800 3600 | ||
|
||
[NAPTR] | ||
; FORMAT: order preference flags service regexp replacement | ||
*.thesprawl.org=100 10 U E2U+sip !^.*$!sip:[email protected]! . | ||
|
||
[SRV] | ||
; FORMAT: priority weight port target | ||
*.*.thesprawl.org=0 5 5060 sipserver.fake.com | ||
|
||
[DNSKEY] | ||
; FORMAT: flags protocol algorithm base64(key) | ||
*.thesprawl.org=256 3 5 AQPSKmynfzW4kyBv015MUG2DeIQ3Cbl+BBZH4b/0PY1kxkmvHjcZc8nokfzj31GajIQKY+5CptLr3buXA10hWqTkF7H6RfoRqXQeogmMHfpftf6zMv1LyBUgia7za6ZEzOJBOztyvhjL742iU/TpPSEDhm2SNKLijfUppn1UaNvv4w== | ||
|
||
[RRSIG] | ||
; FORMAT: covered algorithm labels labels orig_ttl sig_exp sig_inc key_tag name base64(sig) | ||
*.thesprawl.org=A 5 3 86400 20030322173103 20030220173103 2642 thesprawl.org. oJB1W6WNGv+ldvQ3WDG0MQkg5IEhjRip8WTrPYGv07h108dUKGMeDPKijVCHX3DDKdfb+v6oB9wfuh3DTJXUAfI/M0zmO/zz8bW0Rznl8O3tGNazPwQKkRN20XPXV6nwwfoXmJQbsLNrLfkGJ5D6fwFm8nN+6pBzeDQfsS3Ap3o= |
Oops, something went wrong.