Giter VIP home page Giter VIP logo

Comments (10)

ajinabraham avatar ajinabraham commented on May 26, 2024

You need to install the missing libs.
zlib is missing; necessary for building libxml2

I suggest, you use the docker image instead.

from cmsscan.

kaal-kali avatar kaal-kali commented on May 26, 2024

from cmsscan.

kaal-kali avatar kaal-kali commented on May 26, 2024

after installing zlib its show /usr/bin/python3: No module named pip
./setup.sh: 9: virtualenv: not found
./setup.sh: 10: .: Can't open venv/bin/activate

from cmsscan.

kaal-kali avatar kaal-kali commented on May 26, 2024

root@bunty:~/Desktop/CMSScan# ./run.sh
[2020-07-05 01:17:35 +0530] [16643] [INFO] Starting gunicorn 20.0.4
[2020-07-05 01:17:35 +0530] [16643] [INFO] Listening at: http://0.0.0.0:7070 (16643)
[2020-07-05 01:17:35 +0530] [16643] [INFO] Using worker: sync
[2020-07-05 01:17:35 +0530] [16645] [INFO] Booting worker with pid: 16645
[2020-07-05 01:17:35 +0530] [16646] [INFO] Booting worker with pid: 16646
[2020-07-05 01:17:35 +0530] [16647] [INFO] Booting worker with pid: 16647
[INFO] Updating WPScan
[INFO] Updating WPScan
[INFO] Updating WPScan

not working anything

from cmsscan.

kaal-kali avatar kaal-kali commented on May 26, 2024

now its show retrying cant connect to 0.0.0.0. something

from cmsscan.

kaal-kali avatar kaal-kali commented on May 26, 2024

[2020-07-05 22:58:42 +0530] [4670] [INFO] Starting gunicorn 20.0.4
[2020-07-05 22:58:42 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:42 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:43 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:43 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:44 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:44 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:45 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:45 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:46 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:46 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:47 +0530] [4670] [ERROR] Can't connect to ('0.0.0.0', 7070)

from cmsscan.

ajinabraham avatar ajinabraham commented on May 26, 2024

This is because something else is already using that port. you need to find and kill what's using that port or do a restart.

from cmsscan.

kaal-kali avatar kaal-kali commented on May 26, 2024

[2020-07-05 22:58:42 +0530] [4670] [INFO] Starting gunicorn 20.0.4
[2020-07-05 22:58:42 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:42 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:43 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:43 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:44 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:44 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:45 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:45 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:46 +0530] [4670] [ERROR] Connection in use: ('0.0.0.0', 7070)
[2020-07-05 22:58:46 +0530] [4670] [ERROR] Retrying in 1 second.
[2020-07-05 22:58:47 +0530] [4670] [ERROR] Can't connect to ('0.0.0.0', 7070)

from cmsscan.

kaal-kali avatar kaal-kali commented on May 26, 2024

now its again show

nty:~/CMSScan# ./run.sh
[2020-07-06 07:50:18 +0530] [3090] [INFO] Starting gunicorn 20.0.4
[2020-07-06 07:50:18 +0530] [3090] [INFO] Listening at: http://0.0.0.0:7070 (3090)
[2020-07-06 07:50:18 +0530] [3090] [INFO] Using worker: sync
[2020-07-06 07:50:18 +0530] [3092] [INFO] Booting worker with pid: 3092
[2020-07-06 07:50:18 +0530] [3093] [INFO] Booting worker with pid: 3093
[2020-07-06 07:50:18 +0530] [3094] [INFO] Booting worker with pid: 3094
[INFO] Updating WPScan
[INFO] Updating WPScan
[INFO] Updating WPScan

please sr help me out for this problem not showing any issue what will i do

from cmsscan.

neverkknown avatar neverkknown commented on May 26, 2024

I am getting the same issue.
2020-08-12 19:12:30 +0530] [3335] [INFO] Starting gunicorn 20.0.4
[2020-08-12 19:12:30 +0530] [3335] [INFO] Listening at: http://0.0.0.0:7070 (3335)
[2020-08-12 19:12:30 +0530] [3335] [INFO] Using worker: sync
[2020-08-12 19:12:30 +0530] [3337] [INFO] Booting worker with pid: 3337
[2020-08-12 19:12:30 +0530] [3338] [INFO] Booting worker with pid: 3338
[2020-08-12 19:12:30 +0530] [3339] [INFO] Booting worker with pid: 3339
[INFO] Updating WPScan
[INFO] Updating WPScan
[INFO] Updating WPScan

from cmsscan.

Related Issues (20)

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.