GitXplorerGitXplorer
s

incident-template

public
5 stars
2 forks
2 issues

Commits

List of commits on branch master.
Verified
1572f56bca0ca90bd9149b954b1d41cd1efa548d

Merge pull request #2 from veeral-patel/patch-1

ssroberts committed 6 years ago
Verified
c6b46688916fc4fd01051f23af60a7b14a55f149

Merge pull request #4 from sroberts/dependabot/pip/requests-2.20.0

ssroberts committed 6 years ago
Verified
791b5347d73d220c6e024e38f3195a313868d6d8

Merge branch 'master' into dependabot/pip/requests-2.20.0

ssroberts committed 6 years ago
Verified
fd84fb349215fcfec632e52920a569130e77c648

Merge pull request #3 from sroberts/dependabot/pip/urllib3-1.24.2

ssroberts committed 6 years ago
Verified
09a75365e7d0c5dd76d202d07dfad8c3315ef9b5

Bump requests from 2.18.1 to 2.20.0

ddependabot[bot] committed 6 years ago
Verified
aa93bcc2893ce6c8b7546cd2a538d9263a35a7b4

Bump urllib3 from 1.21.1 to 1.24.2

ddependabot[bot] committed 6 years ago

README

The README file for this repository.

Investigation Template

Setting Up

Well you'll need a few things to get started:

  • Setup a python3 virtualenv: virtualenv -p python3 venv
  • Start up that cool new virtualenv source venv/bin/activate
  • Install a few dependencies: pip install -r requirements.txt

Cool, you're good to go! Now you get going with the real stuff:

python3 investigation.py

Now you can get started investigating!