Giter VIP home page Giter VIP logo

skiptracer's Introduction

skiptracer's People

Contributors

enki-1 avatar rpigu-i avatar sietekk avatar subinacls avatar xillwillx avatar xshuden avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

skiptracer's Issues

Issue starting skiptracer.py

so i started skiptracer.py with python3 and python2 and it keeps saying:

Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
ImportError: No module named plugins.menus

I have installed the requirements.txt file and followed the tutorial correctly and it don't work pls help

Nothing work on email and you keep closing issue...

Hello it's me!!! again and again!!

Like i previously said the advanced background in the previous version run forever and now with the change dont run at all, Skiptracer cant acces HaveIBeenPwn, LinkedIn when we say yes to enter credentials it keep going without asking for enter them, and WhoIsMind just ask for Enter and stop...
So nothing work lol except maybe MySpace but i dont look the packet send because of others issue and MySpace i dont care..

Python3 issue

Hello,

My apologies if this is redundant post and not an issue. I followed the installation steps on Ubuntu 20.04 desktop and there were no errors reported during the installation of skiptracer. Unfortunately, upon attempting to run the program for the 1st time, I encountered the following error:

$ python3 skiptracer.py No module named '__builtin__' Traceback (most recent call last): File "skiptracer.py", line 4, in <module> from plugins.menus import menus File "/home/chowkidar/projects/skiptracer/plugins/menus.py", line 13, in <module> from plugins.namechk2 import NameChkGrabber File "/home/chowkidar/projects/skiptracer/plugins/namechk2.py", line 12, in <module> from urllib import urlencode ImportError: cannot import name 'urlencode' from 'urllib' (/usr/lib/python3.8/urllib/__init__.py) $

  • I understand that the migration to python3 is either in progress or has been completed.
  • I am not familiar with module namechk2
  • I use module urllib in my introductory self-paced learning exercises

Guidance on overcoming the basic roadblock would be sincerely appreciated.

Kind regards.

Plate Search Plugin

What is the plate search plugin? Im sorry to open this issue here but it seems the full program isn't working and i would like to search a plate. And if the program is working currently could you direct me to were i could get help? Thank you!

New additions

I would love to see the addition of Twitter and Facebook checks.

Issue running python

I know it says not to submit anything however i would like to use this tool and i feel like this might help. After running both python and python3 to execute skiptracer.py this was displayed on screen.

root@kali:~/skiptracer# python skiptracer.py
\Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
ImportError: No module named plugins.menus

plugins.menus

I've been getting this issue for the past couple of days can anyone fix it.
Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
ImportError: No module named plugins.menus

can someone tell me what I did wrong here? Please!

python skiptracer.py
Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
File "/home/mai/skiptracer/plugins/menus.py", line 5, in
from plugins.fouroneone_info import FourOneOneGrabber
File "/home/mai/skiptracer/plugins/fouroneone_info.py", line 5, in
from plugins.base import PageGrabber
File "/home/mai/skiptracer/plugins/base.py", line 4, in
import requests
ImportError: No module named requests

Frequent problems with Pip in installation

Frequent problems with Pip in installation

If this command don't works

pip install -r requirements.txt

Try

pip install -r requirements.txt --user

This will solve the permissions' problem

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pip'
Consider using the `--user` option or check the permissions.

If you continues to have problems with pip, try reinstall

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python2.7 get-pip.py --force-reinstall --user
rm get-pip.py
python -m pip install --upgrade pip --user

And try install the modules manually

for example

$ python skiptracer.py
Traceback (most recent call last):
  File "skiptracer.py", line 4, in <module>
    from plugins.menus import menus
  File "/home/user/Programs/skiptracer/plugins/menus.py", line 12, in <module>
    from plugins.haveibeenpwned import HaveIBeenPwwnedGrabber
  File "/home/user/Programs/skiptracer/plugins/haveibeenpwned.py", line 9, in <module>
    import simplejson as json
ImportError: No module named simplejson

So try

pip install simplejson --user

I'm can't solve this error yet

Input

pip install -r requirements.txt

Output

Command "/usr/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-3vKgda/python-docx/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-psEbaD/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-3vKgda/python-docx/

When I try install manually

$ pip install docx --user
/home/user/.local/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
  warnings.warn(warning, RequestsDependencyWarning)
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Requirement already satisfied: docx in /home/user/.local/lib/python2.7/site-packages (0.2.4)
Requirement already satisfied: Pillow>=2.0 in /home/user/.local/lib/python2.7/site-packages (from docx) (5.4.1)
Requirement already satisfied: lxml in /usr/lib/python2.7/dist-packages (from docx) (3.5.0)

The error continues

$ python skiptracer.py
Traceback (most recent call last):
  File "skiptracer.py", line 4, in <module>
    from plugins.menus import menus
  File "/home/z33dd/Programs/skiptracer/plugins/menus.py", line 19, in <module>
    from plugins.reporter import ReportGenerator
  File "/home/z33dd/Programs/skiptracer/plugins/reporter.py", line 1, in <module>
    from docx import Document
ImportError: cannot import name Document

Module errors

Python 3:

$ python skiptracer.py 
No module named '__builtin__'
Traceback (most recent call last):
  File "skiptracer.py", line 4, in <module>
    from plugins.menus import menus
  File "/home/helix/Scripts/skiptracer/plugins/menus.py", line 13, in <module>
    from plugins.namechk2 import NameChkGrabber
  File "/home/helix/Scripts/skiptracer/plugins/namechk2.py", line 12, in <module>
    from urllib import urlencode
ImportError: cannot import name 'urlencode' from 'urllib' (/usr/lib/python3.8/urllib/__init__.py)

Python 2:

$ python2 skiptracer.py 
Traceback (most recent call last):
  File "skiptracer.py", line 4, in <module>
    from plugins.menus import menus
  File "/home/helix/Scripts/skiptracer/plugins/menus.py", line 5, in <module>
    from plugins.fouroneone_info import FourOneOneGrabber
  File "/home/helix/Scripts/skiptracer/plugins/fouroneone_info.py", line 5, in <module>
    from plugins.base import PageGrabber
  File "/home/helix/Scripts/skiptracer/plugins/base.py", line 4, in <module>
    import requests
ImportError: No module named requests

I followed the instructions, any idea what's going wrong?

Computer Info:

                   -`                    helix@vega 
                  .o+`                   ---------- 
                 `ooo/                   OS: Arch Linux x86_64 
                `+oooo:                  Host: MS-7A78 1.0 
               `+oooooo:                 Kernel: 5.6.13-arch1-1 
               -+oooooo+:                Uptime: 1 day, 3 hours, 33 mins 
             `/:-:++oooo+:               Packages: 1775 (pacman), 45 (flatpak) 
            `/++++/+++++++:              Shell: bash 5.0.16 
           `/++++++++++++++:             Resolution: 1920x1080, 1920x1080, 1680x1050 
          `/+++ooooooooooooo/`           DE: GNOME 
         ./ooosssso++osssssso+`          WM: Mutter 
        .oossssso-````/ossssss+`         WM Theme: Adwaita 
       -osssssso.      :ssssssso.        Theme: Adwaita-dark [GTK2/3] 
      :osssssss/        osssso+++.       Icons: Adwaita [GTK2/3] 
     /ossssssss/        +ssssooo/-       Terminal: gnome-terminal 
   `/ossssso+/:-        -:/+osssso+-     CPU: Intel i7-7700K (8) @ 4.800GHz 
  `+sso+:-`                 `.-/+oso:    GPU: NVIDIA GeForce GTX 1060 3GB 
 `++:.                           `-/+/   Memory: 7599MiB / 15972MiB 
 .`                                 `/
                                                                 
                                                                 

[6] Domain - Search targets by Domain

This option does not works

everything else works when any options or domain is chosen "[?] crt.sh" flashes, than disapered without results or errors.

