Skip to content

BradHeff/Arxis-Pentester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GNU GENERAL PUBLIC LICENSE LinkedIn


Logo

Arxis Penetration Testing Tool

Penetration Testing Tool to find vulnerable open ports
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

GUI Screen Shot

About Screen Shot

Error Screen Shot

Menu Screen Shot

This is a tool designed to help with penetration testing a network by listing all open vulnerable ports on all connected hosts from given subnet.

(back to top)

Built With

  • Python
  • tkinter

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Software needed for this application to work

  • python 3.8
    • Windows:
    • Linux:
      • Ubuntu/Debian
        • sudo apt install python3
      • Fedora
        • sudo dnf install python3 python3-tk

Installation

  1. Clone the repo
    git clone https://github.com/bradheff/Arxis-Pentester.git
  2. Install Requirements python3 -m pip install -r requirements.txt

(back to top)

Usage

cd into bin directory cd usr/local/bin

make script executable chmod +x arxis-pentestor

then run the script file ./arxis-pentester

(back to top)

Roadmap

  • Create Stylish GUI
  • Create Functions and Features
  • Imported Modules
    • GUI in separate module
    • Functions in separate module
    • Thread control for scanning

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

-->

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

Brad Heffernan - @bradheffernan - [email protected]

Project Link: https://github.com/bradheff/Arxis-Pentester

(back to top)

Acknowledgments

(back to top)