Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billalxcode/lunoxkit
Penetration Testing Tool Kit
https://github.com/billalxcode/lunoxkit
hacker hacking hacktoberfest hacktoberfest2021 kali-linux linux linux-hacking-tools parrot penetration penetration-testing-tools python3 tools
Last synced: 25 days ago
JSON representation
Penetration Testing Tool Kit
- Host: GitHub
- URL: https://github.com/billalxcode/lunoxkit
- Owner: billalxcode
- License: gpl-3.0
- Created: 2021-10-22T03:03:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T08:16:13.000Z (almost 3 years ago)
- Last Synced: 2023-04-27T07:35:28.191Z (over 1 year ago)
- Topics: hacker, hacking, hacktoberfest, hacktoberfest2021, kali-linux, linux, linux-hacking-tools, parrot, penetration, penetration-testing-tools, python3, tools
- Language: Python
- Homepage:
- Size: 6.66 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![LunoxKit](./images/banner.png)
# Indonesian
## Pengenalan
Lunox adalah sebuah alat yang dapat menguji sebuah sistem keamanan. Lunox dibangun menggunakan bahasa pemrogramman Python versi 3.7 ke atas. Alat ini berbasis Command Line Interface (CLI) sehingga dibutuhkan kemampuan untuk menjalankan alat ini.## Cara pasang
Alat ini dapat berjalan di platform linux saja, kemungkinan update berikut nya sudah dapat di jalankan di platform seperti Windows ataupun MacOS. Alat ini sudah di uji di platform Linux dengan Distro Ubuntu 20.04.### Linux
Untuk memasang alat ini, masukan perintah berikut:
- Install Paket Pendukung
```shell
> sudo apt-get install python3 python3-pip git
```
- Cloning alat dari github
```shell
> git clone https://github.com/billalxcode/LunoxKit
```
- Jalankan alat
```shell
> python3 LunoxKit.py
```# English
## Introduction
Lunox is a tool that can test a security system. Lunox is built using the Python programming language version 3.7 and above. This tool is based on the Command Line Interface (CLI) so it takes the ability to run this tool.## How to install
This tool can run on the Linux platform only, it is possible that the next update can already be run on platforms such as Windows or MacOS. This tool has been tested on the Linux platform with Ubuntu 20.04 distribution.
### Linux
To install this tool, enter the following command:
- Install Support Packages
```shell
> sudo apt-get install python3 python3-pip git
```
- Cloning tool from github
```shell
> git clone https://github.com/billalxcode/LunoxKit
```
- Run tool
```shell
> python3 LunoxKit.py
```# Preview
## LunoxKit v2
![Main Menu](./images/preview_mainmenu.png)
## Port scanner module
![Port Scan Module](images/modules/portscan_demo.png)# License
Alat ini berlisensi GPL (General Public License)
```
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
```