Add in support for proxies

  1. Set the true/false for using proxy in the .env file.
  2. If the .env file isn't present, prompt the user onb first loading Skiptracer.
  3. Use the list of proxies located in the repo and allow this to be extended by adding proxies to the .env if present
  4. Update the README

Cannot import Document

Docx module is installed, but i still get this error.

Thoughts?

Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
File "/opt/skiptracer/plugins/menus.py", line 19, in
from plugins.reporter import ReportGenerator
File "/opt/skiptracer/plugins/reporter.py", line 1, in
from docx import Document
ImportError: cannot import name Document

plugin missed

from plugins.hackedemails import HackedEmailGrabber
ImportError: No module named hackedemails

Python3?

Please update to python 3 already it’s been long enough πŸ˜‚

Just wondering where this is going? I could contribute a good bit if I knew others would be actively contributing.

This idea is a great idea, however, I see a few areas that would need brushing up to make this a more broad-reaching library, with valid upkeep:

  1. Better documentation on the readme - as well as documentation that is overly abundant in each class/method (this is the original thing that was partially 'offputting' to me when I installed this earlier today and was seeing if I could get it to work in a more enterprise manner, the thing that saved it was the structure is there for something that could be truly amazing)

  2. It is not compatible with python3 (specifically 3.6+) - people with newer systems and undertaking new apps will not be keen on reverse porting to 2.7

  3. [Selenium Module]: New websites JS requirements [BIG DEAL] - Needs a configured directory with selenium, chromedriver, firefox, etc. so the JS can be fired when a site is known to require page loads and user-actions

  4. A well-functioning, cmd line API/documentation, so larger users (ones that would contribute more) can make batch calls without needing the UI menu (maybe this is already in play, but I could not tell a format or key/value system for injecting required information when I was looking)

  5. Future, long-term: If this ever did grow into something much larger async processing of requests, I can just see this thing screeching to a stop if it fires multiple scrapers in a procedural manner, if in that instance they could all be working at the same time.

If the group/community wants to go forward with this, it is a good looking library, but to take it to the next level would require some serious input and structure.

If there is a group of guys who is willing to do that, I will be a contributor as well.

Error "No module named '__builtin__'"

Did the requirements install. Got the following error message.

No module named 'builtin'
Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
File "C:\Users\Joseph\Desktop\skiptracer-master\plugins\menus.py", line 13, in
from plugins.namechk2 import NameChkGrabber
File "C:\Users\Joseph\Desktop\skiptracer-master\plugins\namechk2.py", line 12, in
from urllib import urlencode
ImportError: cannot import name 'urlencode' from 'urllib' (C:\Users\Joseph\AppData\Local\Programs\Python\Python37-32\lib\urllib_init_.py)

So I try the code to install builtin (pip), but that errors out as well.

Execution error

/usr/local/opt/[email protected]/bin/python3.8: No module named skiptracer.main; 'skiptracer' is a package and cannot be directly executed
Any idea why this happens when i try to install?

Generate Report -- 88

Hi guys,

It doesn't generate report from what I searched by name.
I am running on Mac OS and Buscador and is the same issue.
After i searched the target I hit 6 to go back and then 88 to generate the result and no reports is generated. What I am doing wrong here?

[!] Lookup menu:
[1] Email - Search targets by email address
[2] Name - Search targets by First Last name combination
[3] Phone - Search targets by telephone number
[4] ScreenName - Search targets by known alias
[5] Plate - Search targets by license plate
[6] Domain - Search targets by Domain
[7] Help - Details the application and use cases
[88] Report - Generates a docx report from queries
[99] Exit - Terminate the application
[!] Select a number to continue: 88

	.β–„β–„ Β· β–„ β€’β–„ β–ͺ   β–„β–„β–„Β·β–„β–„β–„β–„β–„β–„β–„β–„   β–„β–„β–„Β·  β–„β–„Β· β–„β–„β–„ .β–„β–„β–„  
	β–β–ˆ β–€. β–ˆβ–Œβ–„β–Œβ–ͺβ–ˆβ–ˆ β–β–ˆ β–„β–ˆβ€’β–ˆβ–ˆ  β–€β–„ β–ˆΒ·β–β–ˆ β–€β–ˆ β–β–ˆ β–Œβ–ͺβ–€β–„.β–€Β·β–€β–„ β–ˆΒ·
	β–„β–€β–€β–€β–ˆβ–„β–β–€β–€β–„Β·β–β–ˆΒ· β–ˆβ–ˆβ–€Β· β–β–ˆ.β–ͺ▐▀▀▄ β–„β–ˆβ–€β–€β–ˆ β–ˆβ–ˆ ▄▄▐▀▀β–ͺ▄▐▀▀▄ 
	β–β–ˆβ–„β–ͺβ–β–ˆβ–β–ˆ.β–ˆβ–Œβ–β–ˆβ–Œβ–β–ˆβ–ͺΒ·β€’ β–β–ˆβ–ŒΒ·β–β–ˆβ€’β–ˆβ–Œβ–β–ˆ β–ͺβ–β–Œβ–β–ˆβ–ˆβ–ˆβ–Œβ–β–ˆβ–„β–„β–Œβ–β–ˆβ€’β–ˆβ–Œ
	       ,.-~*´¨¯¨`*·~-.¸-(by)-,.-~*´¨¯¨`*·~-.¸ 

		      β–€ β–ˆ β–ˆ β–ˆβ–€β–„β–€β–ˆ β–ˆβ–€β–€β–ˆ β–ˆβ–€β–€β–„ 
		      β–ˆ β–ˆ β–ˆ β–ˆ β–€ β–ˆ β–ˆ  β–ˆ β–ˆβ–€β–€β–„
		      β–€ β–€ β–€ β–€   β–€ β–€β–€β–€β–€ β–€β–€β–€ 
		        https://illmob.org 

[!] Lookup menu:
[1] Email - Search targets by email address
[2] Name - Search targets by First Last name combination
[3] Phone - Search targets by telephone number
[4] ScreenName - Search targets by known alias
[5] Plate - Search targets by license plate
[6] Domain - Search targets by Domain
[7] Help - Details the application and use cases
[88] Report - Generates a docx report from queries
[99] Exit - Terminate the application
[!] Select a number to continue: 88

	.β–„β–„ Β· β–„ β€’β–„ β–ͺ   β–„β–„β–„Β·β–„β–„β–„β–„β–„β–„β–„β–„   β–„β–„β–„Β·  β–„β–„Β· β–„β–„β–„ .β–„β–„β–„  
	β–β–ˆ β–€. β–ˆβ–Œβ–„β–Œβ–ͺβ–ˆβ–ˆ β–β–ˆ β–„β–ˆβ€’β–ˆβ–ˆ  β–€β–„ β–ˆΒ·β–β–ˆ β–€β–ˆ β–β–ˆ β–Œβ–ͺβ–€β–„.β–€Β·β–€β–„ β–ˆΒ·
	β–„β–€β–€β–€β–ˆβ–„β–β–€β–€β–„Β·β–β–ˆΒ· β–ˆβ–ˆβ–€Β· β–β–ˆ.β–ͺ▐▀▀▄ β–„β–ˆβ–€β–€β–ˆ β–ˆβ–ˆ ▄▄▐▀▀β–ͺ▄▐▀▀▄ 
	β–β–ˆβ–„β–ͺβ–β–ˆβ–β–ˆ.β–ˆβ–Œβ–β–ˆβ–Œβ–β–ˆβ–ͺΒ·β€’ β–β–ˆβ–ŒΒ·β–β–ˆβ€’β–ˆβ–Œβ–β–ˆ β–ͺβ–β–Œβ–β–ˆβ–ˆβ–ˆβ–Œβ–β–ˆβ–„β–„β–Œβ–β–ˆβ€’β–ˆβ–Œ
	       ,.-~*´¨¯¨`*·~-.¸-(by)-,.-~*´¨¯¨`*·~-.¸ 

		      β–€ β–ˆ β–ˆ β–ˆβ–€β–„β–€β–ˆ β–ˆβ–€β–€β–ˆ β–ˆβ–€β–€β–„ 
		      β–ˆ β–ˆ β–ˆ β–ˆ β–€ β–ˆ β–ˆ  β–ˆ β–ˆβ–€β–€β–„
		      β–€ β–€ β–€ β–€   β–€ β–€β–€β–€β–€ β–€β–€β–€ 
		        https://illmob.org 

