CYB3RMX / Qu1cksc0pe

All-in-One malware analysis tool.
GNU General Public License v3.0
1.24k stars 176 forks source link

sc0pe_helper library not installed #30

Closed musman12362 closed 1 year ago

musman12362 commented 1 year ago

hey can anyone help me out in this ? i run the command bash setup.sh but its not installing sc0pe_helper module .due to which I'm unable to excute quicksc0pe.py i also tried to install this as a separate python package but i did not fine any python package named as scope_helper.

how i can resolve this issue?

Screenshot from 2023-06-26 12-33-28

CYB3RMX commented 1 year ago

Hey there! Looks like you need to install git command first. Can you execute this command: sudo apt install git. After installing git command re-execute the setup.sh it should work properly.

musman12362 commented 1 year ago

Hey there! Looks like you need to install git command first. Can you execute this command: sudo apt install git. After installing git command re-execute the setup.sh it should work properly.

thank you for your response. Now i installed git but it still giving same dependency issue Screenshot from 2023-06-26 13-17-44

CYB3RMX commented 1 year ago

Hmm I see. But where is the Qu1cksc0pe directory? Because the setup script looks for Modules directory which has been contained on Qu1cksc0pe directory. Can you execute this commands:

musman12362 commented 1 year ago

Hmm I see. But where is the Qu1cksc0pe directory? Because the setup script looks for Modules directory which has been contained on Qu1cksc0pe directory. Can you execute this commands:

* `cd Qu1cksc0pe`

* `bash setup.sh`

Thank you I installed it

CYB3RMX commented 1 year ago

You're welcome :)