Max Harley

Results 16 issues of Max Harley

I really like this project, so I added it to my Homebrew Tap. I just wanted to show how MacOS users could use my tap to easily install this package.

For package manager purposes, it would be great if there was a release for alpha or v1.0. When you get to a good time for a version release, it would...

Hello, I am trying to use docker-squid, but I am running into some issues. I have a custom squid.conf, so I am using the run command: ``` docker run --name...

Reported by: @leechristensen Satellite is doubling conditionals on each request. I believe the issue is [here](https://github.com/t94j0/satellite/commit/3c56363f9404f94ab99af087d3c2dd540c30b023#diff-0cccb0f89e39c9d5554d787771fce39fb6efb16f94ea396b28c11e9307694b70R243). Instead of appending the conditionals each request, the conditionals should either: 1. Be appended...

bug

Add an integer option for a custom status code. Set the status code with [WriteHeader](https://golang.org/pkg/net/http/#ResponseWriter) in [paths.go](https://github.com/t94j0/satellite/blob/master/satellite/path/paths.go#L226).

feature
good first issue

Allow users to attach a JA3 signature to make outbound requests without the Go JA3 fingerprint. I got this idea from @hotnops and asked if it were alright to use...

feature

https://godoc.org/golang.org/x/crypto/acme/autocert

feature

The ClientID struct should have a timer for each IP so that when someone hasn't requested a URI in a while, the next URI won't be captured

feature
good first issue

Serve a site with a template and a target. The template should have a `{{ .Payload }}` in it. That template will be populated with the raw payload or payload...

feature

In a similar way to [SET](https://www.trustedsec.com/social-engineer-toolkit-set/)'s site cloning tool, add the ability to clone a site. The syntax could be `satellite clone ` and create a zip file with the...