Skip to content
/ spearky Public

Penetration testing app and a part of my thesis concerned with Cybersecurity.

License

Notifications You must be signed in to change notification settings

Maffey/spearky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spearky

Spearky - penetration testing app with GUI developed in Kivy.

Requirements

Kali Linux is required to properly run this app.

Installation

English

To start using Spearky application, you must first download it. After downloading and extracting the archive .zip file on a compatible computer with Kali Linux and Python version 3.7.6 installed, proceed to install the modules. In the folder with the extracted application contents ("spearky" directory), open a terminal and enter the following commands:

python -m pip install --upgrade pip setuptools virtualenv
pip install -r requirements.txt

The pip program will install the necessary modules. After a successful installation, the program is ready to use. To run the application itself, enter the command in the same folder:

python3 main.py

The invoked command will inform in the terminal aboute the successfull application start and then the window of the application itself should appear. The program is ready to use. The user can now navigate through the menus and submenus of the application to usw any tools.

Polish

Aby rozpocząć korzystanie z aplikacji Spearky, należy ją najpierw pobrać. Po pobraniu i wypakowaniu pliku archiwalnego .zip na kompatybilnym komputerze z zainstalowanym systemem Kali Linux i Pythonem w wersji 3.7.6, należy przejść do instalacji modułów. w folderze z wypakowaną zawartością aplikacji (katalog „spearky”) należy otworzyć terminal i wprowadzić następującą komendę:

python -m pip install --upgrade pip setuptools virtualenv
pip install -r requirements.txt

Program pip wykona instalację niezbędnych modułów. Po pomyślnej instalacji program jest gotowy do użycia. Aby uruchomić samą aplikację, należy wprowadzić w tym samym folderze komendę:

python3 main.py

Wywołana komenda poinformuje w terminalu o rozpoczętym działaniu aplikacji, a następnie powinno się pojawić okno samej aplikacji. Program jest gotowy do użytku. Użytkownik może teraz nawigować w menu i podmenu aplikacji aby skorzystać z dowolnych narzędzi.

About

Penetration testing app and a part of my thesis concerned with Cybersecurity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published