Skip to content

A code written in golang that takes a file and change it extension (obviously for malicious use ).

Notifications You must be signed in to change notification settings

madaghaxx/Extenson-faker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

🛠️ Extension Faker

Easily hide file extensions using non-UTF-8 characters, allowing your OS to determine the correct letter order (Left-to-Right or Right-to-Left). This project is designed to help users manage file extensions more flexibly. It is intended for educational and legitimate purposes only. Misuse of this tool for malicious activities is strictly prohibited.

✨ Features

  • Hide file extensions using non-UTF-8 characters
  • Support for both Left-to-Right and Right-to-Left text directions
  • Easy to use command-line interface
  • Open source and community-driven

🚀 Usage

Run the program with the following command:

go run main.go <your_file> <desired_extension>

📄 Example

Convert script.sh to scripths.txt with this command:

go run main.go script.sh txt

The output will be scripths.txt.

🤝 Contributions

We welcome all suggestions and improvements! Feel free to share your ideas and help us make this project even better.

About

A code written in golang that takes a file and change it extension (obviously for malicious use ).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages