Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[requires.io] dependency update on master branch #115

Merged
merged 2 commits into from
May 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: python

python:
- "3.5"
- "3.4"
- "pypy3.5"
- "3.6"
- "3.7"
Expand Down
30 changes: 15 additions & 15 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@ Compatible with GNU/Linux (and maybe Mac OS/X)

### Python Version

Compatible with python >= 3.4
Compatible with python >= 3.5
> _(Mostly tested with python 3.5)_


### Dependencies _(included in ./deps from now)_

* **phpserialize**
`import phpserialize`
* **phpserialize**
`import phpserialize`
Needed to communicate between Python and PHP remote execution

* **shnake**
`import shnake`
* **shnake**
`import shnake`
The base library for phpsploit command-line interface

* **pyparsing**
`import pyparsing`
* **pyparsing**
`import pyparsing`
A dependency of `shnake`. Used to parse command-line input

* **PySocks**
`import socks, sockshandler`
* **PySocks**
`import socks, sockshandler`
Needed by the PROXY setting to support socks4/5 proxy types


### Optional dependencies

* **pygments**
`import pygments`
* **pygments**
`import pygments`
Enable php code syntax coloration

* **bpython**
`import bpython`
* **bpython**
`import bpython`
Enhanced python console for use with `corectl python-console`

* **IPython**
`import IPython`
* **IPython**
`import IPython`
Enhanced python console for use with `corectl python-console`
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PySocks==1.6.8
##########################

# Enable php code syntax coloration
pygments==2.3.1
pygments==2.4.0

# # Enhanced python console for use with `corectl python-console`
# bpython
Expand Down