Skip to content

hAxe1/Base64URLDecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Base64URLDecode

Simple Python script to parse XLS, XLSX, or CSV with URLs containing potential Base64 values in the URI and decode the values.

Getting Started

This script will take a XLS, XLSX, or CSV with a column of URLs and decode potential Base64 values. Use python base64URLDecode.py filename.xlsx output.xlsx

Prerequisites

This script uses the bas64, re, openpyxl, urllib, itertools, sys, and os.path libraries.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages