Skydata001 commited on
Commit
5ac5187
·
verified ·
1 Parent(s): e15054d

Create password_data.py

Browse files
Files changed (1) hide show
  1. Password_AI/password_data.py +15 -0
Password_AI/password_data.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # password_data.py
2
+
3
+ # قائمة محاكاة لكلمات المرور المسربة / الشائعة
4
+ COMMON_PASSWORDS = [
5
+ "123456",
6
+ "password",
7
+ "qwerty",
8
+ "admin",
9
+ "تيكتوك",
10
+ "كلمةسر",
11
+ "مرحبا123",
12
+ "iloveyou",
13
+ "secret",
14
+ "محمد",
15
+ ]