Open in app
Home
Notifications
Lists
Stories

Write
Francisco Trindade
Francisco Trindade

Home

Mar 27, 2019

A Quick Overview on Promises

Basic Promise To first understand a Promise let us construct a basic asynchronous function that will return a Promise then we will talk about the anatomy of the Promise. A note: We will use timeout functions to simulate an async function function foo(numIn) { return new Promise((resolve, reject) =>…

Java Script

4 min read

A Quick Overview on Promises
A Quick Overview on Promises

Feb 7, 2019

Dina 1.0.1 Walkthrough

Dina is a fun easy vulnerable machine, it can be found at VulnHub. In total I quite enjoyed this box and would definitely recommend it to anyone who is learning, as I am. Initial Recon As I mentioned in a previous guide I typically use arp-scan to find the machine. Starting off…

Hacking

4 min read

Dina 1.0.1 Walkthrough
Dina 1.0.1 Walkthrough

Feb 6, 2019

Ch4inrulz 1.0.1 Walk-through

This is my walk-through of the solutions I took to complete the ch4inrulz 1.0.1 vulnerable machine. The VM can be found at VulnHub. Initial Probing & Recon My first step is to usually run an nmap against the vulnerable machine So looks like we have two http services, one on the typical port 80…

Hacking

6 min read

Ch4inrulz 1.0.1 Walk-through
Ch4inrulz 1.0.1 Walk-through

Feb 5, 2019

Guide to your First Express.js Server

Book Keeping If you are interested in a cliff-noted sequence of steps I recommend that you go check out the repository used in this example. In the README I have written all the steps in a condensed version that will require leg work on your part. For the purposes of this guide…

Java Script

7 min read

Guide to your First Express.js Server
Guide to your First Express.js Server

Feb 3, 2019

Matrix 1 Vulnerable Box Write-up

So I’ve been working on my pen-testing skills and took up Matrix 1 from VulnHub. This one turned out to be quite enjoyable, also because it is now the first one I was able to do without looking up steps in what to do next. …

Hacking

4 min read

Matrix 1 Vulnerable Box Write-up
Matrix 1 Vulnerable Box Write-up
Francisco Trindade

Francisco Trindade

A Full-Stack Dev/Security Enthusiast http://franciscot.me

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable