Giter VIP home page Giter VIP logo

octosuite's People

Contributors

0xbharath avatar albertollamaso avatar b34c0n5 avatar rly0nheart avatar snyk-bot avatar weltolk 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

octosuite's Issues

Error on install run octosuite

I've tried installing octosuite by pip and cloning the source code, but both have the same error.
I already installed all requirements in requirements.txt


                 OCTOSUITE © 2022 Richard Mwewa
               Tuesday 24 May 2022, 12:22:35PM
            
            
        Linux
	├─ Processor: x86_64
	├─ Node: (my_pc_username)
	├─ Release: 5.15.0-27-generic
	├─ Architecture: ('64bit', 'ELF')
	├─ Version: #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022


Traceback (most recent call last):
  File "/home/my_username/.local/bin/octosuite", line 5, in <module>
    from octosuite.main import run
  File "/home/my_username/.local/lib/python3.10/site-packages/octosuite/main.py", line 9, in <module>
    from octosuite import colors,banner
  File "/home/my_username/.local/lib/python3.10/site-packages/octosuite/colors.py", line 36, in <module>
    color_chooser = input(f"[ ? ] Welcome {os.getlogin()}, would you like to enable colors for this session? (y/n) ")
OSError: [Errno 6] No such device or address

Organi{z}ation prompt: minor spelling mistake

Prompt for "Organization" is output as "@Organiation" instead of "@organization"
That is, the "z" is missing.

This is due to line 1056 in octosuite.py:
organization = Prompt.ask(f"{white}@{green}Organi[sz]ation{reset}")

If written as follows, then correct spelling:
organization = Prompt.ask(f"{white}@{green}Organization{reset}")

Perhaps code had [sz} in it to allow for alternate US/UK-english spellings, but this doesn't seem to have desired effect in Python3.11 on Macos.

Personally, I view "organisation" as the preferred/correct way to spell "organization".
And since Bellingcat is a European organisation (sic), it seems to be more consisten to use English rather than US spelling.
Although after Brexxit, it is a bit harder to argue that case....sigh

Error

C:\Users\pierr\AppData\Local\Programs\Python\Python311\Lib\site-packages\setuptools\config_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'entry-points' defined outside of pyproject.toml would be ignored.
!!

##########################################################################
# configuration would be ignored/result in error due to `pyproject.toml` #
##########################################################################

The following seems to be defined outside of `pyproject.toml`:

`entry-points = {'console_scripts': ['octosuite=octosuite.main:octosuite']}`

According to the spec (see the link below), however, setuptools CANNOT
consider this value unless 'entry-points' is listed as `dynamic`.

https://packaging.python.org/en/latest/specifications/declaring-project-metadata/

For the time being, `setuptools` will still consider the given value (as a
**transitional** measure), but please note that future releases of setuptools will
follow strictly the standard.

To prevent this warning, you can list 'entry-points' under `dynamic` or alternatively
remove the `[project]` table from your file and rely entirely on other means of
configuration.

!!

warnings.warn(msg, _WouldIgnoreField)
C:\Users\pierr\AppData\Local\Programs\Python\Python311\Lib\site-packages\setuptools\config_apply_pyprojecttoml.py:196: UserWarning: install_requires overwritten in pyproject.toml (dependencies)
warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: no commands supplied

C:\Users\pierr\octosuite>

Version.tag

I went to complete the installation and I got this error. I tried to play with it but I had no luck, Any help would be appreciated.

Defaulting to user installation because normal site-packages is not writeable
WARNING: Requirement 'dist/octosuite-[version.tag]-py3-none-any.whl' looks like a filename, but the file does not exist
ERROR: Extras after version '==[version.tag]'

Text becomes unreadable on light themed consoles

Describe the bug
Text is hard to read when the console background is not black.

To Reproduce
Steps to reproduce the behavior:

  1. Open a console
  2. Set any color scheme with a light background

Expected behavior
All text should be readable (even if it no longer looks pretty).

Screenshots
Screenshot from 2022-04-13 15-45-30

For an example of a similarly colored tool:
Screenshot from 2022-04-13 15-45-51

Desktop (please complete the following information):

  • OS: Ubuntu Linux, latest version

Additional context
A possible solution is never to specify black or white as text color, but rather use the default color, whichever it may be. Green or red colored text should always be visible anyway.

Another (complementary) solution would be to add an option to disable color altogether.

Undefined name: commands in octosuite.py

Undefined name: commands in octosuite.py. The variable commands is not defined or imported in this file.

% flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics

./octosuite/octosuite.py:38:31: F821 undefined name 'commands'
        options = [i for i in commands if i.startswith(text)]
                              ^
1     F821 undefined name 'commands'
1

.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

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.