Script that performs the identification of all logins and passwords of the wifis connected to a machine and sends the data to a specified email

Script que realiza a identificação de todos os logins e senhas dos wifis conectados em uma máquina e envia os dados para um e-mail especificado. Instalação Para configurar o sistema para desenvolvimento em sua máquina local, siga as instruções abaixo: Clone o repositório para sua máquina git clone https://github.com/vmeazevedo/getWIFIConnection Realize a alteração do e-mail do remetente e destinatário e também a inclusão do token de validação do email. Execute o arquivo python getWifiConnection.py. Exemplo GitHub View Github    

Read more

Python Service for MISP Feed Management

Python Service for MISP Feed Management This set of scripts is designed to offer better reliability and more control over the fetching of feeds into MISP. For the moment, the schedule is broken up into multiple components, at the top of each plugin and in config.py: MISP_TIMES: An array of times (24hr format) when enabled MISP feeds will be fetched and cached. TEXT_TIMES: An array of times (24hr format) when enabled plaintext and CSV feeds will be fetched and cached. […]

Read more

wafer circleci with python

Create a file “Dockerfile” with below content FROM python:3.7 COPY . /app WORKDIR /app RUN pip install -r requirements.txt ENTRYPOINT [ “python” ] CMD [ “main.py” ] Create a “Procfile” with following content create a file “.circleciconfig.yml” with following content

Read more

Repositório contendo scripts Python que realizam a consulta de CPF e CNPJ diretamente no site da Receita Federal

Repositório contendo scripts Python que realizam a consulta de CPF e CNPJ diretamente no site da Receita Federal. Requerimentos Python 3.x instalado; Driver do navegador que será utilizado. Clique aqui para mais informações; Caminho do driver baixado adicionado ao PATH. Instalação Na pasta do repositório, execute o comando: pip install -r requirements.txt Alterações necessárias Para a execução, é necessário adaptar o código para o navegador que será utilizado. Por padrão o código utiliza o navegador Microsoft Edge. Modificar se necessário: […]

Read more

A query extract python package

Made with Python3 (C) @FayasNoushad Copyright permission under MIT License License -> https://github.com/FayasNoushad/Query-Extract/blob/main/LICENSE Installation pip install Query-Extract Usage import query_extract link = “https://github-readme-stats.vercel.app/api?username=FayasNoushad&theme=tokyonight” print(query_extract.extract(link)) # returns :- “”” { “username”: “FayasNoushad”, “theme”: “tokyonight” } “”” data = { “username”: “FayasNoushad”, “theme”: “tokyonight” } print(query_extract.stringify(data)) # => username=FayasNoushad&theme=tokyonight GitHub – FayasNoushad/Query-Extract at pythonawesome.com A query extract python package. Contribute to FayasNoushad/Query-Extract development by creating an account on GitHub. GitHubFayasNoushad    

Read more

SomaFM Plugin for Kodi

This description is a bit outdated. You can simply install this addon by browsing the official repositories from within Kodi. Installation Installation currently requires you to know where your addons folder is located. Please refer tothe Kodi Wiki article on userdata to find it. To find theaddons folder, simply replace every instance of userdata in the article with addons. Git Change into your addons folder Clone the repository into a new folder plugin.audio.somafm Done On Linux and possibly Mac OSX […]

Read more

A simple Botter made in Python 3 for Kahoot.com

A simple Botter made in Python 3 for Kahoot.com.Also sorry for the shitty code lol.Cancel changes You need Python 3 installed on your device.After, do you need to install the requirements trought the file requirements.txt. Run this command in the same directory:pip3 install -r requirements.txt Then, just run the Tool with:python3 main.py Telegram: https://t.me/xssinjection || 1713081092 Discord: AsyncCode#4450 || 843362798486159371 Telegram: https://t.me/CyberLestofante Discord: kl3sshydra#6257 GitHub View Github    

Read more
1 10 11 12 13 14 18