Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed unneeded status sections since they were broken.
  • Loading branch information
mksipe authored Nov 2, 2023
1 parent 932b732 commit 187897c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@

The HTS project was initially developed in one of my older repositories, shell-script-lib, outdated and used too many resources, and took too long to execute. This is the fourth official revision of this project to make finding specific tools, services, and other possibly unwanted services on your system. This project is not very practical in the real world, as if somebody were to change an executable name from this project's cringelib list, the program would not be able to pick it up. However, this was initially developed in 2017 and was hardcoded in shell, which took up many resources to run on a virtual machine with limited resources. So it was written in rust to help mitigate this issue. The original project followed the same setup as it would not be practical to use this tool in actual sysadmin scenarios. However, for CTF competitions, such as CyberPatriot, where executables are installed and not modified and usually are against policy to have on their devices, it would be reasonable to use this tool instead of manually searching for them.


#### Status
|OS|Status|
|:-:|:-:|
|Ubuntu Latest |[![Rust - Linux](https://github.com/mksipe/HTS4/actions/workflows/linrust.yml/badge.svg)](https://github.com/mksipe/HTS4/actions/workflows/linrust.yml)|
|Ubuntu 18.04 |[![Rust - Linux 18.04](https://github.com/mksipe/HTS4/actions/workflows/lin1804.yml/badge.svg)](https://github.com/mksipe/HTS4/actions/workflows/lin1804.yml)|
|Ubuntu 20.04 |[![Rust - Linux 20.04](https://github.com/mksipe/HTS4/actions/workflows/lin2004.yml/badge.svg)](https://github.com/mksipe/HTS4/actions/workflows/lin2004.yml)|
|Windows Latest|[![Rust - Windows](https://github.com/mksipe/HTS4/actions/workflows/winrust.yml/badge.svg)](https://github.com/mksipe/HTS4/actions/workflows/winrust.yml)|
|Windows 2016 |[![Rust - Windows2016](https://github.com/mksipe/HTS4/actions/workflows/win2016.yml/badge.svg)](https://github.com/mksipe/HTS4/actions/workflows/win2016.yml)|
|Windows 2019 |[![Rust - Windows 2019](https://github.com/mksipe/HTS4/actions/workflows/win2019.yml/badge.svg)](https://github.com/mksipe/HTS4/actions/workflows/win2019.yml)|
|Windows 2022 |[![Rust - Windows2022](https://github.com/mksipe/HTS4/actions/workflows/win2022.yml/badge.svg)](https://github.com/mksipe/HTS4/actions/workflows/win2022.yml)|
|Mac Latest|[![Rust - Mac](https://github.com/mksipe/HTS4/actions/workflows/macrust.yml/badge.svg)](https://github.com/mksipe/HTS4/actions/workflows/macrust.yml)|

## Dependencies

Cargo: `<package manager> install cargo -y`
Expand Down

0 comments on commit 187897c

Please sign in to comment.