Skip to content

Cat Walkers to walk over tasks and Mice Nabbers to nab threats before they arise.

License

Notifications You must be signed in to change notification settings

NehemiahAklil/catWalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Cat Walkers

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

About The Project

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.

Cat Walkers

Midnight

Midnight prowls thorugh a github repository and clones specified branches into folders

Mice Nabbers

Prowling Panther

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.

(back to top)

Getting Started

Here is how you may use the project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

First things first you need to install python and go.

  • python
    pacman -Syu python3 go
    sudo apt get python3 go
    

Installation

  1. First Install python as said above then
  2. Clone the repo
    git clone https://github.com/NehemiahAklil/catWalker.git

(back to top)

Usage

Cat Walkers

Midnight

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 ...

Mice Nabbers

Prowling Panther

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

(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 GNU v3.0 License. See LICENSE for more information.

(back to top)

Contact

Your Name - @AklilNehemiah - [email protected]

Project Link: https://github.com/NehemiahAklil/catWalker

(back to top)

Acknowledgments

(back to top)

About

Cat Walkers to walk over tasks and Mice Nabbers to nab threats before they arise.

Resources

License

Stars

Watchers

Forks