You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,17 @@ Firebolt is a DevSecOps project that helps enumerate and replicate different typ
12
12
13
13
14
14
###NOTE:
15
-
All firebolt gauntlt attacks use environment variables( thanks wickett!) to set the attack host. This allows for more flexability than hardcoded targets and can be used to loop through multiple hosts looking for positive attacks.
15
+
All firebolt gauntlt attacks use environment variables( thanks wickett!) to set the attack host. This allows for more flexibility than hardcoded targets and can be used to loop through multiple hosts looking for positive attacks. The variables user are:
16
+
17
+
* TARGET_HOST for setting the host to attack
18
+
* TARGET_PORT for setting the port as needed
16
19
17
20
18
21
## Getting Started
19
22
20
23
1. One very easy way to get started is to use Kali Linux. Kali already has the prerequisites installed and working in a nice and easy to use Debian based Linux distro. It's available at: https://www.kali.org/
0 commit comments