Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value error #7

Open
philosofonusus opened this issue Mar 6, 2019 · 2 comments
Open

Value error #7

philosofonusus opened this issue Mar 6, 2019 · 2 comments

Comments

@philosofonusus
Copy link

Issue Details

CMSmap Version: Newest
CMS Type: scan
CMS Version: Newest
Plugin Name:
OS Information: Kali linux 2018.2 debian

Steps to reproduce the issue

python3 cmsmap.py -t lyceum.univer.kharkov.ua -f J -F noedb

Traceback (most recent call last):
File "cmsmap.py", line 25, in
main()
File "/root/CMSmap/cmsmap/main.py", line 84, in main
initializer.threads = int(args.threads)
ValueError: invalid literal for int() with base 10: 'lyceum.univer.kharkov.ua'

Expected behaviour

Describe how CMSmap should have handled the issue

@m7x
Copy link
Contributor

m7x commented Mar 6, 2019

To help me to debug this issue, what is the version of Joomla (assuming that you are the owner or you have been authorised to test that site)?

@k0l0ss
Copy link

k0l0ss commented May 28, 2019

I had same issue, int fnc is calling arg.threads but not getting any value. change it
initializer.threads = 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants