Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToor committed Jul 21, 2016
1 parent 7249fd4 commit c054128
Show file tree
Hide file tree
Showing 7 changed files with 713 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img src="https://4.bp.blogspot.com/-qZDqDJu1j-k/V09AEAbLBeI/AAAAAAAAAR0/YX_M7a12s2URf-vzcaghv_ZDIvuy9b39QCLcB/s320/Sin%2Bt%25C3%25ADtulo.png" title="Katana">
[![Gitter chat](https://badges.gitter.im/totaljs/framework.png)](https://gitter.im/PowerScript/KatanaFramework) ![Supported OS](https://img.shields.io/badge/Supported%20OS-Linux-yellow.svg) ![License](https://img.shields.io/badge/license-GPLv3-blue.svg) ![CORE](https://img.shields.io/badge/core-0.0.1.0-green.svg)![Build](https://img.shields.io/badge/BUILD-0060-red.svg)
[![Gitter chat](https://badges.gitter.im/totaljs/framework.png)](https://gitter.im/PowerScript/KatanaFramework) ![Supported OS](https://img.shields.io/badge/Supported%20OS-Linux-yellow.svg) ![License](https://img.shields.io/badge/license-GPLv3-blue.svg) ![CORE](https://img.shields.io/badge/core-0.0.1.0-green.svg)![Build](https://img.shields.io/badge/BUILD-0061-red.svg)
---
# ABOUT.

Expand Down
4 changes: 2 additions & 2 deletions core/Information.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions core/modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
<category>net</category>
<filename>arp_denegation_of_service</filename>
<description>ARP D.O.S Attack.</description>
</module>
<module name="net/dns.fake">
<version>1.0</version>
<author>Dimitrios Kanellopoulos | Adated by RedToor</author>
<category>net</category>
<filename>dns_fake</filename>
<description>DNS fake Server Spoof.</description>
</module>
<module name="set/facebrok">
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion core/version.json
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"}}}
40 changes: 40 additions & 0 deletions files/dnschef/dnschef.ini
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=
Loading

0 comments on commit c054128

Please sign in to comment.