Download Exiftool from their website
OR
If you have Homebrew installed you can install Exiftool by opening the Terminal app and typing the following and hit ENTER:
brew install exiftool
| # Environments | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| *venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ |
If using Kali is not an option, install these tools when provisioning a clean system for pen testing web applications.
| // Js file for listing related scripts | |
| "use strict"; | |
| (function () { | |
| // Reference to the events collection in Firebase database | |
| var events = firebase.database().ref("events"); | |
| // displays event listings on browse.html | |
| events.on('value', function(snapshot) { | |
| snapshot.forEach(function(childSnapshot) { |
| // HERO SLIDER | |
| .hero-slider { | |
| width: 100vw; | |
| height: 55vh; | |
| position: relative; | |
| } | |
| .slide1,.slide2,.slide3,.slide4,.slide5 { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; |
| // for add event page | |
| // these variables are required for each route | |
| var express = require('express'); | |
| var router = express.Router(); | |
| // GET home page | |
| router.get('/add-event', function(request, response){ | |
| // this refers to the add-event.ejs file in views folder |
| class AppointmentsController < ApplicationController | |
| before_action :authenticate_user! | |
| before_action :set_appointment, only: [:approve, :decline] | |
| def create | |
| service = Service.find(params[:service_id]) | |
| if current_user == service.user | |
| flash[:alert] = "You cannot book your own service." | |
| elsif current_user.stripe_id.blank? |
I hereby claim:
To claim this, I am signing this object: