Code Monkey home page Code Monkey logo

Comments (6)

hack-parthsharma avatar hack-parthsharma commented on August 22, 2024 1

Thanks a lot dude for the immediate help. Really appreciate your efforts and help.

from qu1cksc0pe.

CYB3RMX avatar CYB3RMX commented on August 22, 2024

Hello! Did you execute this command?: sudo pip3 install -r requirements.txt

Note: You need to execute this command before installing Qu1cksc0pe on your system. But if you executed bash setup.sh you can use Qu1cksc0pe without installing it

Note2: Also in Kali Linux you need to add this path: /home/kali/.local/bin. Because there is python binaries contained in this path.

from qu1cksc0pe.

hack-parthsharma avatar hack-parthsharma commented on August 22, 2024

@CYB3RMX How can i add that path "/home/kali/.local/bin" ?

from qu1cksc0pe.

hack-parthsharma avatar hack-parthsharma commented on August 22, 2024

Also if possible can you give some repositories in which i can find the virus and malware for testing purpose ! Thanks once again for creating such an amazing tool !

from qu1cksc0pe.

CYB3RMX avatar CYB3RMX commented on August 22, 2024

To add "/home/kali/.local/bin" to the PATH environment variable in Kali Linux, you can follow these steps:

  1. Open a terminal in Kali Linux. You can do this by clicking on the terminal icon in the taskbar or by pressing Ctrl+Alt+T.

  2. Once the terminal is open, you need to locate and open the file where the PATH variable is defined. In Kali Linux, the file is usually either ~/.bashrc or ~/.bash_profile.

    Type the following command to open the file in a text editor:

    nano ~/.bashrc

    If the file doesn't exist, you can create it by running the command:

    touch ~/.bashrc
    nano ~/.bashrc
  3. In the text editor, scroll to the bottom of the file and add the following line:

    export PATH="/home/kali/.local/bin:$PATH"

    This line appends "/home/kali/.local/bin" to the existing PATH variable, separated by a colon.

  4. Save the changes by pressing Ctrl+O, then press Enter to confirm the filename. Exit the text editor by pressing Ctrl+X.

  5. To apply the changes to the current terminal session, run the following command:

    source ~/.bashrc

    Alternatively, you can close the terminal and open a new one to automatically load the updated PATH variable.

Now, when you run commands in the terminal, it will check the "/home/kali/.local/bin" directory for executable files as part of the PATH search.

from qu1cksc0pe.

CYB3RMX avatar CYB3RMX commented on August 22, 2024

Also you can find malware samples from:

  1. Malware Bazaar: https://bazaar.abuse.ch/browse/
  2. theZoo: https://github.com/ytisf/theZoo
  3. VirusShare: https://virusshare.com/
  4. VX-Underground: https://www.vx-underground.org/malware.html

So actually there is many of them. You can also simply google it and find another ones too.

Thank you for your comments. I hope it will be usefull :)

from qu1cksc0pe.

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.