[!] Lookup menu:
[1] Email - Search targets by email address
[2] Name - Search targets by First Last name combination
[3] Phone - Search targets by telephone number
[4] ScreenName - Search targets by known alias
[5] Plate - Search targets by license plate
[6] Domain - Search targets by Domain
[7] Help - Details the application and use cases
[88] Report - Generates a docx report from queries
[99] Exit - Terminate the application
[!] Select a number to continue:

AdvancedBackgroundCheck

currently trying to figure a work around ,as they have added some js browser detection. if anyone can figure it out before us leave a comment

Error when am downloading requirement

ERROR: [email protected]:xillwillx/skiptracer.git@167f357#egg=skiptracer is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

Please fix this error soon as possible.

Rock02 was here

lxml error

when i run skiptracer.py i get this:

Traceback (most recent call last):
File "skiptracer.py", line 4, in
import plugins.proxygrabber as pg
File "C:\Users\maxen\OneDrive\Documents\maison\1Maxence\skiptracer-master\plugins\proxygrabber.py", line 4, in
from lxml.html import fromstring
ImportError: No module named lxml.html

Better input validation

Some variable like fname in truthfinder.py are contingent upon user input containing a space. These should be checked / parsed to ensure a user enters data in the correct format:

Traceback (most recent call last):
  File "skiptracer.py", line 95, in <module>
    main()
  File "/home/XXXXXXXXXXXXX/.local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
  File "/home/XXXXXXXXXXXXX/.local/lib/python2.7/site-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/home/XXXXXXXXXXXXX/.local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/XXXXXXXXXXXXX/.local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
  File "skiptracer.py", line 73, in main
    TruthFinderGrabber().get_info(lookup,search_string)
  File "/home/XXXXXXXXXXXXX/skiptracer/plugins/truthfinder.py", line 171, in get_info
    self.truth_try(lookup,information)  # Actual logic to run + re-try request
  File "/home/XXXXXXXXXXXXX/skiptracer/plugins/truthfinder.py", line 97, in truth_try
    self.url = "https://www.truthfinder.com/results/?utm_source=VOTER&traffic%5Bsource%5D=VOTER&utm_medium=pre-pop&traffic%5Bmedium%5D=pre-pop&utm_campaign=&traffic%5Bcampaign%5D=srapi%3A&utm_term=1&traffic%5Bterm%5D=1&utm_content=&traffic%5Bcontent%5D=&s1=&s2=srapi&s3=1&s4=&s5=&city=&firstName={}&lastName={}&page=r&state={}{}&qLocation=true&qRelatives=true&qOver30={}".format(self.fname, self.lname, self.state, self.gndr, self.age)
AttributeError: TruthFinderGrabber instance has no attribute 'fname'

(Nice work on the project πŸ‘ )

Not able to use the script

Getting these error: urllib3 doesnt support urlencode function anymore.

Error: tried both python & python3
root@kali:/skiptracer# python skiptracer.py
Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
File "/root/skiptracer/plugins/menus.py", line 12, in
from plugins.haveibeenpwned import HaveIBeenPwwnedGrabber
File "/root/skiptracer/plugins/haveibeenpwned.py", line 13, in
import cfscrape
ImportError: No module named cfscrape
root@kali:
/skiptracer# python3 skiptracer.py
No module named 'builtin'
Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
File "/root/skiptracer/plugins/menus.py", line 13, in
from plugins.namechk2 import NameChkGrabber
File "/root/skiptracer/plugins/namechk2.py", line 12, in
from urllib import urlencode
ImportError: cannot import name 'urlencode' from 'urllib' (/usr/lib/python3.7/urllib/init.py)

