Giter Site home page Giter Site logo

forensicassistant's Introduction

Forensic Assistant

This is a web app project made as a tool in aiding digital forensic investigations. It takes a facebook user's privately accessible security.htm file, then parses it for relevant information such as the user's IP addresses from wherever the user triggered some facebook events (login/post/like). With the parsed data, it runs it through the "whois" API to retreive valuable forensic information regarding the ip addresses received. It then displays the data received from the API on a table in a readable fashion using ReactJS.

Usage

  1. First clone the repo,
  2. (Optional) then replace the placeholder security.htm file with your own,
  3. then in a terminal in the repository directory run
$ npm run full-install

// When finished installing run
$ npm run start

Skills used

  • Javascript ES6
  • React JS
  • Node JS
  • Express
  • Cheerio
  • Axios
  • Regex
  • Git
  • Coffee-script

Notable Features

  • Uses nodeJS and Express router to create a server that sends the parsed data to the front end
  • Uses cheerio module to parse the relevant data in the back end
  • Uses regex when parsing to data to filter the important information
  • Uses Whois API to retreive user information when given IP Addresses
  • Uses IpLocations API to retreive user locations given IP Addresses
  • Displays notable information in a ReactJS Table with the option to click on a specific IP Address for more detailed information retreieved from the Whois API

What I learned

  • Using cheerio to parse data
  • Using regex to filter relevant info
  • Setting up a proxy in the package.json to connect back end and front end when using axios
  • Sending data from back end to front end and fetching it with axios
  • Using tables in ReactJS to display Data
  • Editting a node module to make it better usable for the project (fork through github and npm install the repo)

forensicassistant's People

Contributors

nicklojas avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.