Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GoVanguard/legion
Browse files Browse the repository at this point in the history
  • Loading branch information
sscottgvit committed Nov 13, 2023
2 parents a60070d + cc87e77 commit 7167d39
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Reboot

### Notable changes from Sparta

* Refactored from Python 2.7 to Python 3.6 and the elimination of deprecated and unmaintained libraries.
* Upgraded to PyQT5, increased responsiveness, less buggy, more intuitive GUI that includes features like:
* Refactored from Python 2.7 to Python 3.8+ and the elimination of deprecated and unmaintained libraries.
* Upgraded to PyQT6, increased responsiveness, less buggy, more intuitive GUI that includes features like:
* Task completion estimates
* 1-Click scan lists of ips, hostnames and CIDR subnets
* Ability to purge results, rescan hosts and delete hosts
Expand All @@ -65,20 +65,19 @@ Reboot

RunIt script (`docker/runIt.sh`) supports:

- Ubuntu 18
- Fedora 30
- ParrotOS
- Kali Linux
- Ubuntu 20.04+
- Kali 2022+

It is possible to run the docker image on any Linux distribution, however, different distributions have different hoops
to jump through to get a docker app to be able to connect to the X server. Everyone is welcome to try to figure those
hoops out and create a PR for runIt.

### Traditional installation support

We can only promise correct operation on **Ubuntu 18** using the traditional installation at this time. While it should
We can only promise correct operation on **Ubuntu 20.04** using the traditional installation at this time. While it should
work on ParrotOS, Kali, and others, until we have Legion packaged and placed into the repos for each of these distros,
it is musical chairs in regard to platform updates changing and breaking dependencies.
it is musical chairs in regard to platform updates changing and breaking dependencies. Native a native package exists and is
included by default on Kali.

## 💻 Installation

Expand Down

0 comments on commit 7167d39

Please sign in to comment.