GenCyber Day 5 5.3 Website Security.

Slides:



Advertisements
Similar presentations
Using CrossCheck in Editorial Manager® Prepared by: Adam Nicely.
Advertisements

B: STUDENT DRIVE MOVE INSTRUCTIONS. Using Internet Explorer: From your computers desktop, double click on the Internet Explorer icon. (Internet Explorer.
Drupal Basics Part 2 Everyday Tasks Editing a page Toolbar basics Add a hyperlink Using the theme Agricultural Communications Services Integrated Media.
OpenCMS and the MSASS Website. A Note on Terminology Locking a file for editing: No lockNOT locked You have write/edit access Someone else has write.
 To create page, Komodo Editor  To share web page, UNC SERVER, ISIS (  To transfer page to ISIS,
Creating a Form on a Web Page
Creating and Publishing Your own website
Creating a Web Page HTML, FrontPage, Word, Composer.
So – You want to learn how to put an advanced article submission (cut and paste) onto the state website. (Note: If you have not done so, you will need.
Set up your own server! Go to “Pricing” and select the $25 package.
The basics of the Online Portal
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
Simple Pages for Omeka Lauren Dzura LIS
Adding applications to your website..  Review inserting clip art and animations into a content editor web part  Change little “3 amigos” icon in top.
Web Technologies Website Development Trade & Industrial Education
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Website Development with Dreamweaver
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Creating and Publishing Your own web site PC Version SEAS 001 Professor Ahmadi.
Point & Edit CMS An Introduction to Point & Edit.
Web Design (3) HTML tags. Back to your web design ! Open Brackets Click on the drop down box on the left. Last time, you clicked on ‘Open Folder’ but.
Microsite Training. Today: Presentation (slides will be sent to the group) Examples with LRADGs microsite Troubleshooting Questions.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
Sports Website Creation. In this project you will design and produce your own website.
1 Type in the URL to access the WEBSPACE Control Panel HOW TO MAKE CHANGES AND UPDATES TO YOUR WEBSITE.
WRT235: Writing in Electronic Environments Session 2 Basic XHTML.
FrontPage Tutorial Part 2 Creating a Course Web Site.
Creating a Syllabus on the ADX System Created by Larry Rowell and Bill Bolton.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit A Creating an HTML Document.
FUNDAMENTALS OF HTML, XHTML & CSS Lesson 4. THE OBJECTIVES -  In this lesson you will begin coding in HTML to provide the structure  You will learn.
Introduction to FrontPage and Web Page Design. Topics Logging in to your site Creating a webpage Text formatting Page backgrounds Linking webpages Links.
Share Spearheadtroopers.com Article/s. How to share Spearheadtroopers.com Articles? Share to Facebook Social Media 1.Open Mozilla Firefox or Google Chrome.
Teacher Websites TALIA R. COTTON. Teacher Websites Log In  To log in to your teacher website  Select Staff only on EGHS Website  Type in your .
The Basics of Managing Your Department Website March 8, 2012.
So – You want to learn how to put an article onto the state website. (Note: If you have not done so, you will need to review the web training provided.
Creating and Editing a Web Page
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
KompoZer. What is it? A FREE product used to design websites A FREE product used to design websites A WYSIWYG HTML Editor A WYSIWYG HTML Editor –WYSIWYG:
Creating and Editing a Web Page Using Inline Styles
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
If you don’t have Google Earth downloaded already, you can go to to get it.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Sitecore Basic Training Drexel’s full-featured web content management system (CMS) Web Support Information Resources & Technology (IRT)
Sitecore Basic Training Drexel’s full-featured web content management system (CMS) Web Support Information Resources & Technology (IRT)
Sitecore Basic Training Drexel’s full-featured web content management system (CMS) Web Support Information Resources & Technology (IRT)
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
FrontPage & Web Page Design. Starting FrontPage Click on the FrontPage icon in the task bar at the bottom of the screen or Locate it from the programs.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Web Services University Communications
Getting an account with WordPress.com
Creating & Customizing Business for Sale Websites
Website Administration
Updating Your Section’s Website
Cheat Sheet CSCI 100 JW Ryder
Left Click to view the next slide.
HTML HYPERTEXT MARKUP LANGUAGE.
Integrating JavaScript and HTML
Emily Grotta & Susan Harris Last Updated: May 3, 2018
Creating your first website
Manipulating Text & Links on your website
Creating your first website
How to add a website to your class Wiki
Getting Started With LastPass Enterprise
Presentation transcript:

GenCyber Day 5 5.3 Website Security

Objectives of Lesson 5.3 Explain the basics of HTML Explain the concept of a Content Management System Explain the concept of malvertisement Explain how a drive-by-download works Explain the concept of browser plugins Demonstrate minimal secure browser settings

HTML HTML is tag based The tags are < and > For every < > tag, there must be a closing tag </ > For example: <html> </html> You can write HTML with any text editor, just save as .html You don’t need a web server, just open .html file in browser

Exercise 1 Using Chrome, visit https://www.w3schools.com Right click on blank area of page and select View Page Source Review various parts of the HTML for the site

Exercise 2 Using the white search box, open Notepad Once Notepad opens, click File and Save As

Exercise 2 Select the Downloads folder along the left

Exercise 2 Name the file HellowWorld.html Change the Save as type and select All Files and then click Save

Exercise 2 In Chrome, type the following URL into the URL bar and press Enter/Return

Exercise 2 You should see Hello World in the browser

Content Management Systems Content Management Systems provide WYSIWYG What You See Is What You Get You don’t have to know HTML It’s almost like editing a Word document Most use the Model / View / Controller structure The good, bad, and ugly of CMS

Exercise 2 In Chrome, visit https://www.fork-cms.com/demo Click the “Fork CMS Back-end” link

Exercise 2 Login with the credentials listed below

Exercise 2 Click Pages along the left

Exercise 2 Give your page a unique name

Exercise 2 On the right side of page, in the Top section, click Add block

Exercise 2 Make sure the drop down is set to editor and click Add

Exercise 2 You should see an editor almost like Word Mouse over all the icons to see what they are named Add some cool text and click Add

Exercise 2 Under the main section, click Add block

Exercise 2 Make sure the drop down is set to editor and click Add

Exercise 2 You should see an editor almost like Word Add some text that will be the main body of your page When you are ready, click Add

Exercise 2 In the bottom right, click Add page

Exercise 2 Now click the link under the page title

Malvertisements and Drive By Download Advertisements can be a source of attacks A program could be installed just by visiting the wrong site Review handout from Sophos Visit: https://www.scmagazine.com/hackers-spread-malware-via-yahoo-ads/article/532507/

Demo of a Potential Drive-By Download Attack A program could be installed just by visiting the wrong site Review handout from Sophos

Browser Plugins Firefox and Chrome have plugins available to help with security NoScript Security fatigue

Browser Settings Do not save passwords Block pop-ups Install security plugins Set browser to empty cache when browser is closed Do not save encrypted pages to disk Keep browser updated https://www.us-cert.gov/publications/securing-your-web-browser