Undefined names based on Flake8 PEP standards against missing CLI arguments and variables

flake8 testing of https://github.com/xillwillx/skiptracer on Python 2.7.14

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./plugins/advance_background_checks.py:28:30: F821 undefined name 'lookup'
                self.abc_try(lookup,information)
                             ^
./plugins/advance_background_checks.py:28:37: F821 undefined name 'information'
                self.abc_try(lookup,information)
                                    ^
./plugins/base.py:82:38: F821 undefined name 'postdata'
                                data=postdata
                                     ^
./plugins/true_people.py:31:31: F821 undefined name 'lookup'
                self.true_try(lookup,information)
                              ^
./plugins/true_people.py:31:38: F821 undefined name 'information'
                self.true_try(lookup,information)
                                     ^
./plugins/true_people.py:155:48: F821 undefined name 'relllist'
                        for xrel in sorted(set(relllist)):
                                               ^
./plugins/truthfinder.py:31:31: F821 undefined name 'lookup'
                self.true_try(lookup,information)
                              ^
./plugins/truthfinder.py:31:38: F821 undefined name 'information'
                self.true_try(lookup,information)
                                     ^
8     F821 undefined name 'lookup'
8

Issue upon installation on Kali Linux

I get this error message after running the command

sudo pip install -r requirements.txt

===

ERROR: Could not find a version that satisfies the requirement ipython==7.16.1 (from -r requirements.txt (line 12)) (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5.0.0b3, 5.0.0b4, 5.0.0rc1, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.4.0, 5.4.1, 5.5.0, 5.6.0, 5.7.0, 5.8.0, 5.9.0, 5.10.0)
ERROR: No matching distribution found for ipython==7.16.1 (from -r requirements.txt (line 12))

Installation Issue

Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
File "/home/kali/skiptracer/plugins/menus.py", line 12, in
from plugins.haveibeenpwned import HaveIBeenPwwnedGrabber
File "/home/kali/skiptracer/plugins/haveibeenpwned.py", line 9, in
import simplejson as json
ImportError: No module named simplejson

I looked up the error & installed simplejson, but I'm sure I did it wrong & can't get help from StacksOF or find anything.

python3 branch / truthfinder broken

[?] TruthFinder
  [!] Please enter a city,state,or zip - ex: (AL=Alabama|CO=Colorado) NC   
  [!] Please enter the persons biological sex - ex: (M|F) M
  [!] Is the person older than 30? - ex: (Y|n) Y
  [+] Name: 
  [+] AKA: Unknown
  [+] Age: 48
  [+] Location(s): 
    [=] City:State:<li class="include">Locations Include: </li><br/>

Hacked-Emails Bad Res + advancedcheckbackground never run

Hi,

So first thing first i have no banner thats start directly on lookup prompt ;)

But the real problem is the Hacked Email who give me this error:
Bad Res: list index out of range Bad Res: local variable 'trsplit' referenced before assignment

And the AdvanceBackgroundChecks run for ever without output

requirements issue on kali, parrot, and macOS

Unexpected syntax in /Applications/skiptracer/requirements.txt. Are you sure this is a requirements.txt style file?
[email protected]:xillwillx/skiptracer.git@167f357#egg=skiptracer is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

not working [HELP]

Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
File "/root/skiptracer/plugins/menus.py", line 19, in
from plugins.reporter import ReportGenerator
File "/root/skiptracer/plugins/reporter.py", line 1, in
from docx import Document
ImportError: No module named docx

And yes i did pip install -r requirements.txt but it still doesnt

Error Message Line4, Line 5, 8, 314, 70

Using the Buscador VM with Skiptracer, getting the following message when starting (deleted the folder and did a PIP install with the requirements.

Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
File "/opt/skiptracer/plugins/menus.py", line 5, in
from plugins.fouroneone_info import FourOneOneGrabber
File "/opt/skiptracer/plugins/fouroneone_info.py", line 5, in
from plugins.base import PageGrabber
File "/opt/skiptracer/plugins/base.py", line 8, in
from bs4 import BeautifulSoup
File "/usr/local/lib/python2.7/dist-packages/bs4/init.py", line 30, in
from .builder import builder_registry, ParserRejectedMarkup
File "/usr/local/lib/python2.7/dist-packages/bs4/builder/init.py", line 314, in
from . import _html5lib
File "/usr/local/lib/python2.7/dist-packages/bs4/builder/_html5lib.py", line 70, in
class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: 'module' object has no attribute '_base'

2 Errors I'm seeing

I'm a journalist and I'm used to having to skiptrace by hand. This is the first time using this particular program and I'm running to issues into the install. I'm running Parrot Security OS, and I have python 2.7 and Python3.3 onboard already. I'm already working on the final error on #1 with pip upgrade but I cant get python to run as py3.3 without having to call it directly. Could you look into this and see if you can reproduce and come up with a solution, especially to the missing module.

  1. $sudo pip install -r requirements.txt
    **DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
    Collecting python-docx
    Using cached python-docx-0.8.10.tar.gz (5.5 MB)
    ERROR: Command errored out with exit status 1:
    command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-QBwFCV/python-docx/setup.py'"'"'; file='"'"'/tmp/pip-install-QBwFCV/python-docx/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-QBwFCV/python-docx/pip-egg-info
    cwd: /tmp/pip-install-QBwFCV/python-docx/
    Complete output (3 lines):
    Traceback (most recent call last):
    File "", line 1, in
    ImportError: No module named setuptools

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.**

  1. $python3 skiptracer.py
    No module named 'builtin'
    Traceback (most recent call last):
    File "skiptracer.py", line 4, in
    from plugins.menus import menus
    File "/home/pl46u3/Desktop/skiptracer/plugins/menus.py", line 12, in
    from plugins.haveibeenpwned import HaveIBeenPwwnedGrabber
    File "/home/pl46u3/Desktop/skiptracer/plugins/haveibeenpwned.py", line 13, in
    import cfscrape
    ModuleNotFoundError: No module named 'cfscrape'

Also getting the message "ImportError: No Module named requests"

Same error output as others and I've tried manually installing python-requests via pip and apt with no love. Has this been worked out yet?

**update - found out I had more than one version of Python installed, so it mucked up running the tool,,, I wiped it all and started over and I can now run app and run queries that seem to work. Having another issue with generating report but I'll work on that before posting for more help,

Thanks!

error

[X] Failed at importing tqdm from tdqm: No module named tqdm

Traceback (most recent call last):
File "skiptracer.py", line 16, in
from plugins.haveibeenpwned import HaveIBeenPwwnedGrabber
File "/root/skiptracer/plugins/haveibeenpwned.py", line 14, in
import cfscrape
ImportError: No module named cfscrape

i have both cfscrape and tdqm installed i am running kali linux amd64

macOS: pipenv install -r requirements.txt fails

On my mac, the following:

cd skiptracer
pipenv install -r requirements.txt
pipenv --python 2.7
pipenv shell

from the wiki fails to properly install dependencies. Not sure how to fix it, but running pip install -r requirements.txt from inside the virtualenv worked.

no module named requests

skel@skel:~/Downloads/git/skiptracer$ python skiptracer.py
Traceback (most recent call last):
File "skiptracer.py", line 4, in
from plugins.menus import menus
File "/home/skel/Downloads/git/skiptracer/plugins/menus.py", line 5, in
from plugins.fouroneone_info import FourOneOneGrabber
File "/home/skel/Downloads/git/skiptracer/plugins/fouroneone_info.py", line 5, in
from plugins.base import PageGrabber
File "/home/skel/Downloads/git/skiptracer/plugins/base.py", line 4, in
import requests
ImportError: No module named requests
but module requests is installed

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.