Giter Club home page Giter Club logo

pybelt's Issues

i am seeing this type of issue while i try to run pybelt.py

[11:27:50 INFO] Checking program integrity..
Traceback (most recent call last):
File "pybelt.py", line 85, in
integrity_check()
File "/home/najam/Pybelt/lib/core/settings.py", line 294, in integrity_check
if open("{}\docs\checksum.md5".format(PATH)).read() == urllib2.urlopen(url).read():
IOError: [Errno 2] No such file or directory: '/home/najam/Pybelt\docs\checksum.md5'

test issue #1

Issue/idea please be specific:

Do you have an idea of how to fix this?

Test

How can this be reproduced?

TEST

What are the running details of your environment?

  • Installation method?
    clone
  • Operating system and architecture?
    Parrot OS
  • Program version:
    $ python pybelt.py --version
    [12:12:52 INFO] Checking program integrity..
    [12:12:55 INFO] 1.0.11.25(dev)
  • Full traceback exception:
    NONE BITCHES

A random fact about yourself

I'm pretty cool

urllib2 to urllib

Issue/idea please be specific:

Do you have an idea of how to fix this?

How can this be reproduced?

What are the running details of your environment?

  • Installation method?
  • Operating system and architecture?
  • Program version:

Change urllib2 to urllib as they were combined in python 3 and causes problems for users when trying to import modules.

  • Full traceback exception:

A random fact about yourself

OS

i am using Kali linux(Debian)

python google module

Hi,

I am getting the following error when running pybelt although all dependencies are installed. It's related to the google module and i can't find 'search' from 'google' in python2.7. OS is Arch Linux and google module is in verion 1.9.3 from pypi:

Traceback (most recent call last):
  File "pybelt.py", line 8, in <module>
    from lib.pointers import run_proxy_finder
  File "/usr/share/pybelt/lib/pointers.py", line 9, in <module>
    from lib.core.dork_check import DorkScanner
  File "/usr/share/pybelt/lib/core/__init__.py", line 1, in <module>
    from dork_check import DorkScanner
  File "/usr/share/pybelt/lib/core/dork_check/__init__.py", line 1, in <module>
    from dorks import DorkScanner
  File "/usr/share/pybelt/lib/core/dork_check/dorks.py", line 5, in <module>
    from google import search
ImportError: cannot import name search

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.