Git Product home page Git Product logo

Comments (1)

paragbaxi avatar paragbaxi commented on August 17, 2024

#27

On Tue, Jun 28, 2016 at 4:20 PM pythoncode17 [email protected]
wrote:

To: Paragbaxi

Thank you for taking the time and giving me a reply.

Iā€™m still new to python and Iā€™m having a problem figuring out how to solve
this problem.

So I will take a guess.

Error message below:
*File "C:\Python34\lib\site-packages\securitycenter__init__.py", line 1,
in *
*File "C:\Python34\lib\site-packages\securitycenter\sc4.py", line 6, in *
ImportError: No module named 'httplib'

So, I went to GitHub: pySecurityCenter / securitycenter / sc4.py

On line 6 I found:
import os, sys, ssl, random, httplib, logging, mimetypes, urllib2,
calendar

Does this mean I have to remove httplib from the mod?

Do I copy and paste all of: sc4.py into my program below?
Then copy all of: * init.py*?

++++++++++++Program Below+++++++++++++++++++++++
from securitycenter import SecurityCenter5
#import securitycenter
#from securitycenter import Client
#sc = SecurityCenter5('https://128.102.2.36:8834')
#sc.login('swtest','P@ssw0rd!')
#response = sc.get('status')
#print('response=%s'%(response))
import http.client
#from securitycenter import SecurityCenter
#from .nessus import Nessus
sc = securitycenter.SecurityCenter('
https://128.102.2.36:8834','swtest','P@ssw0rd!')
#sc = securitycenter.SecurityCenter('https.client.HTTPConnection://
128.102.2.36:8834','swtest','P@ssw0rd!')
print('Finish')
++++++++++++Program End+++++++++++++++++++++++
Objected: Login to Tenable Security Center and run a Nessus Scan

Running: Python 3.4 and Security Center 5.3.2

Iā€™m not sure what to do to solve this problem.

Thanks for your help
Pythoncode17

ā€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#25, or mute the
thread
https://github.com/notifications/unsubscribe/AA6R8cez8S6jfOOI7AuOwdQQE1jQgRY5ks5qQYIGgaJpZM4JAfqv
.

Parag

from pysecuritycenter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.