bruteforceSite

package
v0.0.0-...-bf36043 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2023 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BruteGoogle

func BruteGoogle()

func BruteMercadoLivre

func BruteMercadoLivre()

func BruteMicrosoft

func BruteMicrosoft()

func BrutePaypal

func BrutePaypal()

func BruteTwitter

func BruteTwitter()

func WriteToFile

func WriteToFile(filename string, data string, folderName string) error

Types

type Error

type Error struct {
	Code    int    `json:"code"`
	Message string `json:"message"`
}

type ResponseDataMStruct

type ResponseDataMStruct struct {
	IfExistsResult int `json:"IfExistsResult"`
	Credentials    struct {
		OtcLoginEligibleProofs []struct {
			Data        string `json:"data"`
			ClearDigits string `json:"clearDigits"`
			Display     string `json:"display"`
		} `json:"OtcLoginEligibleProofs"`
	} `json:"Credentials"`
}

type ResponseFlow

type ResponseFlow struct {
	FlowToken string  `json:"flow_token"`
	Status    string  `json:"status"`
	Errors    []Error `json:"errors"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL