Skip to content

AttributeError: 'module' object has no attribute 'pids' #4

@shufan123

Description

@shufan123

JUst wanted to note that my arch is i386 and the script insists that i am as i686 or am i missing something?
I thought i should give the python file a second try and this is what i got


   *** SCAREDYCAT! version 0.1 beta ***      
     author:  vvn <root@nobody.ninja>
     release date: December 8, 2015

please support my work by buying a copy of my EP!

http://dreamcorp.us
http://facebook.com/dreamcorporation


Requirement already satisfied (use --upgrade to upgrade): cherrypy in /usr/local/lib/python2.7/dist-packages
Cleaning up...
Requirement already satisfied (use --upgrade to upgrade): pwntools in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied (use --upgrade to upgrade): paramiko in /usr/local/lib/python2.7/dist-packages (from pwntools)
Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from pwntools)
Requirement already satisfied (use --upgrade to upgrade): mako in /usr/lib/python2.7/dist-packages (from pwntools)
Requirement already satisfied (use --upgrade to upgrade): pyelftools in /usr/local/lib/python2.7/dist-packages (from pwntools)
Requirement already satisfied (use --upgrade to upgrade): capstone==2.1 in /usr/local/lib/python2.7/dist-packages (from pwntools)
Requirement already satisfied (use --upgrade to upgrade): ropgadget in /usr/local/lib/python2.7/dist-packages (from pwntools)
Requirement already satisfied (use --upgrade to upgrade): pyserial in /usr/lib/python2.7/dist-packages (from pwntools)
Requirement already satisfied (use --upgrade to upgrade): requests in /usr/local/lib/python2.7/dist-packages (from pwntools)
Requirement already satisfied (use --upgrade to upgrade): psutil in /usr/lib/python2.7/dist-packages (from pwntools)
Requirement already satisfied (use --upgrade to upgrade): pycrypto>=2.1,!=2.4 in /usr/lib/python2.7/dist-packages (from paramiko->pwntools)
Downloading/unpacking ecdsa>=0.11 (from paramiko->pwntools)
Downloading ecdsa-0.13.tar.gz (55Kb): 55Kb downloaded
Running setup.py egg_info for package ecdsa

Requirement already satisfied (use --upgrade to upgrade): MarkupSafe>=0.9.2 in /usr/lib/python2.7/dist-packages (from mako->pwntools)
Installing collected packages: ecdsa
Running setup.py install for ecdsa
got version from file /home/inj/Downloads/scaredycat-master/build/ecdsa/ecdsa/_version.py {'version': '0.13', 'full': '5a6fc047222cf21ad89f6cbf8782d0f1e3ddacda'}
UPDATING build/lib.linux-i686-2.7/ecdsa/_version.py

Successfully installed ecdsa
Cleaning up...
Traceback (most recent call last):
File "scaredycat.py", line 28, in
import pwnlib.asm as asm
File "/usr/local/lib/python2.7/dist-packages/pwnlib/init.py", line 10, in
from . import
File "/usr/local/lib/python2.7/dist-packages/pwnlib/dynelf.py", line 50, in
from . import elf
File "/usr/local/lib/python2.7/dist-packages/pwnlib/elf/init.py", line 6, in
from ..util import misc
File "/usr/local/lib/python2.7/dist-packages/pwnlib/util/init.py", line 8, in
from . import lists, misc, net, packing, proc, safeeval
File "/usr/local/lib/python2.7/dist-packages/pwnlib/util/proc.py", line 13, in
all_pids = psutil.pids
AttributeError: 'module' object has no attribute 'pids'


I think its a package version issue but i thought you should know better

Thanks and sorry .....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions