140 likes | 140 Views
For more classes visit<br>www.snaptutorial.com<br><br>CYB 130 Week 1 Data Types and Variables<br>CYB 130 Week 1 String and Text Manipulation<br>CYB 130 Week 1 Conditional and Variables<br>
E N D
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Entire Course For more classes visit www.snaptutorial.com CYB 130 Week 1 Data Types and Variables CYB 130 Week 1 String and Text Manipulation CYB 130 Week 1 Conditional and Variables
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 1 Conditional and Variables For more classes visit www.snaptutorial.com CYB 130 Week 1 Conditional and Variables
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 1 Data Types and Variables For more classes visit www.snaptutorial.com CYB 130 Week 1 Data Types and Variables
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 1 String and Text Manipulation For more classes visit www.snaptutorial.com CYB 130 Week 1 String and Text Manipulation Write a Python script that meets the following requirements:
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 2 Loops and Conditional Statements For more classes visit www.snaptutorial.com CYB 130 Week 2 Loops and Conditional Statements User input can be obtained using the following statement and storing it into a variable for future use:
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 2 Using Loops For more classes visit www.snaptutorial.com CYB 130 Week 2 Using Loops Write a Python script that asks the user to input an integer and then a character. Use those values to print the character in the following pattern: r rrrr
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 3 Accessing the Internet For more classes visit www.snaptutorial.com CYB 130 Week 3 Accessing the Internet Write a Python script that accesses a website’s URL and dowloads a picture to your computer’s hard drive. Then access another URL and dowload the HTML file associated with that web address. Add print statements to indicate the program is
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 3 Python and HTML For more classes visit www.snaptutorial.com CYB 130 Week 3 Python and HTML Write a Python script that builds an HTML file of your own design. Add an image tag into your
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 4 Individual: Functional Programming For more classes visit www.snaptutorial.com CYB 130 Week 4 Individual: Functional Programming Write a 2-part program as follows:
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 4 Individual: Object Oriented Programming (OOP) For more classes visit www.snaptutorial.com CYB 130 Week 4 Individual: Object Oriented Programming (OOP)
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 5 Individual: bruteLogin Recommendations For more classes visit www.snaptutorial.com CYB 130 Week 5 Individual: bruteLogin Recommendations Review the bruteLogin function on p. 58 of Ch. 2, “Penetration Testing with Python,” of Violent Python: A Cookbook for Hackers, Forensic Analysts, Penetration Testers and Security Engineers.
CYB 130 Enhance teaching - snaptutorial.com CYB 130 Week 5 Individual: Extracting Passwords For more classes visit www.snaptutorial.com CYB 130 Week 5 Individual: Extracting Passwords Linux systems keep user account information in the passwd file and the encrypted password in the shadow file.