Versions in this module Expand all Collapse all v0 v0.5.0 Jun 20, 2018 Changes in this version + const BAD + const BG + const BLACK + const BLUE + const BOLD + const CYAN + const GOOD + const GREEN + const GREY + const INFO + const ITALIC + const LIGHTBLUE + const LIGHTCYAN + const LIGHTGREEN + const LIGHTPURPLE + const LIGHTRED + const ORANGE + const PURPLE + const QUE + const RED + const RESET + const RUN + const START + const STRIKE + const UNDER + const WHITE + const YELLOW + func Bad(message string) + func ByteConverter(length int64) string + func CheckConnectivity(host string) int + func CountLine(file string) string + func DoRequest(req *http.Request, client http.Client, i int) + func Execute(pathExec string, args []string) (string, error) + func Existe(path string) bool + func Fuxe(netreq NetRequest) + func GetBody(req *http.Request) (string, error) + func GetListFile(dir string) []string + func GetRandLine(file string) string + func Good(message string) + func Info(message string) + func Printerr(err error, fromwhere string) + func Que(message string) + func ReadFromFile(filePath string) []string + func ReadLine(r *bufio.Reader) (string, error) + func ReturnStringFile(filePath string) string + func ReturnURL(host string) (*url.URL, error) + func Run(message string) + func Say(color, message string) + func SayMe(color, message string) string + func ShowOutput(status int, length string, url string) + func ShowResultsFile(w http.ResponseWriter, r *http.Request, path string) + func StartListning() + func ThrowTor() proxy.Dialer + func WriteToFile(filePath string, instring string) + type NetRequest struct + Cookie string + Ex []string + Host string + Proxy string + Proxyfile string + ResultFile string + Tor bool + UserAgent string + Wordlist string + type ServeMux struct + func (mutex *ServeMux) ServeHTTP(w http.ResponseWriter, r *http.Request) + type WebServer struct + ID int + Length string + Status int + URL string + type WebServerslice struct + WebServers []WebServer + func DecodeJSONFile(path string) WebServerslice