Chromepass is a python-based console application that generates a windows executable with the following features:
AV Detection
Due to the way this has been coded, it is currently fully undetected. Here are some links to scans performed using a variety of websites
Getting Started
Dependencies & Requirements
This is a very simple application, which uses only:
Installation
> cd chromepass
> pip install -r requirements.txt
If any errors occur make sure you’re running on the proper environment (if applcable) and that you have python 3.6+ (preferably 3.7.4). If the errors persist, try:
> python -m pip install –upgrade pip
> python -m pip install -r requirements.txt
Usage
Chromepass is very straightforward. Start by running:
> python create_server.py
It will ask you to select between two options:
Note: To set a custom icon, replace icon.ico by the desired icon with the same name and format.
Also Read – Frida-Fuzzer : Experimental Fuzzer Used For API In-Memory Fuzzing
Todo
Errors, Bugs & feature requests
If you find an error or a bug, please report it as an issue. If you wish to suggest a feature or an improvement please report it in the issue pages.
Please follow the templates shown when creating the issue.
Learn More
For access to a community full of aspiring computer security experts, ranging from the complete beginner to the seasoned veteran, join our Discord Server: WhiteHat Hacking
If you wish to contact me, you can do so via: marionascimento@itsec.us
Disclaimer
I am not responsible for what you do with the information and code provided. This is intended for professional or educational purposes only.
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…