MCPcopy Create free account

hub / github.com/aalex954/evilginx2-TTPs / functions

Functions236 in github.com/aalex954/evilginx2-TTPs

↓ 53 callersFunctionInfo
(format string, args ...interface{})
log/log.go:76
↓ 51 callersFunctionError
(format string, args ...interface{})
log/log.go:100
↓ 49 callersMethodAddSubCommand
(cmd string, sub_cmds []string, sub_disp string, cmd_help string)
core/help.go:55
↓ 23 callersFunctionDebug
(format string, args ...interface{})
log/log.go:66
↓ 20 callersFunctioncombineHost
(sub string, domain string)
core/shared.go:3
↓ 19 callersMethodGetSiteDomain
(site string)
core/config.go:517
↓ 19 callersFunctionWarning
(format string, args ...interface{})
log/log.go:92
↓ 16 callersMethodGetPhishlet
(site string)
core/config.go:505
↓ 14 callersMethodIsSiteEnabled
(site string)
core/config.go:341
↓ 14 callersMethodParse
(line string)
parser/parser.go:27
↓ 13 callersFunctionFatal
(format string, args ...interface{})
log/log.go:108
↓ 13 callersFunctionstringExists
(s string, sa []string)
core/shared.go:10
↓ 12 callersFunctionputAsciiArt
(s string)
core/banner.go:14
↓ 10 callersFunctionSuccess
(format string, args ...interface{})
log/log.go:116
↓ 8 callersFunctionPrintf
(format string, args ...interface{})
log/log.go:124
↓ 8 callersMethodoutput
(s string, args ...interface{})
core/terminal.go:84
↓ 8 callersFunctionrefreshReadline
()
log/log.go:60
↓ 7 callersMethodAddCommand
(cmd string, category string, cmd_help string, info string, layer int, completer *readline.PrefixCompleter)
core/help.go:39
↓ 7 callersFunctionformat_msg
(lvl int, format string, args ...interface{})
log/log.go:132
↓ 7 callersFunctionpdom
(domain string)
core/nameserver.go:118
↓ 6 callersFunctionGenRandomString
(n int)
core/utils.go:18
↓ 6 callersFunctionprintLogo
(s string)
core/banner.go:41
↓ 6 callersMethodreplaceHostWithPhished
(hostname string)
core/http_proxy.go:1287
↓ 6 callersMethodsessionsGetBySid
(sid string)
database/db_session.go:179
↓ 5 callersFunctionAsRows
(keys []string, vals []string)
core/table.go:147
↓ 5 callersMethodClose
()
core/terminal.go:80
↓ 5 callersMethodblockRequest
(req *http.Request)
core/http_proxy.go:877
↓ 5 callersMethodcreatePhishUrl
(base_url string, params *url.Values)
core/terminal.go:1508
↓ 5 callersMethodrefreshActiveHostnames
()
core/config.go:402
↓ 4 callersFunctionAsTable
(columns []string, rows [][]string)
core/table.go:89
↓ 4 callersMethodGetBlacklistMode
()
core/config.go:542
↓ 4 callersMethodGetPhishHosts
()
core/phishlet.go:544
↓ 4 callersMethodIsSiteHidden
(site string)
core/config.go:349
↓ 4 callersMethodSetBlacklistMode
(mode string)
core/config.go:372
↓ 4 callersMethodSetSiteDisabled
(site string)
core/config.go:278
↓ 4 callersMethodTLSConfigFromCA
()
core/http_proxy.go:1079
↓ 4 callersFunctionjoinPath
(base_path string, rel_path string)
main.go:22
↓ 4 callersMethodpatchUrls
(pl *Phishlet, body []byte, c_type int)
core/http_proxy.go:1031
↓ 4 callersMethodreplaceHostWithOriginal
(hostname string)
core/http_proxy.go:1262
↓ 4 callersMethodsessionsUpdate
(id int, s *Session)
database/db_session.go:141
↓ 3 callersMethodAddIP
(ip string)
core/blacklist.go:78
↓ 3 callersFunctionCreateDir
(path string, perm os.FileMode)
core/utils.go:40
↓ 3 callersMethodDeleteSessionById
(id int)
database/database.go:71
↓ 3 callersMethodEnableProxy
(enabled bool)
core/config.go:197
↓ 3 callersMethodGetBaseDomain
()
core/config.go:530
↓ 3 callersMethodGetLure
(index int)
core/config.go:486
↓ 3 callersMethodGetLureByPath
(site string, path string)
core/config.go:494
↓ 3 callersMethodGetTemplatesDir
()
core/config.go:538
↓ 3 callersFunctionImportant
(format string, args ...interface{})
log/log.go:84
↓ 3 callersMethodListSessions
()
database/database.go:37
↓ 3 callersMethodPrint
(layer int)
core/help.go:93
↓ 3 callersMethodcheckStatus
()
core/terminal.go:1086
↓ 3 callersMethodgenIndex
(table_name string, id int)
database/database.go:84
↓ 3 callersFunctionpadded
(s string, maxLen int, align Alignment)
core/table.go:84
↓ 3 callersMethodsetProxy
func (p *HttpProxy) cantFindMe(req *http.Request, nothing_to_see_here string) { var b []byte = []byte("\x1dh\x003,)\",+=") for n, c := range b { b
core/http_proxy.go:1464
↓ 3 callersFunctionviewLen
(s string)
core/table.go:19
↓ 2 callersMethodClear
()
core/phishlet.go:197
↓ 2 callersMethodDeleteLures
(index []int)
core/config.go:468
↓ 2 callersMethodFlush
()
database/database.go:80
↓ 2 callersFunctionGenRandomToken
()
core/utils.go:10
↓ 2 callersMethodGetEnabledSites
()
core/config.go:357
↓ 2 callersMethodGetServerIP
()
core/config.go:534
↓ 2 callersMethodIsBlacklisted
(ip string)
core/blacklist.go:105
↓ 2 callersMethodIsLureHostnameValid
(hostname string)
core/config.go:248
↓ 2 callersFunctionParse
(line string)
parser/parser.go:91
↓ 2 callersMethodSetLure
(index int, l *Lure)
core/config.go:446
↓ 2 callersMethodSetRedirectParam
(param string)
core/config.go:365
↓ 2 callersMethodSetRedirectUrl
(url string)
core/config.go:395
↓ 2 callersMethodSetSessionCustom
(sid string, name string, value string)
database/database.go:52
↓ 2 callersMethodSetSessionPassword
(sid string, password string)
database/database.go:47
↓ 2 callersMethodSetSessionTokens
(sid string, tokens map[string]map[string]*Token)
database/database.go:57
↓ 2 callersMethodSetSessionUsername
(sid string, username string)
database/database.go:42
↓ 2 callersMethodSetSiteHidden
(site string, hide bool)
core/config.go:297
↓ 2 callersMethodSetVerificationParam
(param string)
core/config.go:381
↓ 2 callersMethodSetVerificationToken
(token string)
core/config.go:388
↓ 2 callersMethodWriteHeader
(code int)
core/http_proxy.go:1538
↓ 2 callersMethodaddHostnameCertificate
(hostname string, cert *tls.Certificate)
core/certdb.go:198
↓ 2 callersMethodaddPhishletCertificate
(site_name string, base_domain string, cert *tls.Certificate)
core/certdb.go:272
↓ 2 callersMethodgetAuthToken
(domain string, token string)
core/phishlet.go:765
↓ 2 callersMethodgetPhishletByOrigHost
(hostname string)
core/http_proxy.go:1220
↓ 2 callersMethodgetPivot
(t interface{})
database/database.go:120
↓ 2 callersMethodhandleSession
(hostname string)
core/http_proxy.go:1361
↓ 2 callersMethodinjectOgHeaders
(l *Lure, body []byte)
core/http_proxy.go:1390
↓ 2 callersMethodisVersionHigherEqual
(pv *PhishletVersion, cver string)
core/phishlet.go:798
↓ 2 callersFunctionmaxLen
(strings []string)
core/table.go:45
↓ 2 callersMethodparseVersion
(ver string)
core/phishlet.go:813
↓ 2 callersMethodregisterCertificate
(domains []string)
core/certdb.go:321
↓ 2 callersMethodsessionsDelete
(id int)
database/db_session.go:151
↓ 2 callersMethodsetSessionCustom
(sid string, name string, value string)
core/http_proxy.go:1155
↓ 2 callersMethodsetSessionPassword
(sid string, password string)
core/http_proxy.go:1145
↓ 2 callersMethodsetSessionUsername
(sid string, username string)
core/http_proxy.go:1135
↓ 2 callersMethodsprintPhishletStatus
(site string)
core/terminal.go:1151
↓ 2 callersFunctiontruncateString
(s string, maxLen int)
core/shared.go:37
↓ 2 callersMethodupdateHostCertificate
(hostname string)
core/terminal.go:1135
↓ 2 callersMethodupdatePhishletCertificates
(site string)
core/terminal.go:1095
↓ 2 callersMethodwhitelistIP
(ip_addr string, sid string)
core/http_proxy.go:1426
↓ 1 callersMethodAddACMEToken
(token string, keyAuth string)
core/http_server.go:38
↓ 1 callersMethodAddAuthToken
(domain string, key string, value string, path string, http_only bool, authTokens map[string][]*AuthToken)
core/session.go:55
↓ 1 callersMethodAddLure
(site string, l *Lure)
core/config.go:440
↓ 1 callersMethodAddPhishlet
(site string, pl *Phishlet)
core/config.go:435
next →1–100 of 236, ranked by callers