My own little Cat Walkers to walk over tasks and there close friends Mice Nabbers to catch annoying virus and scripts.
Report Bug
·
Request Feature
My own little Cat Walkers to walk over repetitive tasks to automate things with ease and there close friends Mice Nabbers to catch annoying virus and scripts hope you like it and please give a star if you do.
Midnight prowls thorugh a github repository and clones specified branches into folders
Prowling Panther specializes in Catching "batch file infector" type malware 'Unhide FIles.bat' which is a very annoying virus that will infect your USB drives in a matter of instance it creates an executable with the name of your folders.
Here is how you may use the project locally. To get a local copy up and running follow these simple example steps.
First things first you need to install python and go.
- python
pacman -Syu python3 go
sudo apt get python3 go
- First Install python as said above then
- Clone the repo
git clone https://github.com/NehemiahAklil/catWalker.git
Here is how you can use the midnight to walk through the tideous exercise of cloning specific branches for a repo.
-
Open the folder
cd catWalker/walkers
-
Use it to prowl thourgh a directoriy and its sub-directories to clean it by passing the folder name
go run midnight.go repoLink branchName1 branchName2 ...
-
Or you can run the following command to build the executable:
go build midnight.go
-
This will generate an executable file named midnight (or midnight.exe on Windows). Now you can run the executable directly from the terminal:
./midnight repoLink branchName1 branchName2 ...
Here is how you can use the prowling panther script. Be cautious when using this script for because it prowls over every folder and sub-folder which might end up taking a lot more time even crash if the directory has too many files or sub folders espeacially be aware if your local machine is older.
-
Open the folder
cd catWalker/nabbers
-
Use it to prowl thourgh a directoriy and its sub-directories to clean it by passing the folder name
python3 prowling_panther.py <foldername>
-
Or just execute it and it will prowl the folder its in and its sub-directories
python3 prowling_panther.py
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU v3.0 License. See LICENSE
for more information.
Your Name - @AklilNehemiah - [email protected]
Project Link: https://github.com/NehemiahAklil/catWalker