alias change

This commit is contained in:
caster0x00 2025-08-13 10:25:50 +04:00
parent 6cf9b1a555
commit 42b829db83
3 changed files with 3 additions and 3 deletions

View file

@ -187,7 +187,7 @@ caster@kali:~$ sara -h
```bash
~$ sudo apt install git python3-colorama python3-netmiko python3-packaging
~$ git clone https://github.com/casterbyte/Sara
~$ git clone https://github.com/caster0x00/Sara
~$ cd Sara
~/Sara$ sudo python3 setup.py install
~$ sara -h

View file

@ -28,7 +28,7 @@ def banner():
print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, <magamabazarov@mailbox.org>")
print(" " + Fore.YELLOW + "Alias: " + Style.RESET_ALL + "Caster")
print(" " + Fore.YELLOW + "Version: " + Style.RESET_ALL + "1.2")
print(" " + Fore.YELLOW + "Documentation & Usage: " + Style.RESET_ALL + "https://github.com/casterbyte/Sara\n")
print(" " + Fore.YELLOW + "Documentation & Usage: " + Style.RESET_ALL + "https://github.com/caster0x00/Sara\n")
# Display a legal disclaimer to emphasize responsible usage
print(" " + Fore.YELLOW + "[!] DISCLAIMER: Use this tool only for auditing your own devices.")

View file

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="sara",
version="1.2",
url="https://github.com/casterbyte/Sara",
url="https://github.com/caster0x00/Sara",
author="Magama Bazarov",
author_email="magamabazarov@mailbox.org",
scripts=['sara.py'],