Git Product home page Git Product logo

Comments (3)

johnnykv avatar johnnykv commented on July 23, 2024

Could you try installing the latest version of requests?
pip install --upgrade requests

from glastopf.

glaslos avatar glaslos commented on July 23, 2024

You can find your "requests" package version with "pip freeze"

from glastopf.

johnhsawyer avatar johnhsawyer commented on July 23, 2024

That did the trick! Thank you for your help and the fast response.

-jhs

On Wed, Feb 27, 2013 at 12:50 PM, Johnny Vestergaard <
[email protected]> wrote:

Could you try installing the latest version of requests?

pip install --upgrade requests

On 27/02/2013, at 18.33, John Sawyer [email protected] wrote:

I've got a relatively fresh install of Ubuntu 12.04 and followed the
glastopf Ubuntu setup guide. When I try to start up glastopf, I get an
error right after the message about bootstrapping the dork database. Here
is the output.

:/opt/glastopf$ sudo python webserver.py
2013-02-27 12:29:35,272 (root) Webserver running on: 0.0.0.0:8080 waiting
for connections.
2013-02-27 12:29:35,273 (glastopf) Starting Glastopf (Git:
42529b4<
42529b4776813dfd6b046b59b13ed876d9db5d4a>

)
2013-02-27 12:29:35,274 (glastopf) Connecting to main database with:
sqlite:///db/glastopf.db
2013-02-27 12:29:35,286
(modules.handlers.emulators.dork_list.dork_page_generator) Bootstrapping
dork database.
Traceback (most recent call last):
File "webserver.py", line 111, in
a = WebSockListener(host, port)
File "webserver.py", line 38, in init
self.glastopf_honeypot = glastopf.GlastopfHoneypot()
File "/opt/glastopf/glastopf.py", line 78, in init
self.dork_generator = self.setup_dork_generator(conf_parser)
File "/opt/glastopf/glastopf.py", line 124, in setup_dork_generator
mnem_service_instance=mnemosyne_service)
File
"/opt/glastopf/modules/handlers/emulators/dork_list/dork_page_generator.py",

line 53, in init
self.bootstrap_dorkdb()
File
"/opt/glastopf/modules/handlers/emulators/dork_list/dork_page_generator.py",

line 141, in bootstrap_dorkdb
dorks = self.mnem_service.get_dorks()
File "/opt/glastopf/modules/handlers/emulators/dork_list/mnem_service.py",
line 36, in get_dorks
response = sess.post(base_url + '/login', payload, timeout=timeout,
verify=False)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 241, in
post
return self.request('post', url, data=data, **kwargs)
TypeError: request() got an unexpected keyword argument 'verify'


Reply to this email directly or view it on
GitHubhttps://github.com//issues/49
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/49#issuecomment-14188210
.

from glastopf.

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.