Skip to content

und3rgr0undpentium/PR01-RanVar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

PR01-RanVar

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.

POC

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:

example

  1. your original variable is 'myname', therefore the system will turn your lowercase letter variable to uppercase letter -> 'MYNAME'
  2. after that, it will append random lowecase ascii string char in each of your original variable. -> 'MwYoNiAqMxE'
  3. you can read your original variable by look at uppercase letter in a new variable.

Installation

LINUX

  1. Clone the repository:
    git clone https://github.com/und3rgr0undpentium/PR01-RanVar
  2. Navigate to the project directory
    cd PR01-RanVar
  3. RUn the installation script
    bash install.sh
  4. 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.

About

Append new random each ASCII char to each letter of variable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors