How to Use Mozilla Firefox Browser As a Penetration Testing Tool with These Add-Ons

Total Page:16

File Type:pdf, Size:1020Kb

How to Use Mozilla Firefox Browser As a Penetration Testing Tool with These Add-Ons How to use Mozilla firefox browser as a penetration testing tool with these add-ons Mozilla Firefox, is a free and open-source web browser developed by the Mozilla Foundation. It is a very powerful browser with an impressive variety of plugins. A plugin is a piece of software that acts as an add-on to a web browser and gives the browser additional functionality. Plugins can allow a web browser to display additional content it was not originally designed to display. In this post, I will go through some of the plugins which are useful for penetration testing on the Mozilla web browser. FoxyProxy Standard FoxyProxy is an advanced proxy management add-on for Firefox browser. It improves the built-in proxy capabilities of Firefox. There are few other similar kind of proxy management add-ons available, but it offers more features that other add-ons. Based on the URL patterns, it switches internet connection across one or more proxy servers. When proxy is in use, it also displays an animated icon. In case you want to see the proxies used by the tool, you can see the logs. https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/ Firebug Firebug is a nice add-on that integrates a web development tool inside the browser. With this tool, you can edit and debug HTML, CSS and JavaScript live on any webpage to see the effect of changes. It helps in analyzing JS files to find XSS vulnerabilities. It’s a really helpful add-on in finding DOM based XSS for security testing professionals. https://addons.mozilla.org/en-US/firefox/addon/firebug/ Web Developer © Assurecondo How to use Mozilla firefox browser as a penetration testing tool with these add-ons How to use Mozilla firefox browser as a penetration testing tool with these add-ons Web Developer is another nice add-on that adds various web development tools in the browser. It helps in web application penetration testing. https://addons.mozilla.org/de/firefox/addon/web-developer/ User-Agent Switcher User Agent Switcher add-on; adds a one-click user agent switch to the browser. It adds a menu and toolbar button in the browser. Whenever you want to switch the user agent, use the browser button. User Agent add-on helps in spoofing the browser while performing some attacks. https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ Live HTTP Headers Live HTTP Headers is a really helpful penetration testing add-on for Firefox. It displays live headers of each http request and response. You can also save header information by clicking on the button in the lower left corner. I don’t think that there is any kind of need to tell how important this add-on is for the security testing process. https://addons.mozilla.org/en-US/firefox/addon/live-http-headers/ Tamper Data Tamper Data is similar to the Live HTTP Header add-on but, has header editing capabilities. With the tamper data add-on, you can view and modify HTTP/HTTPS headers and post parameters. Thus it helps in security testing web application by modifying POST parameters. It can be used in performing XSS and SQL Injection attacks by modifying header data. https://addons.mozilla.org/en-US/firefox/addon/tamper-data/ Hackbar Hackbar is a simple penetration tool for Firefox. It helps in testing simple SQL injection and XSS holes. You cannot execute standard exploits but you can easily use it to test whether vulnerability exists or not. You can also manually submit form data with GET or POST requests. It also has encryption and encoding tools. Most of the time, this tool helps in testing XSS vulnerability with encoded XSS payloads. It also supports keyboard shortcuts to perform various tasks. I am sure, most of the persons in the security field already know about this tool. This tool is © Assurecondo How to use Mozilla firefox browser as a penetration testing tool with these add-ons How to use Mozilla firefox browser as a penetration testing tool with these add-ons mostly used in finding POST XSS vulnerabilities because it can send POST data manually to any page you like. With the ability to manually send POST form data, you can easily bypass client-side validations of the page. If your payload is being encoded on the client side, you can use an encoding tool to encode your payload and then perform the attack. If the application is vulnerable to the XSS, I am sure you will find the vulnerability with the help of the Hackbar add-on on Firefox browser. https://addons.mozilla.org/en-US/firefox/addon/hackbar/ Websecurify Websecurify is a nice penetration testing tool that is also available as add-on for Firefox. WebSecurify can detect most common vulnerabilities in web applications. This tool can easily detect XSS, SQL injection and other web application vulnerability. Unlike other listed tools, it is a complete penetration testing tool in itself available as a browser add-on. It gives most of the features available in standalone tool. https://addons.mozilla.org/en-us/firefox/addon/websecurify/ Add N Edit Cookies “Add N Edit Cookies” is a cookie editing add-on that allows you to add and edit cookies data in your browser. With this tool, you can easily add session data manually in cookies. This tool is performed in session hijacking attack when you have the active cookies of the user. Edit your cookies to add the data and hijack the account. https://addons.mozilla.org/en-US/firefox/addon/add-n-edit-cookies-13793/ XSS Me Cross Site Scripting is the most found web application vulnerability. For detecting XSS vulnerabilities in web applications, this add-on can be a useful tool. XSS-Me is used to find reflected XSS vulnerabilities from a browser. It scans all forms of the page, and then performs an attack on the selected pages with pre-defined XSS payloads. After the scan is complete, it lists all the pages that renders a payload on the page, and may be vulnerable to XSS attack. Now, you can manually test the web page to find whether the vulnerability exists or not. https://addons.mozilla.org/en-us/firefox/addon/xss-me/ SQL Inject Me © Assurecondo How to use Mozilla firefox browser as a penetration testing tool with these add-ons How to use Mozilla firefox browser as a penetration testing tool with these add-ons SQL Inject Me is another nice Firefox add-on used to find SQL injection vulnerabilities in web applications. This tool does not exploit the vulnerability but display that it exists. SQL injection is one of the most harmful web application vulnerabilities, it can allow attackers to view, modify, edit, add or delete records in a database.The tool sends escape strings through form fields, and tries to search database error messages. If it finds a database error message, it marks the page as vulnerable. QA testers can use this tool for SQL injection testing. https://addons.mozilla.org/en-us/firefox/addon/sql-inject-me/ FlagFox FlagFox is another interesting add-on. Once installed in the browser, it displays the country’s flag to tell the location of the web server. It also comes with other tools like whois, WOT scorecard and ping. https://addons.mozilla.org/en-us/firefox/addon/flagfox/ Access Me Access Me, is another add-on for security testing professionals. This add-on was developed by the company that worked on XSS Me and SQL Inject Me. Access Me is the can Exploit- Me tool used for testing access vulnerabilities in web applications. This tool works by sending several versions of page requests. A request using the HTTP HEAD verb and a request using a made up SECCOM verb will be sent. A combination of session and HEAD/SECCOM will also be sent. https://addons.mozilla.org/en-US/firefox/addon/access-me/ SecurityFocus Vulnerabilities search plugin SecurityFocus Vulnerabilities search plugin, is not a security tool but a search plugin that lets users search for vulnerabilities from the Security Focus database. https://addons.mozilla.org/en-us/firefox/addon/securityfocus-vulnerabilities-/ Packet Storm search plugin This is another search plugin that lets users search for tools and exploits from packetstormsecurity.org. The website offers free up-to-date security tools, exploits and advisories. https://addons.mozilla.org/en-us/firefox/addon/packet-storm-search-plugin/ © Assurecondo How to use Mozilla firefox browser as a penetration testing tool with these add-ons How to use Mozilla firefox browser as a penetration testing tool with these add-ons Offsec Exploit-DB Search This is another plugin similar to the last two above. It also lets users search for vulnerabilities and exploits listed in exploit-db.com. This website is always up-to-date with the latest exploits and vulnerability details. https://addons.mozilla.org/en-us/firefox/addon/offsec-exploit-db-search/ That’s it guys, do you know of anyother interesting plugins? Let’s discuss in the comment section. © Assurecondo How to use Mozilla firefox browser as a penetration testing tool with these add-ons.
Recommended publications
  • CHAPTER 15 Beyond Express Edition: Special Features of Visual Studio
    CHAPTER 15 Beyond Express Edition: Special Features of Visual Studio LEARNING OBJECTIVES ● To understand how Visual Web Developer Express Edition differs from the full version provide with Visual Studio ● To be aware of the various mark-up languages for mobile devices ● To be able to use Visual Studio to build mobile web applications ● To be able to localize a web application ● To be aware of current developments in .NET INTRODUCTION So far in Dynamic Web Application Development using ASP.NET we have looked at features of Visual Web Developer that are available in the Express Edition of the product. However the Express Edition does not have all of the features available with the complete edition of Visual Web Developer, which is shipped with Visual Studio. In this chapter we introduce a number of important features of the full edition of the product, including the ability to create mobile web forms and localization. We also outline some of the other differences between the Express Editions of Visual Web Developer, and also SQL Server, and the professional versions typically used in commercial web development. 15.1 Beyond Visual Web Developer Express Edition So far, this book has covered ASP.NET web development using the Express Editions of Visual Web Developer and SQL Server. Professional or commercial web developers are more likely to use a commercial edition of this software, so it is worthwhile pointing out here the main differences. There is no standalone commercial edition of Visual Web 1 Developer. Instead, you should buy one of the versions of Visual Studio such as Stan- dard, Professional or Team System, where the complete version of Visual Web Developer is one of the installation options.
    [Show full text]
  • The Challenges of Web Engineering and Requirements for Better Tool Support
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Computer Science Technical Reports @Virginia Tech The Challenges of Web Engineering and Requirements for Better Tool Support Jochen Rode1, Mary Beth Rosson2, Manuel A. Pérez-Quiñones1 2 1Virginia Polytechnic Institute and State University Pennsylvania State University Center for Human-Computer Interaction School of Information Sciences & Technology 3160 Torgersen Hall 330D IST Building Blacksburg, VA 24061, USA University Park, PA 16802 [email protected], [email protected] [email protected] ABSTRACT We report the findings from two distinct studies – a survey and an We report the experiences of semi-professional developers interview study. After a brief review of related work we discuss regarding the challenges, tools, and processes within the domain our research methods and our major results. The survey and of web application development. The paper summarizes the main interview study jointly highlight key challenges such as: problems in web development, characterizes the habits of implementing security, cross-platform compatibility, debugging, programmers and concludes with a “developer’s wish list” for and technology integration. We first report the findings from the improvements to web technologies and tools. The report is based survey and the interviews separately and then summarize to paint on two independent sources – a survey of 31 web developers and a coherent picture of the status-quo of web development. an in-depth interview study with 10 participants. 2. RELATED WORK Keywords The analysis of web developers’ needs has received little attention Web application development, web development tools, web in the web engineering literature.
    [Show full text]
  • Features Guide [email protected] Table of Contents
    Features Guide [email protected] Table of Contents About Us .................................................................................. 3 Make Firefox Yours ............................................................... 4 Privacy and Security ...........................................................10 The Web is the Platform ...................................................11 Developer Tools ..................................................................13 2 About Us About Mozilla Mozilla is a global community with a mission to put the power of the Web in people’s hands. As a nonprofit organization, Mozilla has been a pioneer and advocate for the Web for more than 15 years and is focused on creating open standards that enable innovation and advance the Web as a platform for all. We are committed to delivering choice and control in products that people love and can take across multiple platforms and devices. For more information, visit www.mozilla.org. About Firefox Firefox is the trusted Web browser of choice for half a billion people around the world. At Mozilla, we design Firefox for how you use the Web. We make Firefox completely customizable so you can be in control of creating your best Web experience. Firefox has a streamlined and extremely intuitive design to let you focus on any content, app or website - a perfect balance of simplicity and power. Firefox makes it easy to use the Web the way you want and offers leading privacy and security features to help keep you safe and protect your privacy online. Mozilla continues to move the Web forward by pioneering new open source technologies such as asm.js, Emscripten and WebAPIs. Firefox also has a range of amazing built-in developer tools to provide a friction-free environment for building Web apps and Web content.
    [Show full text]
  • CS M15W: Client Side Web Development Using HTML/Javascript 1
    CS M15W: Client Side Web Development Using HTML/JavaScript 1 CS M15W: CLIENT SIDE WEB DEVELOPMENT USING HTML/ JAVASCRIPT Originator Loay Alnaji College Moorpark College Attach Support Documentation (as needed) CS M15W_Computer Programming_Moorpark_Analysis_Report.pdf CS M15W_SurveyedDataReport.docx CS M15W_SantaMonicaCatalog.pdf CS M15W_Minutes_1st CS Advisory Meeting_ 4-16-18_Esmaail Nikjeh (3).docx CS M15W_state approval letter_CCC000608536.pdf Discipline (CB01A) CS - Computer Science Course Number (CB01B) M15W Course Title (CB02) Client Side Web Development Using HTML/JavaScript Banner/Short Title ClientSide WebD HTML/JavaScrip Credit Type Credit Honors No Start Term Spring 2020 Catalog Course Description Introduces students to different methodologies used to develop webpages. Explains the syntax and semantics of Hyper Text Markup Language (HTML). Introduces the different tools to create dynamic and static webpages using Cascading Style Sheets (CSS) and JavaScript. Develops written, oral communication and analysis skills in students so they can review and critique web content from a developer's perspective. Taxonomy of Programs (TOP) Code (CB03) 0707.20 - *Database Design and Administration Course Credit Status (CB04) D (Credit - Degree Applicable) Course Transfer Status (CB05) (select one only) B (Transferable to CSU only) Course Basic Skills Status (CB08) N - The Course is Not a Basic Skills Course SAM Priority Code (CB09) C - Clearly Occupational Course Cooperative Work Experience Education Status (CB10) N - Is Not Part of a Cooperative
    [Show full text]
  • CSCC09 Programming on the Web
    CSCC09 Programming on the Web Thierry Sans Architecture of a Web Application Client Side Server Side Web Browser Web Server Web Technologies Content Resources Presentation management Client Side Processing The evolution of web applications The Virtuous Circle faster, better technology new usage How web technologies have changed? Ajax (interactivity) • Homogeneous implementation of • the standards • HTML 5 (multimedia) • Increasing speed of rendering and Javascript engines Better Better Standards Browsers Better Development Tools • Web-oriented languages • Web frameworks Consequence 1 (of 2) ➡ The application is moving from the server to the client ✓ Rich Content Traditional Web Platform Client Side Server Side Web Browsers Web Server Modern Web Platform Client Side Server Side Smartphones and Tablets Web Server Consequence 2 ➡ Data storage and data processing are moving from the desktop to the cloud ๏ Cloud Computing Customer Resources Management Accounting and Billing Collaboration E-Learning Web Portals Content Management Planning E-Health Where Web Applications are going Rich Content + Cloud Computing = A new way to think about software Web Technologies are at the heart of this change Emerging Web Platform Client Side Server Side Web-based Operating System Web Server Web applications from the developer’s perspective Why are web applications so popular? • Easy to deploy • Easy to maintain • Fast and reliable technology (especially browsers) What is challenging about web development • A large collection of languages, framework and dev
    [Show full text]
  • Software Required for Web Development
    Software Required For Web Development Distressed and wrier Peyter tucker his remains communizes actualised frothily. Revokable Bert usually sue some archduchies or knell sweetly. Filmore usually cleat leadenly or mainline obsoletely when palmatifid Ingelbert cose backwards and commandingly. Technical requirements for software required to specialize in websites require a basic understanding of content requires the user experience. If you click on frequent breaks to software and use for software and effective website i understand how software required for development language is to learn how to help. Our proven curriculum, demonstrated student outcomes, and satisfied alumni network all contribute to help us earn these distinctions. The software for web design requires knowledge they are dead wrong laptop. Web designing software for coding dojo and requires different. It as software for software required development. With thousands of templates and hundreds of design types, marketers and hobbyists can add beautiful imagery in if a few clicks. These web development requires even technical specifications blueprint, develop websites are required reading relevant today to create their online presence? Corporate clients become travel to software for. Nginx and developer, not what are based on different projects will be conducted by first glance, perforce and fall of. There about no hidden fees. We need for software engineer who used for which prepare students will be writing code auto data management software required for web development agencies. The software engineering and requires industry, mobile devices or web coding, images with stunning site, uae and libraries and twitter keeps track vs. Estimating time and web developer, as it can be spending time, development software for web? Mobirise should be a nightmare for specific functions and websites and their web app development company for syntax afterward as being able to.
    [Show full text]
  • Web Development
    About the Web Faculty Dena Laney – Professor of Computer and Office Development Program Studies. Ms. Laney has a Master’s in Information A two-year Associate degree in Web Development Science/Information Architecture from Florida will prepare students for employment in website State University and a Master’s in Education/ development and web programming careers. Online Teaching and Learning from California State LONG BEACH CITY COLLEGE Students will learn the skills to plan, create University Hayward. She has been a full-time and implement oder websites for a wide variety faculty member at LBCC since 2007 and brings of businesses and organizations. Emphasis will over 18 years of experience building data driven Web be placed on mobile applicaton development, web applications to her hands-on classroom responsive design and usability. Students will actvites. [email protected] create a website portfolio of their work to Development demonstrate e deeope proficiency to prospective employers. ASSOCIATE DEGREE LBCC also offers a PHP Web Programmer Certificate of Accomplishment which can be completed in four courses. See www.LBCC.edu/program-web-development for more information about the Web Development Associate degree. Get Started on a Career in Web Development Our courses can help you launch a successful career in web development, either as a front-end developer, a back-end developer, or a full stack www.LBCC.edu/COS developer. Take the first step and register od for e e Beginning Website Development course, COSW10. “After a year of taking all of the courses in the Computer and Ofce Studies COSW program, I am now working full time and applying my skills.
    [Show full text]
  • Mozilla and Software Freedom Dwaraka Nath Arun Prakash Harvish Sekar
    Mozilla And Software Freedom Dwaraka Nath Arun Prakash Harvish Sekar 17th September 2011, SFD Chennai. About Mozilla •Mozilla is a global community of volunteers, contributors and like – minded people who work towards the same goal Openness, Innovation and Opportunity of the Web and associated Software •Formed on 23rd February of 1998 by Netscape Communications as Mozilla Organization •Mozilla Foundation launched on July 15, 2003. What We Do •We are a non – profit organization who see success with People than with Share and Stake holders. •We try to achieve our goal by building and promoting software like Firefox and movements like Drumbeat •We want to see the Power and potential of Internet and want to see it thrive for everyone, everywhere. Mozilla’s Projects • Mozilla’s Projects have been one of the most successful open—source movements in the recent years. • Some of them are Firefox Internet Browser for Desktop and Mobile Platforms, Thunderbird Email Client, SkSeamonkey (formerl y k nown as th e M ozill a app lica tion suite), Lightning and Sunbird—Calendaring applications and Camino. • We also promote WebFWD and Rainbow as a part of the Mozilla Labs Initiative. Not to mention the CouchDB, ZK, Gecko and the XUL Runner. The Firefox • World’s most advanced and secure Internet Browser. • Accounts for more than a quarter of world’s browser market share[1] • Some of the cool features in Firefox include Tabbed Browsing, Tabbed Browsing, Countless extensions and addons, Built—in RSS, Firefox Sync, Panorama and the awesome bar ☺ • Above all, its free ! [1] – Source : Wikipedia -http://en.wikipedia.org/wiki/Usage_share_of_web_browsers as on 16th September 2011 Firefox – Tech Specs • Crash protection support across multiple OS for Silverlight, Flash, QuickTime plugins • Full WebGL, WebM and HTML5 support (for controls and the new parser) and partial support for CSS Transitions.
    [Show full text]
  • Computer Technologies
    COMPUTER TECHNOLOGIES WEB 215 Adv Markup and Scripting ............................................ 3 WEB DEVELOPER Graduation Requirements .................................. 15 Credit Hours Web Developer Degree – A25590WD -Online The Web Technologies curriculum prepares graduates for careers in Advanced Web Developer Certificate - the information technology arena using computers to disseminate and collect information via the web. C25590AD –Online Course work in this program covers web design, web scripting and This certificate teaches advanced Web Developer concepts. markup, databases, web programming, e-commerce, web content management systems as well as mobile applications development DBA 110 Database Concepts ...................................................... 3 and UI/UX. Studies will provide opportunity for students to learn WEB 213 Internet Marketing and Analysis ................................... 3 using industry standard software and technologies. WEB 225 Content Management Systems .................................... 3 WEB 250 Database Driven Websites ........................................... 3 Graduates should qualify for career opportunities as designers, WEB 260 E-Commerce Infrastructure .......................................... 3 programmers, or developers in the areas of web development, web design, web services, mobile application development and other Graduation Requirements .................................. 15 Credit Hours related areas. Program Sequence Front-End Developer Certificate - C25590DV –Online FIRST
    [Show full text]
  • Integrating Web Technologies in Eclipse
    Integrating Web technologies in Eclipse & In this paper we describe an approach and an implementation for integrating Web technologies in Eclipse, a Java- and component-based platform. First, we support embedding of UI (user interface) artifacts that are developed using either widget or markup technologies. Second, we provide support for DOM (Document Object Model) J. Ponzo programming. We implement this approach by bridging the relevant foundation O. Gruber technologies—COM (Component Object Model) and XPCOM (Cross Platform Component Object Model)—which allows us to embed the engines of the two major browsers, Internet Explorer and Mozillat. We discuss several possible applications of this work, such as seamless access to online help systems and Web-based development of administrative tools. The world of end-user applications has been divided integration. Recently, Eclipse has evolved toward between Web applications and traditional applica- the concept of a Rich Client Platform, the integration 2 tions. Whereas traditional applications use widget not only of tools but also of applications. With this technologies for their user interface (UI), Web goal in mind, we feel that it is particularly important applications use markup rendering technologies, to appeal equally to Java** and Web developers. such as HTML (Hypertext Markup Language), CSS (Cascading Style Sheets), and scripting (e.g., Java- To that end, we integrate Web technologies in Script**). The advantages of combining both tech- Eclipse. Here we use the term ‘‘integration’’ to imply nologies in a single application has recently been a tighter relationship than simple ‘‘embedding.’’ The demonstrated in products such as Lotus Notes*, integration is performed in two steps: (1) embedding Quicken**, and Microsoft Money 2005.
    [Show full text]
  • Browser Tools That Make Web Development Easier
    Browser tools that make web development easier Alan Seiden Consulting alanseiden.com My focus Advancing PHP on IBM i • PHP project leader, Zend/IBM Toolkit • Contributor, Zend Framework DB2/i enhancements • Developer, Best Web Solution, IBM/Common • Authority, web performance on IBM i/iSeries Alan Seiden Consulting 2 Browser tools that make web development easier Contact information Alan Seiden [email protected] 201-447-2437 alanseiden.com twitter: @alanseiden Alan Seiden Consulting 3 Browser tools that make web development easier Where to download these slides From my site http://alanseiden.com/presentations On SlideShare http://slideshare.net/aseiden The latest version will be available on both sites Alan Seiden Consulting 4 Browser tools that make web development easier Client-side development tools • Not my usual PHP server-side topic • Today we discuss the client side . That means what ends up in the user’s browser . Dynamic HTML, styles and classes, javascript, performance related to HTTP requests • Free tools that run in our web browser can teach us what we’re doing right and wrong Alan Seiden Consulting 5 Browser tools that make web development easier Format of today’s talk • Mostly live demos of the tools • These slides will not contain all the details of each tool—only basic reference info • People reading these at home will miss the details Alan Seiden Consulting 6 Browser tools that make web development easier Browser tools? Alan Seiden Consulting 7 Browser tools that make web development easier “View source” started it all • “View Source” was the original built-in browser tool • CTRL+U is its shortcut on many browsers • It still works but does not meet today’s challenges: .
    [Show full text]
  • MODERN WEB PROGRAMMING TOOLS and TECHNIQUES – I Edited by Kumar Vishal CONTENT Unit 1: the .Net Framework 1 Kumar Vishal, Lovely Professional University
    &' ( ()* !" + Edited by: Kumar Vishal MODERN WEB PROGRAMMING TOOLS AND TECHNIQUES – I Edited By Kumar Vishal CONTENT Unit 1: The .Net Framework 1 Kumar Vishal, Lovely Professional University Unit 2: Visual Studio 21 Kumar Vishal, Lovely Professional University Unit 3: Web Form Fundamentals 57 Kumar Vishal, Lovely Professional University Unit 4: Web Controls 82 Kumar Vishal, Lovely Professional University Unit 5: State Management 115 Kumar Vishal, Lovely Professional University Unit 6: Error Handling Logging and Tracing 146 Kumar Vishal, Lovely Professional University Unit 7: Validation 183 Kumar Vishal, Lovely Professional University Unit 8; Rich Controls 203 Kumar Vishal, Lovely Professional University Unit 9: User Controls and Graphics 228 Sarabjit Kumar, Lovely Professional University Unit 10: Themes and Styles 252 Sarabjit Kumar,Lovely Professional University Unit 11: Master Page Basics 277 Sarabjit Kumar, Lovely Professional University Unit 12: ADO.NET and Data Binding 299 Sarabjit Kumar, Lovely Professional University Unit 13: Website Security 344 Sarabjit Kumar,Lovely Professional University Unit 14: Deploying Website 367 Sarabjit Kumar, Lovely Professional University SYLLABUS Modern Web Programming Tools and Techniques – I Objectives: This course provides the deep coverage of web development tools and technologies Sr. No. Topics 1. The .Net Framework: HTML and HTML forms, Server side programming, client programming, Common language runtime, .Net Class library 2. Visual Studio: Creating Websites, Designing a webpage, The anatomy of a Web Form, Writing Code, Visual Studio Debugging. 3. Web Form Fundamentals: ASP.NET application, Introducing Server Controls, HTML control classes, The Page Class, Application events, ASP.NET configuration. 4. Web Controls: Web Control Classes, List Controls, Web Control Events and AutoPostBack, A simple Web Page 5.
    [Show full text]