Append new random of each ASCII char to each letter of variable you want to create. useful for payload, malware scripting to avoid being detected by antivirus/blue team security analyst hard to read your code.
You want create a random variable, but you also need to read your code for future update. I come up with the idea that you able to read your original variable even though it got mixed up with random string by read the CAPS letter. for an example:
- your original variable is 'myname', therefore the system will turn your lowercase letter variable to uppercase letter -> 'MYNAME'
- after that, it will append random lowecase ascii string char in each of your original variable. -> 'MwYoNiAqMxE'
- you can read your original variable by look at uppercase letter in a new variable.
- Clone the repository:
git clone https://github.com/und3rgr0undpentium/PR01-RanVar
- Navigate to the project directory
cd PR01-RanVar - RUn the installation script
bash install.sh
- type 'ranvar' to run the RanVar Program
ranvar
###LICENSE###
Feel free to customize the sections as needed! If you have any other questions or need further assistance, let me know.