Skip to content

The-Cracker-Technology/fiesta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is FIESTA?

FIESTA is a tool created to run side-channel attacks against the HTTPS protocol. At this moment, only XS-Search and FIESTA attacks have been implementad. However, other attacks such as CRIME, BREACH, TIME and XS-TIME will be implemented in the future.

How to install FIESTA?

It should be as easy as:

go get github.com/jselvi/fiesta/cmd/fiesta

It hasn't been tested in many platforms, so if you find an issue in your specific choice, please raise an issue.

How to use FIESTA?

FIESTA tries to mimic Metasploit's look and feel, since it's a well-known tool used by most penetration testers. Syntax is easy:

$ fiesta -h
Usage of fiesta:
  -r string
    	Execute resource file (- for stdin)

You can run an interactive shell just typing fiesta or you can run a rc file (fiesta -r my.rc), which basically types for you a list of FIESTA commands included in the rc file.

How to use each attack?

Including a detailed description of each attack and writing the doc.go files is still a pending task.

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published