From 5a7012459f63840b54be399dd49f0fbb6687c3fe Mon Sep 17 00:00:00 2001 From: Aleff Date: Fri, 14 Jul 2023 16:54:36 +0200 Subject: [PATCH] Incident_Response to incident_response Shouldn't the "incident response" folder have lowercase initials instead of capital letters? This can be seen from both the other repositories and the link that can be created from the Hak5 site -> Contribute section. Link: https://github.com/hak5/bashbunny-payloads/new/master/payloads/library/incident_response/example/x/?filename=payload.txt This difference does not allow users to upload payloads directly from the Hak5 site since the "incident_response" folder does not exist since "Incident_Response" exists. --- payloads/library/Incident_Response/tmp.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 payloads/library/Incident_Response/tmp.txt diff --git a/payloads/library/Incident_Response/tmp.txt b/payloads/library/Incident_Response/tmp.txt new file mode 100644 index 00000000..3690c238 --- /dev/null +++ b/payloads/library/Incident_Response/tmp.txt @@ -0,0 +1,12 @@ +This file was created only for the purpose of the pull request. + +Shouldn't the "incident response" folder have lowercase initials instead of capital letters? + +This can be seen from both the other repositories and the link that can be created from the Hak5 site -> Contribute section. + +Link: https://github.com/hak5/bashbunny-payloads/new/master/payloads/library/incident_response/example/?filename=payload.txt + +This difference does not allow users to upload payloads directly from the Hak5 site since the "incident_response" folder does not exist since "Incident_Response" exists. + +Doesn't work: https://github.com/hak5/bashbunny-payloads/new/master/payloads/library/incident_response/example/?filename=payload.txt +Works: https://github.com/hak5/bashbunny-payloads/new/master/payloads/library/Incident_Response/example/?filename=payload.txt