Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andpalmier/makephish
/ functions
Functions
11 in github.com/andpalmier/makephish
⨍
Functions
11
◇
Types & classes
0
↓ 2 callers
Function
find
stringInSlice (slice, string): return true if string is found in slice -> used to avoid duplicates
cmd/makephish/utils.go:63
↓ 2 callers
Function
mkdirIfNotExist
mkdirIfNotExist creates a directory if it does not exist
cmd/makephish/utils.go:26
↓ 2 callers
Function
sanitizePath
sanitizePath sanitizes the path to prevent path injection.
cmd/makephish/phppatch.go:20
↓ 1 callers
Function
copyPhpToKit
copyPhpToKit copies the PHP file to the destination folder.
cmd/makephish/phppatch.go:26
↓ 1 callers
Function
getFormPost
getFormPost checks if there is a POST with an action and returns the path, login attribute name, and password attribute name.
cmd/makephish/makephish.go:22
↓ 1 callers
Function
initiateCollector
(urlin, agent, destFolder, phpFilename string)
cmd/makephish/makephish.go:78
↓ 1 callers
Function
patchHtml
patchHtml patches html file to take local instances of css and js instead of the remote paths
cmd/makephish/utils.go:34
↓ 1 callers
Function
patchPhp
patchPhp patches the PHP file with URL redirection and correct attribute names for credentials.
cmd/makephish/phppatch.go:39
↓ 1 callers
Function
printBanner
printBanner prints the ASCII art banner
cmd/makephish/utils.go:12
↓ 1 callers
Function
sanitizeFilename
sanitizeFilename sanitizes the filename to prevent path injection.
cmd/makephish/phppatch.go:13
Function
main
()
cmd/makephish/makephish.go:47