Documentation
¶
Overview ¶
Copyright 2024 Rangertaha. All Rights Reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright 2024 Rangertaha. All Rights Reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Index ¶
- func Banner(cfg *config.Config)
- func Dedup() func(in <-chan *db.Domain, c *config.Config) <-chan *db.Domain
- func ExampleFilter() func(in <-chan *db.Domain, c *config.Config) <-chan *db.Domain
- func Levenshtein() func(in <-chan *db.Domain, c *config.Config) <-chan *db.Domain
- func Regex() func(in <-chan *db.Domain, c *config.Config) <-chan *db.Domain
- type FilterFunc
- type Urlinsane
- func (u *Urlinsane) Algorithms(in <-chan *db.Domain) <-chan *db.Domain
- func (u *Urlinsane) Analyzers(in <-chan *db.Domain) <-chan *db.Domain
- func (u *Urlinsane) Close()
- func (u *Urlinsane) CollectorChain(funcs []internal.Collector, in <-chan *db.Domain) <-chan *db.Domain
- func (u *Urlinsane) Collectors(in <-chan *db.Domain) <-chan *db.Domain
- func (u *Urlinsane) Constraints(in <-chan *db.Domain, Filters ...FilterFunc) <-chan *db.Domain
- func (u *Urlinsane) Execute() (err error)
- func (u *Urlinsane) Init() <-chan *db.Domain
- func (u *Urlinsane) Load(in <-chan *db.Domain) <-chan *db.Domain
- func (u *Urlinsane) Output(in <-chan *db.Domain)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExampleFilter ¶
func Levenshtein ¶
Types ¶
type Urlinsane ¶
type Urlinsane struct {
// contains filtered or unexported fields
}
Urlinsane ...
func (*Urlinsane) Algorithms ¶
Algorithms generate typo variations using the algorithm plugins
func (*Urlinsane) CollectorChain ¶
func (u *Urlinsane) CollectorChain(funcs []internal.Collector, in <-chan *db.Domain) <-chan *db.Domain
CollectorChain creates a chain of information-gathering functions
func (*Urlinsane) Collectors ¶
func (*Urlinsane) Constraints ¶
Constrains apply pre-processing filters to exclude domain names from processing