title: "Penetration Test Report" author: ["[email protected]", "Name: r4f1x"] date: "2019-02-29" subject: "Markdown" keywords: [Markdown, Example] subtitle: "Web Application Extreme Penetration Tester" lang: "en" titlepage: true titlepage-color: "1E90FF"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - | |
| sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list' | |
| sudo apt-get update | |
| sudo apt-get install jenkins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Create an express app | |
| const express = require('express'); | |
| const app = express(); | |
| // Tell it to use Neo4j middleware | |
| app.use(require('./neo4j')); | |
| // Example Route | |
| app.get('/', (req, res) => { | |
| // Create Driver session |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name | line | |
|---|---|---|
| Tucuruvi | Linha 1–Azul | |
| Parada Inglesa | Linha 1–Azul | |
| Jardim São Paulo-Ayrton Senna | Linha 1–Azul | |
| Santana | Linha 1–Azul | |
| Carandiru | Linha 1–Azul | |
| Portuguesa-Tietê | Linha 1–Azul | |
| Armênia | Linha 1–Azul | |
| Tiradentes | Linha 1–Azul | |
| Luz | Linha 1–Azul |
OlderNewer