This application aims to read all wifi passwords and visualizes the complexity in graph formation by taking into account several criteria and help you generate new random passwords.

Overview

IntSec_2021-22_Grupi19_Nr4

Detyra

Zhvillimi i aplikacionit që mundëson leximin e të gjithë passwordëve të ruajtur të wifi-ve

Përshkrimi i aplikacionit

Ky aplikacion synon të lexojë të gjitha fjalëkalimet e wifi të ruajtura në PC dhe vizualizon kompleksitetin në formimin e grafikut duke marrë parasysh disa kritere dhe t'ju ndihmojë të gjeneroni fjalëkalime të reja të rastësishme.

Kompleksiteti i fjalekalimit eshte bere duke u bazuar ne disa parime:

Fjalëkalim i vështirë > fjalëkalimet të cilet kanë 8 e me shumë shkronja,numra dhe karaktere speciale.

Fjalëkalim mesatarisht i veshtire > fjalëkalimet të cilët kanë 8 e më shumë karaktere dhe kombinim shkronjash dhe numrash.

Fjalëkalim i lehtë > fjalëkalimet të cilët permbajnë vetëm shkronja apo vetëm numra.

Teknologjia e përdorur

Sistemi Operativ - Windows 10

Gjuha Programuese - Python

Libraritë e perdorura

subprocess re numpy pyperclip json os random string sys pprint

Shembulli i ekzekutimit

Aplikacioni është i lehtë për t'u përdorur, opsionet që ofron janë shumë të lehta për t'u përdorur. Shembujt e ekzekutimit mund të gjenden në fotot e mëposhtme.

Fig.1. Dritarja kryesore e aplikacionit ekzekutimi1

Fig.2. Dritarja me rezultatet për të dhënat e fjalëkalimeve të ruajtura ekzekutimi2

Fig.3. Dritarja që tregon kompleksitetin e fjalëkalimeve ekzekutimi3

Fig.4. Dritarja për gjenerim të rastësishëm të fjalëkalimeve ekzekutimi4

Fig.5. Dritarja për informata rrethë aplikacionit ekzekutimi5

Fig.6. MessageBox pas klikimit të butonit help ekzekutimi6

Anëtarët

I punuar nga grupi numër 19 ku përfshihen studentët Era Fetihu, Fatbardh Podvorica, Julinda Nasufi dhe Njomza Rexhepi, ky projekt është nën mentorimin e Prof. Mërgim Hoti.

Owner
Njomza Rexhepi
Njomza Rexhepi
This python script can change the mac address after some attack

MAC-changer Hello people, this python script was written for people who want to change the mac address after some attack, I know there are many ways t

5 Oct 10, 2022
euserv auto-renew script - A Python script which can help you renew your free EUserv IPv6 VPS.

eu_ex eu_ex means EUserv_extend. A Python script which can help you renew your free EUserv IPv6 VPS. This Script can check the VPS amount in your acco

A beam of light 92 Jan 25, 2022
Python 3 tool for finding unclaimed groups on Roblox. Supports multi-threading, multi-processing and HTTP proxies.

roblox-group-scanner Python 3 tool for finding unclaimed groups on Roblox. Supports multi-threading, multi-processing and HTTP proxies. Usage usage: s

h0nda 43 May 11, 2022
PySocks lets you send traffic through SOCKS proxy servers.

PySocks lets you send traffic through SOCKS proxy servers. It is a modern fork of SocksiPy with bug fixes and extra features. Acts as a drop-i

1.1k Dec 07, 2022
School Project using Python Sockets and Personal Encryption Method.

Python-Secure-File-Transfer School Project using Python Sockets and Personal Encryption Method. Installation Must have python3 installed on your syste

1 Dec 03, 2021
Easy-to-use sync library for handy proxy parse

Proxy Parser About Synchronous library, for convenient and fast parsing of proxies from different sources. Uses Scrapy as a parser. At the moment the

Michael Mironov 2 Nov 22, 2022
A project that forwards data it receives in a URL POST Request to a Discord Webhook link

Mailman Mailman is a project that basically just forwards data it receives in a URL POST Request to a Discord Webhook link and act as a sort of messag

Prakhar Trivedi 2 Mar 14, 2022
The World Most Fastest Proxy Checker In Python, Maybe?!

The World's Most Fastest Proxy Checker In Python, Maybe?! Features Based on Python 3.7+ Save Valid Porixes into the custom file Multi-Thread Fully Asy

Cyber 4 Feb 10, 2022
A pure python implementation of multicast DNS service discovery

python-zeroconf Documentation. This is fork of pyzeroconf, Multicast DNS Service Discovery for Python, originally by Paul Scott-Murphy (https://github

Jakub Stasiak 483 Dec 29, 2022
Python implementation of the IPv8 layer provide authenticated communication with privacy

Python implementation of the IPv8 layer provide authenticated communication with privacy

203 Oct 26, 2022
👨🏼‍💻 ‎‎‎‏‏ A customizable man-in-the-middle TCP proxy with out-of-the-box support for HTTP & HTTPS.

👨‍💻 mitm A customizable man-in-the-middle TCP proxy with out-of-the-box support for HTTP & HTTPS. Installing pip install mitm Note that OpenSSL 1.1

Felipe 92 Jan 05, 2023
It's a little project for change MAC address, for ethical hacking purposes

MACChangerPy It's a small project for MAC address change, for ethical hacking purposes, don't use it for bad purposes, any infringement will be your r

Erick Adriano Nunes da Silva 1 Mar 11, 2022
Scan any IP address except IPv6 using Python.

Port_Scanner-python To use this tool called "Console Port Scanner", you need to enter an IP address (NOT IPv6). It might take a long time to scan port

1 Dec 24, 2021
Takes a file of hosts or domains and outputs the IP address of each host/domain in the file.

Takes a file of hosts or domains and outputs the IP address of each host/domain in the file. Installation $ git clone https://github.com/whoamisec75/i

whoami security 2 May 10, 2022
An automatic reaction network generator for reactive molecular dynamics simulation.

ReacNetGenerator An automatic reaction network generator for reactive molecular dynamics simulation. ReacNetGenerator: an automatic reaction network g

Tong Zhu Research Group 35 Dec 14, 2022
A simple and lightweight server that allows clients to connect and launch a shell remotely through a browser.

carrotsh A simple and lightweight server that allows clients to connect and launch a shell remotely through a browser. Uses xterm.js for the frontend

V9 31 Dec 27, 2022
This is a python based command line Network Scanner utility, which input as an argument for the exact IP address or the relative IP Address range you wish to do the Network Scan for and returns all the available IP addresses with their MAC addresses on your current Network.

This is a python based command line Network Scanner utility, which input as an argument for the exact IP address or the relative IP Address range you wish to do the Network Scan for and returns all t

Abhinandan Khurana 1 Feb 09, 2022
gRPC typing stubs for Python

gRPC Typing Stubs for Python This is a PEP-561-compliant stub-only package which provides type information of gRPC. Install using pip: pip install grp

Blake Williams 27 Dec 20, 2022
Dark Utilities - Cloudflare Uam Bypass

Dark Utilities - Cloudflare Uam Bypass

Inplex-sys 26 Dec 14, 2022
Home Assistant integration for MyEnergi devices

myenergi for Home Assistant myenergi custom component for Home Assistant This is a very early release, will add more documentations soon! This compone

Johan Isacsson 70 Dec 18, 2022