-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
53 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,28 @@ | ||
# theKadeshi # | ||
### Antivirus for your web-site ### | ||
[![Code Issues](https://www.quantifiedcode.com/api/v1/project/40bbe4ed3bdf46af9107edcea02e9d22/badge.svg)](https://www.quantifiedcode.com/app/project/40bbe4ed3bdf46af9107edcea02e9d22) | ||
[TOC] | ||
#### Usage #### | ||
Download latest version from release section: [Releases](https://github.com/theKadeshi/theKadeshi.py/releases) | ||
|
||
Unpack the .zip file. | ||
|
||
#### Options #### | ||
Source code startup: | ||
```bash | ||
python kadeshi.py [options] /home/name/your-site-folder/ | ||
python kadeshi.py [options] /home/name/your_site_folder/ | ||
``` | ||
Windows binaries: | ||
```powershell | ||
kadeshi.exe [options] c:\temp\sites\your_site_folder\ | ||
``` | ||
Options are: | ||
|
||
* `-h` - Help | ||
* `-v` - Version | ||
* `-nc` - Disable color output | ||
* `-bw` - Disable color output | ||
* `-nh` - Disable heuristic detection | ||
* `-nc` - Disable cleanup mode | ||
|
||
#### Requirements #### | ||
* Python 3.6+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters