Skip to content

Instantly share code, notes, and snippets.

@CharanRoot
CharanRoot / gist:906b0aab164904fdc0db44fccba2d3d2
Created March 8, 2024 16:02
trufflehog scanning issue with base64
trufflehog filesystem . --trace --only-verified
2024-03-08T09:59:10-06:00 info-2 trufflehog trufflehog 3.69.0
🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷
2024-03-08T09:59:10-06:00 info-4 trufflehog engine initialized
2024-03-08T09:59:10-06:00 info-4 trufflehog setting up aho-corasick core
2024-03-08T09:59:10-06:00 info-4 trufflehog set up aho-corasick core
2024-03-08T09:59:10-06:00 info-3 trufflehog engine started {"workers": 12}
2024-03-08T09:59:10-06:00 info-4 trufflehog default engine options set
2024-03-08T09:59:10-06:00 info-2 trufflehog starting scanner workers {"count": 12}
@CharanRoot
CharanRoot / OffensivePython.ipynb
Created August 17, 2019 19:48 — forked from fheisler/OffensivePython.ipynb
Hunter2: Offensive Python Workshop
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CharanRoot
CharanRoot / postgres-brew.md
Created June 23, 2019 18:21 — forked from ibraheem4/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update
@CharanRoot
CharanRoot / README.md
Created February 9, 2019 18:23 — forked from robertpainsi/README.md
How to reopen a pull-request after a force-push?

How to reopen a pull-request after a force-push?

Precodinitions

  • You need the rights to reopen pull requests on the repository.
  • The pull request hasn't been merged, just closed.

Instructions

  1. Write down the current commit hash of your PR-branch git log --oneline -1 <PR-BRANCH>
  2. Write down the latest commit hash on github before the PR has been closed.
  3. git push -f origin :