diff --git a/README.md b/README.md index 08ec962..cd745d8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/sara.py b/sara.py index b2bb117..bf65f07 100644 --- a/sara.py +++ b/sara.py @@ -28,7 +28,7 @@ def banner(): print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, ") 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.") diff --git a/setup.py b/setup.py index b531ac4..6ebb225 100644 --- a/setup.py +++ b/setup.py @@ -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'],