I planned to start a new series in Python.
Answer the poll..!
Answer the poll..!
Anonymous Poll
68%
Ethical Hacking series
32%
Data science series
Ethical Hacking course starts from tomorrow. Hope you guys give support for that😐
import random
digits=list(range(0,100000))
password=random.randint(0,100000)
eachdigit=-1
print(password)
while eachdigit!=password:
for eachdigit in digits:
print(eachdigit)
if eachdigit==password:
print("Password is found:"+str(eachdigit))
p=str(input("Enter new password:"))
digits=list(range(0,100000))
password=random.randint(0,100000)
eachdigit=-1
print(password)
while eachdigit!=password:
for eachdigit in digits:
print(eachdigit)
if eachdigit==password:
print("Password is found:"+str(eachdigit))
p=str(input("Enter new password:"))
👍1
Code for Brute force password cracker using python [ Share our channel and support ❤️ ]
A New telegram segment : This Segment is used to sharpen your knowledge in the field of science & technology
This quiz segment is named as #YouknowYougrow
This quiz segment is named as #YouknowYougrow
COBOL Stands for ? ( Lets see how many will give correct answer)
Anonymous Quiz
9%
Common Book oriented language
30%
Common Business oriented language
41%
Common Basic oriented language
20%
Common Boot oriented language
Anonymous Quiz
10%
Translator
37%
Compiler
36%
Assembler
17%
Interpreter
Who is the Father of Computer science
Anonymous Quiz
72%
Charles babbage
11%
Ada lovelace
16%
Alan Turing