forked from blackhatethicalhacking/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
root
committed
Mar 14, 2017
1 parent
9e2f7d3
commit 12a6153
Showing
404 changed files
with
95,947 additions
and
1,102 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
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 |
---|---|---|
|
@@ -2,18 +2,18 @@ | |
#HEAD######################################################### | ||
# | ||
# Katana Framework | Information File | ||
# Last Modified: 23/12/2016 | ||
# Last Modified: 14/03/2017 | ||
# | ||
#########################################################HEAD# | ||
|
||
__nickname__ = 'Katana' | ||
__nickname__ = 'Katana Framework' | ||
__author__ = 'RedToor' | ||
__emailadd__ = '[email protected]' | ||
__twitter__ = 'https://twitter.com/redtoor' | ||
__facebook__ = 'https://facebook.com/redtoor' | ||
__license__ = 'GPLv3' | ||
|
||
version = "1.0.0.1" | ||
date = "21/12/16:25/12/16" | ||
build = "0068" | ||
date = "25/12/16:14/03/17" | ||
build = "0069" | ||
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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.3","Update":{"Core":"1.0.0.1","Build":"0068","Date":"25/12/16"}}} | ||
{"Katana":{"Description":"Katana Updates information","Author": "Redtoor","Version":"0.3","Update":{"Core":"1.0.0.1","Build":"0069","Date":"14/03/17"}}} |
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 |
---|---|---|
|
@@ -49,3 +49,7 @@ cd .. | |
cd .. | ||
cd lib/bs4/ | ||
sudo python setup.py install | ||
cd .. | ||
cd .. | ||
cd lib/future | ||
sudo python setup.py install |
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
Binary file not shown.
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,25 @@ | ||
language: python | ||
|
||
python: | ||
- "3.4" | ||
- "3.3" | ||
- "2.7" | ||
- "2.6" | ||
|
||
sudo: false | ||
|
||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors | ||
# These packages only exist on Ubuntu 13.04 and newer: | ||
# No dependencies currently unless using Python 2.6. | ||
|
||
install: | ||
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi | ||
- python setup.py install | ||
|
||
# command to run tests, e.g. python setup.py test | ||
|
||
script: | ||
# We might like to get out of the source directory before running tests to | ||
# avoid PYTHONPATH confusion? As an example, see here: | ||
# https://github.com/tornadoweb/tornado/blob/master/.travis.yml | ||
- python setup.py test |
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,19 @@ | ||
Copyright (c) 2013-2016 Python Charmers Pty Ltd, Australia | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
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,28 @@ | ||
include *.sh | ||
include *.txt | ||
include *.rst | ||
include *.py | ||
include .travis.yml | ||
include pytest.ini | ||
recursive-include docs LICENSE | ||
recursive-include docs README | ||
recursive-include docs *.conf | ||
recursive-include docs *.css_t | ||
recursive-include docs *.html | ||
recursive-include docs *.ico | ||
recursive-include docs *.inc | ||
recursive-include docs *.ipynb | ||
recursive-include docs *.png | ||
recursive-include docs *.py | ||
recursive-include docs *.rst | ||
recursive-include docs *.sh | ||
recursive-include docs *.tiff | ||
recursive-include docs *.txt | ||
recursive-include docs Makefile | ||
recursive-include src *.py | ||
recursive-include src *.pem | ||
recursive-include tests *.au | ||
recursive-include tests *.gif | ||
recursive-include tests *.py | ||
recursive-include tests *.txt | ||
|
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,103 @@ | ||
Metadata-Version: 1.1 | ||
Name: future | ||
Version: 0.16.0 | ||
Summary: Clean single-source support for Python 3 and 2 | ||
Home-page: https://python-future.org | ||
Author: Ed Schofield | ||
Author-email: [email protected] | ||
License: MIT | ||
Description: | ||
future: Easy, safe support for Python 2/3 compatibility | ||
======================================================= | ||
|
||
``future`` is the missing compatibility layer between Python 2 and Python | ||
3. It allows you to use a single, clean Python 3.x-compatible codebase to | ||
support both Python 2 and Python 3 with minimal overhead. | ||
|
||
It is designed to be used as follows:: | ||
|
||
from __future__ import (absolute_import, division, | ||
print_function, unicode_literals) | ||
from builtins import ( | ||
bytes, dict, int, list, object, range, str, | ||
ascii, chr, hex, input, next, oct, open, | ||
pow, round, super, | ||
filter, map, zip) | ||
|
||
followed by predominantly standard, idiomatic Python 3 code that then runs | ||
similarly on Python 2.6/2.7 and Python 3.3+. | ||
|
||
The imports have no effect on Python 3. On Python 2, they shadow the | ||
corresponding builtins, which normally have different semantics on Python 3 | ||
versus 2, to provide their Python 3 semantics. | ||
|
||
|
||
Standard library reorganization | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
``future`` supports the standard library reorganization (PEP 3108) through the | ||
following Py3 interfaces: | ||
|
||
>>> # Top-level packages with Py3 names provided on Py2: | ||
>>> import html.parser | ||
>>> import queue | ||
>>> import tkinter.dialog | ||
>>> import xmlrpc.client | ||
>>> # etc. | ||
|
||
>>> # Aliases provided for extensions to existing Py2 module names: | ||
>>> from future.standard_library import install_aliases | ||
>>> install_aliases() | ||
|
||
>>> from collections import Counter, OrderedDict # backported to Py2.6 | ||
>>> from collections import UserDict, UserList, UserString | ||
>>> import urllib.request | ||
>>> from itertools import filterfalse, zip_longest | ||
>>> from subprocess import getoutput, getstatusoutput | ||
|
||
|
||
Automatic conversion | ||
-------------------- | ||
|
||
An included script called `futurize | ||
<http://python-future.org/automatic_conversion.html>`_ aids in converting | ||
code (from either Python 2 or Python 3) to code compatible with both | ||
platforms. It is similar to ``python-modernize`` but goes further in | ||
providing Python 3 compatibility through the use of the backported types | ||
and builtin functions in ``future``. | ||
|
||
|
||
Documentation | ||
------------- | ||
|
||
See: http://python-future.org | ||
|
||
|
||
Credits | ||
------- | ||
|
||
:Author: Ed Schofield | ||
:Sponsor: Python Charmers Pty Ltd, Australia, and Python Charmers Pte | ||
Ltd, Singapore. http://pythoncharmers.com | ||
:Others: See docs/credits.rst or http://python-future.org/credits.html | ||
|
||
|
||
Licensing | ||
--------- | ||
Copyright 2013-2016 Python Charmers Pty Ltd, Australia. | ||
The software is distributed under an MIT licence. See LICENSE.txt. | ||
|
||
|
||
Keywords: future past python3 migration futurize backport six 2to3 modernize pasteurize 3to2 | ||
Platform: UNKNOWN | ||
Classifier: Programming Language :: Python | ||
Classifier: Programming Language :: Python :: 2.6 | ||
Classifier: Programming Language :: Python :: 2.7 | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.3 | ||
Classifier: Programming Language :: Python :: 3.4 | ||
Classifier: Programming Language :: Python :: 3.5 | ||
Classifier: License :: OSI Approved | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Development Status :: 4 - Beta | ||
Classifier: Intended Audience :: Developers |
Oops, something went wrong.