ffind

command module
v0.0.0-...-4f213d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2022 License: MIT Imports: 6 Imported by: 0

README

ffind

ffind is a tool to find files of interest on a compromised host during a penetration test

image

Installation
With Go
go install -v github.com/bin3xish477/ffind@latest
With Git
git clone https://github.com/bin3xish477/ffind.git
cd ffind
go build -ldflags '-w -s' *.go
Usage
ffind -p /
ffind
Enable ANSI Color Escape Sequence in PowerShell

By default, PowerShell is not set to escape ANSI color so the output of ffind will look weird. To fix this, open a PowerShell prompt and run the following command to enable support:

Set-ItemProperty HKCU:\Console VirtualTerminalLevel -Type DWORD 1

Then, open up a new PowerShell prompt, and you should be good to go:

image

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL