MCPcopy
hub / github.com/kgretzky/evilginx2 / GetPhishlet

Method GetPhishlet

core/config.go:757–763  ·  view source on GitHub ↗
(site string)

Source from the content-addressed store, hash-verified

755}
756
757func (c *Config) GetPhishlet(site string) (*Phishlet, error) {
758 pl, ok := c.phishlets[site]
759 if !ok {
760 return nil, fmt.Errorf("phishlet '%s' not found", site)
761 }
762 return pl, nil
763}
764
765func (c *Config) GetPhishletNames() []string {
766 return c.phishletNames

Callers 15

SetSiteHostnameMethod · 0.95
SetSiteUnauthUrlMethod · 0.95
SetSiteEnabledMethod · 0.95
SetSiteDisabledMethod · 0.95
SetSiteHiddenMethod · 0.95
GetActiveHostnamesMethod · 0.95
AddSubPhishletMethod · 0.95
DeleteSubPhishletMethod · 0.95
CleanUpMethod · 0.95
GetLureByPathMethod · 0.95
handleSessionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected