├── LICENSE ├── README.md ├── apivoid_handler.py ├── backup.py ├── backup_handle.py ├── c2_setup.py ├── colors.py ├── config.py ├── harvis.py ├── namecheap_handler.py ├── redirect_setup.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/README.md -------------------------------------------------------------------------------- /apivoid_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/apivoid_handler.py -------------------------------------------------------------------------------- /backup.py: -------------------------------------------------------------------------------- 1 | backup_saved = 0 2 | -------------------------------------------------------------------------------- /backup_handle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/backup_handle.py -------------------------------------------------------------------------------- /c2_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/c2_setup.py -------------------------------------------------------------------------------- /colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/colors.py -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/config.py -------------------------------------------------------------------------------- /harvis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/harvis.py -------------------------------------------------------------------------------- /namecheap_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/namecheap_handler.py -------------------------------------------------------------------------------- /redirect_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/redirect_setup.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagomayllart/Harvis/HEAD/requirements.txt --------------------------------------------------------------------------------