GithubHelp home page GithubHelp logo

sigit's People

Contributors

imgbotapp avatar somraj2929 avatar sumit-buddy avatar termuxhackers-id 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

sigit's Issues

STOLEN CODE- EGALOSINT

Someone stole your code and i think you should probobly claim it is YOUR code even after i prooved them wrong here

https://github.com/C0MPL3XDEV/E4GL30S1NT/issues

however everything is the exact same, they just stole YOUR code and changed the banner and name

at the bottom of the report i called them out for stealing YOUR code i noted this

the date is a few months after SIGIT's Release, the code is the EXACT same, the banner call is the EXACT same, the kaliinstal.sh is the EXACT same, the coding style is the EXACT same, the percentage of languages is the EXACT same.

It's not installing

I used the command provided and it gave the following output.

Output-
$ wget https://raw.githubusercontent.com/termuxhackers-id/SIGIT/main/install.sh && bash install.sh
--2021-04-29 20:18:23-- https://raw.githubusercontent.com/termuxhackers-id/SIGIT/main/install.sh
Resolving raw.githubusercontent.com... 185.199.110.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com|185.199.110.133|:443... failed: Connection timed out.
Connecting to raw.githubusercontent.com|185.199.108.133|:443... failed: Connection timed out.
Connecting to raw.githubusercontent.com|185.199.109.133|:443... failed: Connection timed out.
Connecting to raw.githubusercontent.com|185.199.111.133|:443... failed: Connection timed out.
Retrying.

--2021-04-29 20:20:28-- (try: 2) https://raw.githubusercontent.com/termuxhackers-id/SIGIT/main/install.sh
Connecting to raw.githubusercontent.com|185.199.110.133|:443... failed: Connection timed out.
Connecting to raw.githubusercontent.com|185.199.108.133|:443... failed: Connection timed out.
Connecting to raw.githubusercontent.com|185.199.109.133|:443... failed: Connection timed out.
Connecting to raw.githubusercontent.com|185.199.111.133|:443...

It's saying connection timed out even though I have a stable and fast internet connection. Later I used the command in Google cloud shell it was installed successfully but I wasn't able to use it

Need help starting the software

I installed sigit in termux but i cant open it after installation

successfully installing dependencies
install.sh: line 25: wget: command not found
use command sigit for start the console
######@localhost  ~/SIGIT   main  sigit
No command sigit found, did you mean:
Command split in package coreutils
Command git in package git
Command kinit in package krb5
Command qgit in package qgit

403 error

Uploading Screenshot_20210503_155711.png…
Not only this on every. Every time i dod something 403 error

Googlesearch module is not working

Google search module is not working

I've tried it in several linux distros (ubuntu/kali)
I've tried install the module manually by "pip install google, pip install google-search, pip install google-cloud"

Error

u0_a336@localhost ~ sigit
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/sigit", line 10, in
from lxml.html import fromstring
ModuleNotFoundError: No module named 'lxml'

Digit Not opening

Traceback (most recent call last):
File "/usr/local/bin/sigit", line 9, in
from googlesearch import search
ModuleNotFoundError: No module named 'googlesearch'

Plz help

Sigit module 'lxml' not installing

Termux sigit module 'lxml' not instaling ,all modules are installed bit lxml is not installing, it stops at a point and stops working
![Screenshot_2021-05-03-09-
34-14-74](https://user-images.githubusercontent.com/83566287/116840250-c2965700-abf2-11eb-91fb-6e5c641d2e4b.png)

Error on termux

On termux you cannot download lxml so the tool doesn't work.

Syntax

I have tired to run it i got that

raceback (most recent call last):
File "/usr/local/bin/sigit", line 8, in
from email_validator import validate_email, EmailNotValidError
ModuleNotFoundError: No module named 'email_validator'

Any ideas?

➜ ~ pip install email_validator
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. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting email_validator
Downloading email_validator-1.1.3-py2.py3-none-any.whl (18 kB)
Requirement already satisfied: idna>=2.0.0 in /data/data/com.termux/files/usr/lib/python2.7/site-packages (from email_validator) (2.10)
Requirement already satisfied: dnspython>=1.15.0 in /data/data/com.termux/files/usr/lib/python2.7/site-packages (from email_validator) (1.16.0)
Installing collected packages: email-validator
Successfully installed email-validator-1.1.3
➜ ~ sigit Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/sigit", line 8, in
from email_validator import validate_email, EmailNotValidError
ModuleNotFoundError: No module named 'email_validator'

traceback error

from google search import search module not found error: no module named 'gogglesearch'

please help me out soon

Add macOS installation

for me brew install wget && wget https://raw.githubusercontent.com/termuxhackers-id/SIGIT/main/installkali.sh && bash installkali.sh worked perfectly

Probleme with Email-validator

Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 514, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 386, in decode
obj, end = self.raw_decode(s)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 416, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
simplejson.errors.JSONDecodeError: Expecting value: line 3 column 1 (char 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/bin/sigit", line 592, in
if len(arg) == 1: menu()
^^^^^^
File "/usr/local/bin/sigit", line 79, in menu
mainmenu()
File "/usr/local/bin/sigit", line 89, in mainmenu
elif cmd in ("3","03"): mailfinder()
^^^^^^^^^^^^
File "/usr/local/bin/sigit", line 257, in mailfinder
status = response.json()['status']
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 3 column 1 (char 2)

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.