Amit Saha 2/19/2018

Detecting RLO character in Python

Read Original

The article explains a practical security issue where the Right-to-Left Override (RLO) Unicode character is used to disguise malicious files (e.g., making .exe appear as .doc). It details a Python solution using the unicodedata.bidirectional() method to scan filenames and detect the presence of the RLO character to block such uploads.

Detecting RLO character in Python

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser