GithubHelp home page GithubHelp logo

revealin's Introduction

Hi, I'm mxrch ! 👋


mxrch

I've always been passionate about computers and hacking.
So I upload my tools here, often related to computer security.

📧 If you want to contact me, you can do it here :

revealin's People

Contributors

mxrch 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

revealin's Issues

Not working

Could you help me fix this error?

┌──(osint㉿osint)-[~/Desktop/revealin]
└─$ python3 ./revealin.py <handle>                                                    1 ⨯
[+] Handle : <handle>

[DEBUG] Cookie no more active, I re-login...
Email => <myemail>
Password => <mypassword>
[DEBUG] Cookies re-generated and valid !
Traceback (most recent call last):
  File "/home/osint/Desktop/revealin/./revealin.py", line 34, in <module>
    trio.run(main)
  File "/home/osint/.local/lib/python3.9/site-packages/trio/_core/_run.py", line 1932, in run
    raise runner.main_task_outcome.error
  File "/home/osint/Desktop/revealin/./revealin.py", line 24, in main
    target = await get_needed_info(as_client, handle)
  File "/home/osint/Desktop/revealin/lib/target.py", line 12, in get_needed_info
    req = await as_client.get(f"https://www.linkedin.com/voyager/api/identity/dash/profiles?q=memberIdentity&memberIdentity={handle}&decorationId=com.linkedin.voyager.dash.deco.identity.profile.FullProfile-64")
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1305, in get
    return await self.request(
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1147, in request
    response = await self.send(
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1168, in send
    response = await self.send_handling_redirects(
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1195, in send_handling_redirects
    response = await self.send_handling_auth(
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1232, in send_handling_auth
    response = await self.send_single_request(request, timeout)
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1269, in send_single_request
    timeout=timeout.as_dict(),
AttributeError: 'int' object has no attribute 'as_dict'

Library missing

Please add these instructions to get the python library trio:
python3 -m pip install -U trio

ERROR

┌──(root💀tedd)-[/home/tedd/TOOLS/revealin]
└─# python3 revealin.py https://www.linkedin.com/in/thert/ 1 ⨯
[+] Handle : thert

Traceback (most recent call last):
File "/home/tedd/TOOLS/revealin/revealin.py", line 34, in
trio.run(main)
File "/usr/local/lib/python3.9/dist-packages/trio/_core/_run.py", line 1932, in run
raise runner.main_task_outcome.error
File "/home/tedd/TOOLS/revealin/revealin.py", line 22, in main
as_client = await check_and_login()
File "/home/tedd/TOOLS/revealin/lib/login.py", line 35, in check_and_login
as_client = await check_session()
File "/home/tedd/TOOLS/revealin/lib/login.py", line 23, in check_session
cookies = json.loads(f.read())
File "/usr/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 15 (char 14)

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.