Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noam-alum/jet-tools
jet-tools is a script meant for bundling commonly used commands and scripts all in one place.
https://github.com/noam-alum/jet-tools
Last synced: 8 days ago
JSON representation
jet-tools is a script meant for bundling commonly used commands and scripts all in one place.
- Host: GitHub
- URL: https://github.com/noam-alum/jet-tools
- Owner: Noam-Alum
- Created: 2023-11-13T08:37:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T08:39:42.000Z (6 months ago)
- Last Synced: 2024-05-09T09:45:48.983Z (6 months ago)
- Language: Shell
- Homepage: https://docs.alum.sh/jet-tools/introduction-and-usage.html
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation
Click [here](https://docs.alum.sh/jet-tools/introduction-and-usage.html) to view the jet-tools documentation.
# introduction && usage
## usage
To use jet-tools you can simply copy and paste the following line:
```sh
curl -Ls alum.sh/jet-tools|bash
```If you already know the tool you want to use and the inputs location you can even put your inputs in the right order like so:
```sh
curl -Ls alum.sh/jet-tools|bash -s
```## introduction
jet-tools is a script meant for bundling commonly used commands and scripts all in one place.**For example, this command:**
```sh
imunify360-agent malware malicious list --user --limit | awk '{print$8}'
```
Outputs the malicious files found by imunify360/av in a users most recent scan, jet-tools takes this to another level and saves the files found in a file one directory down from the DocumentRoot of the site for easy access.```sh
Jet-Tools:
1.imunify malicious list | 2.wpcli while plugin error | 3.Alter tables | 4.Naknik function | 5.WordPress manager | 6.wpcli commands | 7.Running proc- Which tool do you want to use? : 1
----
imunify malicious list :
- Which user where you scanning? : user
- How manny infected files found? : 2022
- infected files list was created in /home/user/infected_files_user.txt
```[script breakdown](https://github.com/Noam-Alum/jet-tools/blob/main/script-breakdown.md)