8 Commits

Author SHA1 Message Date
IamCarron 27363a9404 Forgot to add the x86 part, now it will compile the kernel shellcode for both (#49)
* Script Enhancements for Improved Portability and Readability 🔧

I made the following changes to improve portability, readability, and organization:

Replaced Double Square Brackets with Single Square Brackets:

Replaced [[ ... ]] with [ ... ] to ensure compatibility with various shell interpreters.
Simplified Nested If Statements:

Simplified nested if statements for better readability and clarity.
Used -p Option with read Command:

Utilized the -p option with the read command to display a prompt message directly on the same line. 💻
Consolidated Common Code:

Consolidated common code blocks to avoid repetition and improve maintainability.

* Forgot to add the x86 part.

---------

Co-authored-by: Casey Erdmann <14339392+3ndG4me@users.noreply.github.com>
2023-12-24 14:22:26 -05:00
IamCarron 67759ed80c Script Enhancements for Improved Portability and Readability 🔧 (#48)
I made the following changes to improve portability, readability, and organization:

Replaced Double Square Brackets with Single Square Brackets:

Replaced [[ ... ]] with [ ... ] to ensure compatibility with various shell interpreters.
Simplified Nested If Statements:

Simplified nested if statements for better readability and clarity.
Used -p Option with read Command:

Utilized the -p option with the read command to display a prompt message directly on the same line. 💻
Consolidated Common Code:

Consolidated common code blocks to avoid repetition and improve maintainability.
2023-12-24 13:42:32 -05:00
3ndG4me 4fd1e87c8b shell prep python3 update hotfix 2021-01-19 18:23:17 -05:00
Erwin Oegema 160df2c77e Exit shell_prep on error (#14) 2019-10-13 02:40:14 -04:00
Casey Erdmann a9c29fe911 added shebangs to the start of bash scripts to force bash calls and updated readme (#13) 2019-09-08 13:44:03 -04:00
Casey Erdmann 8719098e27 added option to select staged or stageless payload in shell_prep.sh (#8) 2018-10-27 12:32:12 -04:00
Apprentice 5c5ff38d4a Minor change for consistency w/ common tools (#1)
* Update listener_prep.sh

* Update shell_prep.sh
2017-12-09 11:35:22 -05:00
3ndG4me 3e839ca518 added initial exploit code 2017-11-25 04:07:04 -05:00