https://github.com/thiiagoms/chrome-capture
Gotta catch em all :shell: :penguin:
https://github.com/thiiagoms/chrome-capture
pentest python security studying
Last synced: about 2 months ago
JSON representation
Gotta catch em all :shell: :penguin:
- Host: GitHub
- URL: https://github.com/thiiagoms/chrome-capture
- Owner: thiiagoms
- Created: 2019-09-20T17:49:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T20:49:35.000Z (over 3 years ago)
- Last Synced: 2025-01-16T09:07:56.446Z (3 months ago)
- Topics: pentest, python, security, studying
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Captura de senhas - Google chrome :shell:
##[pt-br]:1. Primeiro, faça o download do arquivo através do comando:
- git clone https://github,com/ekkopy/chrome-capture.git ou baixe o arquivo em .zip e extraia no local de sua preferência.
2. Navegue pelo terminal até o diretório onde você extraiu o arquivo, e crie um virtualenv com o seguinte comando:
```
python -m venv cloud
```
3. Após isso, ative seu ambiente virtual da seguinte forma:
- Para ambientes Linux/Unix:
```
source cloud/bin/activate
```
- Para ambientes windows:
```
.\cloud\Scripts\activate
```
4. Execute o script (lembrando que o navegador não pode estar em execução no momento):
```
python chrome_pass.py
```
5. Seja feliz :smile:6. Colabore com um PR :feelsgood: