mirror of
https://github.com/casterbyte/Sara.git
synced 2025-12-06 06:29:28 +00:00
alias change
This commit is contained in:
parent
6cf9b1a555
commit
42b829db83
3 changed files with 3 additions and 3 deletions
|
|
@ -187,7 +187,7 @@ caster@kali:~$ sara -h
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
~$ sudo apt install git python3-colorama python3-netmiko python3-packaging
|
~$ 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
|
~$ cd Sara
|
||||||
~/Sara$ sudo python3 setup.py install
|
~/Sara$ sudo python3 setup.py install
|
||||||
~$ sara -h
|
~$ sara -h
|
||||||
|
|
|
||||||
2
sara.py
2
sara.py
|
|
@ -28,7 +28,7 @@ def banner():
|
||||||
print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, <magamabazarov@mailbox.org>")
|
print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, <magamabazarov@mailbox.org>")
|
||||||
print(" " + Fore.YELLOW + "Alias: " + Style.RESET_ALL + "Caster")
|
print(" " + Fore.YELLOW + "Alias: " + Style.RESET_ALL + "Caster")
|
||||||
print(" " + Fore.YELLOW + "Version: " + Style.RESET_ALL + "1.2")
|
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
|
# Display a legal disclaimer to emphasize responsible usage
|
||||||
print(" " + Fore.YELLOW + "[!] DISCLAIMER: Use this tool only for auditing your own devices.")
|
print(" " + Fore.YELLOW + "[!] DISCLAIMER: Use this tool only for auditing your own devices.")
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
||||||
setup(
|
setup(
|
||||||
name="sara",
|
name="sara",
|
||||||
version="1.2",
|
version="1.2",
|
||||||
url="https://github.com/casterbyte/Sara",
|
url="https://github.com/caster0x00/Sara",
|
||||||
author="Magama Bazarov",
|
author="Magama Bazarov",
|
||||||
author_email="magamabazarov@mailbox.org",
|
author_email="magamabazarov@mailbox.org",
|
||||||
scripts=['sara.py'],
|
scripts=['sara.py'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue