From the course: Ethical Hacking with JavaScript

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Introduction and setup for Retire.js

Introduction and setup for Retire.js - JavaScript Tutorial

From the course: Ethical Hacking with JavaScript

Start my 1-month free trial

Introduction and setup for Retire.js

- [Instructor] Retire.js is another scanning tool you can use to scan your application for known issues and get some ideas as to what is the security issue in the code, so let me demonstrate. So you can go to retirejs.github.io and get more information about Retire.js, but the way it works is basically from the command line, so, let's go back to our application, and what I'm going to do is clear that up here. And then, what you need to do is install globally Retire.js, so what we're going to do is do a sudo, so for those that don't have admin rights to their system, you want to do a sudo first. npm installed dash g, for global, and then do retire. And then, let's enter the password, and now I have Retire.js install globally in my system. So now what I want to do is use Retire to scan my application and it's very simple, you just write retire and then enter. So now it's going to go and download the information it needs to scan your application, and then it's going to scan your…

Contents