- 42
- 202
Penetration Testing
Приєднався 25 вер 2023
The Channel is only for educational purpose. Here we will learn about Penetration Testing, Machine Learning concepts and also about the technology.
Please don't use it for criminal activities. You are responsible yourself for your act.
Thanks.
Please don't use it for criminal activities. You are responsible yourself for your act.
Thanks.
Example Numeric Data Type in Python | Example No 1
Example Numeric Data Type in Python | Example No 1
Example:-
'''one=10
two=10
print(one+two)'''
one=input("Enter first number: ")
two=input("Enter second number: ")
# The line `sum= (one) + (two)` is trying to calculate the sum of the two input numbers `one` and
# `two`. However, since `input()` function returns a string, the addition operation will concatenate
# the two strings instead of adding their numerical values. To fix this, you need to convert the input
# strings to integers before performing the addition operation. You can do this by using `int()`
# function like this:
sum= float(one) + float(two)
print("Sum of two numbers is: ", sum)
Example:-
'''one=10
two=10
print(one+two)'''
one=input("Enter first number: ")
two=input("Enter second number: ")
# The line `sum= (one) + (two)` is trying to calculate the sum of the two input numbers `one` and
# `two`. However, since `input()` function returns a string, the addition operation will concatenate
# the two strings instead of adding their numerical values. To fix this, you need to convert the input
# strings to integers before performing the addition operation. You can do this by using `int()`
# function like this:
sum= float(one) + float(two)
print("Sum of two numbers is: ", sum)
Переглядів: 0
Відео
Password Cracking | John the Ripper | Kali Linux Tool
Use this content strictly for educational purposes only. I am not responsible for any misuse or unethical actions. Password Cracking | John the ripper | Kali Linux Tool | Simple Password Cracking using Dictionary Attack zip file password cracking.
Password Cracking | John the ripper | Kali Linux Tool | Simple Password Cracking
Use this content strictly for educational purposes only. I am not responsible for any misuse or unethical actions. Password Cracking | John the ripper | Kali Linux Tool | Simple Password Cracking zip file password cracking.
Condition Expressions if else statement in Python
Переглядів 1212 годин тому
Condition Expressions if else statement in Python
Dictionary Methods in Python Unorder Sequence
Переглядів 314 годин тому
Dictionary Methods in Python Unorder Sequence
Dictionary in Python Unorder Sequence
Переглядів 1216 годин тому
Dictionary in Python Unorder Sequence
Kali Linux Basic Commands Part 2
Переглядів 619 годин тому
Use this content strictly for educational purposes only. I am not responsible for any misuse or unethical actions. Kali Linux Basic Commands Part 2 touch a.txt create a new file cat a.txt show text in file nano a.txt write something in file rm a.txt remove file mkdir pen make a folder cd pen change directory cd.. go back to previous directory man ls tell us about ls history show commands history
Sets Methods in Python Unorder Sequence
Переглядів 421 годину тому
Sets Methods in Python Unorder Sequence
Sets in Python Unorder Sequence
Переглядів 10День тому
Sets in Python Unorder Sequence Examples:- sets={1,2,3,4,4,3,6,9,8,7,5,2,1,0,0,2,1,0,5,6,9,6,5,6,7,8,9} sets.add(10) print(sets) print(sets.insert(0,2)) set1={11,1,9,10,12,4,4,6,3,5,2,5,6,7,6} print(sets.union(set1)) print(sets.intersection(set1)) print(sets.difference(set1)) print(set1.difference(sets))
Penetration Testing | Reconnaissance and Plaining Phase 1 | Part 2 | Cyber Security
Переглядів 8День тому
Penetration Testing | Reconnaissance and Plaining Phase 1 | Part 2 | Cyber Security
Penetration Testing | Reconnaissance and Plaining Phase 1 | Part 1 | Cyber Security
Переглядів 1614 днів тому
Penetration Testing | Reconnaissance and Plaining Phase 1 | Part 1 | Cyber Security
Vulnerability Assessment and Penetration Testing | Cyber Security
Переглядів 114 днів тому
Vulnerability Assessment and Penetration Testing | Cyber Security
Need to know basic terms in Penetration Testing
Переглядів 214 днів тому
Need to know basic terms in Penetration Testing
Why we perform Penetration Testing | Cyber Security
Переглядів 614 днів тому
Why we perform Penetration Testing | Cyber Security
List Methods in Python Order Sequence Part 2
Переглядів 214 днів тому
List Methods in Python Order Sequence Part 2
List Methods in Python Order Sequence Part 1
Переглядів 221 день тому
List Methods in Python Order Sequence Part 1
Changing List in Python Order Sequence
Переглядів 321 день тому
Changing List in Python Order Sequence
List in Python (List Slicing) Order Sequence Part 2
Переглядів 421 день тому
List in Python (List Slicing) Order Sequence Part 2
String Functions in Python Order Sequence Part 4
Переглядів 121 день тому
String Functions in Python Order Sequence Part 4
String Formatting in Python Order Sequence Part 3
Переглядів 121 день тому
String Formatting in Python Order Sequence Part 3