You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
NOTICE:
2
+
I (ROHIT SAXENA) created this code for EDUCATION PURPOSE ONLY. Any illegal or intentional harm or misuse of this code is strictly prohibited by the owner (Rohit Saxena GitHub ID: rohit290554) of this code. For any illegal or intentional harm or misuse of this code, the Owner of this code (Rohit Saxena GitHub ID: rohit290554) will not be responsible.
3
+
1
4
# Product Key Finder by Rohit Saxena (rohitsaxena722@gmail.com)
2
5
#The following code is written by Rohit Saxena. STUDY PURPOSE ONLY. Any unauthorized use or modification is prohibited.
3
6
Language used: python
@@ -7,3 +10,4 @@ also copy the data (FORMAT: file data \t file path) and save into another file (
7
10
Also able to change/modify search type by editing code variable 'ff'
8
11
Also able to change/modify search file type by editing LINE: 26 | for file in glob.glob("**/*.txt", recursive = True):
9
12
Also able to send previously created file to FTP server
0 commit comments