-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added metadata to existing payloads #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
payloads/library/dnsspoof/payload.sh
Outdated
# | ||
# Title: DNSSpoof | ||
# Description: Forge replies to arbitrary DNS queries using DNSMasq | ||
# Author: SebKinne |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should say "Hak5"
payloads/library/openvpn/payload.sh
Outdated
# | ||
# Title: OpenVPN | ||
# Description: Create a connection to a VPN-connection to an OpenVPN-server. Optionally: Send traffic from the clients through said tunnel. | ||
# Author: SebKinne |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should say "Hak5"
payloads/library/tcpdump/payload.sh
Outdated
# | ||
# Title: TCPDump | ||
# Description: Dumps networking-data to USB storage. Completes on button-press or storage full. | ||
# Author: SebKinne |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should say "Hak5"
payloads/switch1/payload.sh
Outdated
@@ -1,4 +1,12 @@ | |||
#!/bin/bash | |||
# | |||
# Title: default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "Default Payload"
payloads/switch1/payload.sh
Outdated
# | ||
# Title: default | ||
# Description: Sets the NETMODE to NAT, then sets the LED to ATTACK | ||
# Author: SebKinne |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "Hak5"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.