milo2012 / pentest_scripts

190 stars 124 forks source link

Error in Nmap2Nessus and MetasploitHelper #1

Open securemaryland opened 9 years ago

securemaryland commented 9 years ago

First and foremost thanks for sharing your scripts, they seem to be helpful in speeding up the assessment process. I git cloned the tools and ran them - well tried to but got the folllowing error: Traceback (most recent call last): File "nmap2ness.py", line 14, in requests.packages.urllib3.disable_warnings() AttributeError: 'module' object has no attribute 'disable_warnings'

Thoughts?

milo2012 commented 9 years ago

Are you using python2.7 or python3 ? On Fri, 27 Feb 2015 at 1:20 pm securemaryland notifications@github.com wrote:

First and foremost thanks for sharing your scripts, they seem to be helpful in speeding up the assessment process. I git cloned the tools and ran them - well tried to but got the folllowing error: Traceback (most recent call last): File "nmap2ness.py", line 14, in requests.packages.urllib3.disable_warnings() AttributeError: 'module' object has no attribute 'disable_warnings'

Thoughts?

— Reply to this email directly or view it on GitHub https://github.com/milo2012/pentest_scripts/issues/1.

securemaryland commented 9 years ago

2.7 needed to pip install reguests --upgrade ... looks like working ok now.

milo2012 commented 9 years ago

Thanks for sharing on how you fixed the issue. I will update the README to include more information On Fri, 27 Feb 2015 at 1:22 pm Keith Lee keith.lee2012@gmail.com wrote:

Are you using python2.7 or python3 ? On Fri, 27 Feb 2015 at 1:20 pm securemaryland notifications@github.com wrote:

First and foremost thanks for sharing your scripts, they seem to be helpful in speeding up the assessment process. I git cloned the tools and ran them - well tried to but got the folllowing error: Traceback (most recent call last): File "nmap2ness.py", line 14, in requests.packages.urllib3.disable_warnings() AttributeError: 'module' object has no attribute 'disable_warnings'

Thoughts?

— Reply to this email directly or view it on GitHub https://github.com/milo2012/pentest_scripts/issues/1.

securemaryland commented 9 years ago

thank you for quick feedback and cool scripts - I am lazy and love stuff that makes life easier. +1 karma to you.