Git Product home page Git Product logo

jiraffe's Issues

cannot run

root@wmfb-xps:/usr/local/bin# ./jiraffe
Traceback (most recent call last):
File "./jiraffe", line 11, in
load_entry_point('jiraffe==2.0.1', 'console_scripts', 'jiraffe')()
File "/usr/local/lib/python3.8/dist-packages/jiraffe-2.0.1-py3.8.egg/jiraffe/main.py", line 48, in main
TypeError: 'str' object is not callable

No required 'packaging' module installed

Installed Jiraffe using pip:
pip install jiraffe
Tried to run and got import exception:
C:\Python37\Scripts>jiraffe Traceback (most recent call last): File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Python37\Scripts\jiraffe.exe\__main__.py", line 4, in <module> File "c:\python37\lib\site-packages\jiraffe\__main__.py", line 5, in <module> from .recon import request, isjira, getversion File "c:\python37\lib\site-packages\jiraffe\recon.py", line 8, in <module> from packaging import version ModuleNotFoundError: No module named 'packaging'

I think something in pip manifest should me changed to install packaging module

not working

pip install jiraffe

tried to run jiraffe -t but says no command found

not running the tool

i give the error after installing and running the tool this cmd python -m jiraffe

error:-

Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
File "/usr/lib/python2.7/runpy.py", line 114, in _get_module_details
return _get_module_details(pkg_main_name)
File "/usr/lib/python2.7/runpy.py", line 119, in _get_module_details
code = loader.get_code(mod_name)
File "/usr/local/lib/python2.7/dist-packages/jiraffe-2.0.3-py2.7.egg/jiraffe/main.py", line 75
print(style.GREEN("[+] Jira instance detected") + style.RESET(''), style.YELLOW("[*] Enumerating the version ...") + style.RESET(''), sep="\n")
^
SyntaxError: invalid syntax

please kindly solve my issue

str object not callable

Encounter the following error:

jiraffe -h
Traceback (most recent call last):
  File "/usr/local/bin/jiraffe", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/jiraffe/__main__.py", line 48, in main
    parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter, description=style.GREEN(banner) + style.RESET(''), usage=style.GREEN("jiraffe ") + style.YELLOW("[-h] [-t {}]").format(style.UNDERLINE("https://example-jira-instance.com") + style.RESET('') + style.YELLOW('')) + style.RESET(''))
TypeError: 'str' object is not callable

Quickfix on Line 8:
if sys.platform.lower() == "win32" or "linux":

Somehow something with the color setup is going worse...

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.