Skip to content

Quick script to create strings with RTLO characters, change single filenames or even entire directories. Meant to be used for RTLO bypasses/testing in regards to hacking, offensive cyber security and penetration testing.

License

Notifications You must be signed in to change notification settings

GainSec/RTLOify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

R.T.L.O.I.F.Y

RTLOIFY

Script to create strings with RTLO characters, change single filenames or even entire directories. Meant to be used for RTLO bypasses/testing in regards to hacking, offensive cyber security and penetration testing.

Getting Started

cd /opt/

git clone https://github.com/GainSec/RTLOify

cd RTLOify

chmod +x rtloify.py

Prerequisites

Python 3.6+

Author

  • Jon Gaines - Creator - GainSec - Managing Security Consultant @NetSPI

To Do

  • Fill metadata of files with RTLO characters as well
  • Add arg for location RTLO character (Right Now it's before the file extension)
  • Built out a better default value within files created

License

This project is licensed under the GNU License - see the LICENSE.md file for details

Example and How To

Strings Example:

  • (Interactive Mode) ./RTLO-Maker.py --s

OR

./RTLO-Maker.py --s test.txt

Single File Example:

  • (Interactive Mode) ./RTLO-Maker.py --f

OR

  • ./RTLO-Maker.py --f ~/Payloads/test.txt

Directory Example:

  • (Interactive Mode) ./RTLO-Maker.py --d

OR

  • ./RTLO-Maker.py --d --sd ~/Source/Directory --dd ~/Destination/Directory

About

Quick script to create strings with RTLO characters, change single filenames or even entire directories. Meant to be used for RTLO bypasses/testing in regards to hacking, offensive cyber security and penetration testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages