Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Exception thrown while running PTES-001 plugin in OWTF #28

Closed
DarKnight24 opened this issue Feb 23, 2017 · 1 comment
Closed

Exception thrown while running PTES-001 plugin in OWTF #28

DarKnight24 opened this issue Feb 23, 2017 · 1 comment

Comments

@DarKnight24
Copy link

How to reproduce:
Run PTES-001 in OWTF

Command run by owtf:
cd owtf_review/targets/http__google.com/partial/Ftp/active;/usr/share/metasploit-framework/msfconsole -q -x "use auxiliary/scanner/ftp/anonymous; set RHOSTS 216.58.220.46; set RPORT 21; set FTPUSER \"anonymous\"; set FTPPASS \"john@microsoft.com\"; run; exit"

Error Message: [!] Unexpected exception when running PTP: __init__() got an unexpected keyword argument 'light'

@DePierre
Copy link
Contributor

@DarKnight24 The issue should be fixed now. If you could test the develop HEAD, that would be awesome!

It would require to manually install ptp in your OWTF environment. Basically running:

$ git clone https://github.com/owtf/ptp.git
$ cd ptp/
$ make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants