Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ Basecrack - Best Decoder Tool For Base Encoding Schemes

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Basecrack - Best Decoder Tool For Base Encoding Schemes


๐Ÿ’ก Newskategorie: IT Security Nachrichten
๐Ÿ”— Quelle: feedproxy.google.com


BaseCrack is a tool written in Python that can decode all alphanumeric base encoding schemes. This tool can accept single user input, multiple inputs from a file, input from argument, multi-encoded bases and decode them incredibly fast.
Decode Base16, Base32, Base36, Base58, Base62, Base64, Base64Url, Base85, Base91, Base92 and more with the best base encoding scheme decoding tool in town. It's useful for CTFs, Bug Bounty Hunting, and Cryptography.
What's new in v1.1: I heard your feature requests, now you can generate a wordlist/output with the decoded bases! :)

What's new in v2.0:
Now BaseCrack supports both Python2 and Python3

Magic Mode
Now you can decode multi-encoded bases of any pattern in a single shot.
Have you ever stumbled upon that one lame CTF challenge that gives you an encoded string which is just encoded over and over with Base64, Base91, Base85 and so on? Just give that to BaseCrack and you're done with it! ;)


Want to test it out? Just give it this input:
IX(Fp@nNG6ef<,*TFE]IT^zdINAb9EVbp,e<u=O6nN)/u+MTnU;Fo#VvQ&cK;mLZI#Jbdook<O{W#+gY%ooe#6pTkTa.9YPU8Uc=pl9BhSM9%kISw2k:8..u/6F2BwNndPZ2o#7NHNP3g,HlZu><*[Nv+T8
and see for yourself! :)
API: BaseCrack can now be used as a library! Just import the BaseCrack() class and call the decode() function. See example below.

Supported Encoding Schemes
  • Base16
  • Base32
  • Base36
  • Base58
  • Base62
  • Base64
  • Base64Url
  • Base85
  • Base91
  • Base92

Main Features
  • Can decode multi-encoded bases of any pattern.
  • Can decode multiple base encodings from a file.
  • Generate a wordlist/output with the decoded bases.
  • Predicts the type of encoding scheme.

Screenshots


Installation
$ git clone https://github.com/mufeedvh/basecrack.git
$ cd basecrack
$ pip install -r requirements.txt
$ python basecrack.py -h

Usage
To decode a single base encoding from user input:
python basecrack.py
To decode a single base encoding from argument (-b/--base):
python basecrack.py -b SGVsbG8gV29ybGQh
To decode multiple base encodings from a file (-f/--file):
python basecrack.py -f file.txt
Magic Mode: To decode multi-encoded base of any pattern (-m/--magic):
python basecrack.py --magic
To generate a wordlist/output with the decoded bases (-o/--output):
python basecrack.py -f file.txt -o output-wordlist.txt

API
Want to use BaseCrack as a library? We got you covered!
Just put basecrack in your project's folder and you're ready to go!
Example:
# import the BaseCrack class from basecrack.py
from basecrack import BaseCrack

# calling the api function decode() with the encoded base
result = BaseCrack().decode('c3BhZ2hldHRp')

# printing the output
"""
result is tuple where:
result[0] = DECODED STRING
result[1] = ENCODING SCHEME
"""
print('Decoded String: {}'.format(result[0]))
print('Encoding Scheme: {}'.format(result[1]))
Output:
Decoded String: spaghetti
Encoding Scheme: Base64
Time to integrate this into your automation tools! ;)


...



๐Ÿ“Œ Encoding Schemes and Number System


๐Ÿ“ˆ 32.39 Punkte

๐Ÿ“Œ Google Go Encoding XML Package encoding error [CVE-2020-29511]


๐Ÿ“ˆ 27.49 Punkte

๐Ÿ“Œ Google Go up to 1.15 Encoding XML Package encoding error


๐Ÿ“ˆ 27.49 Punkte

๐Ÿ“Œ Google Go Encoding XML Package encoding error [CVE-2020-29509]


๐Ÿ“ˆ 27.49 Punkte

๐Ÿ“Œ GNU Screen up to 4.8.0 UTF-8 Encoding encoding.c denial of service


๐Ÿ“ˆ 27.49 Punkte

๐Ÿ“Œ Encoding Categorical Variables: A Deep Dive into Target Encoding


๐Ÿ“ˆ 27.49 Punkte

๐Ÿ“Œ be quiet!: Silent Base 601, 801 und neuer Dark-Base-Pro-Ableger


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Apple AirPort Base Station up to 7.8.0/7.9.0 AirPort Base Station Firmware NULL Pointer Dereference memory corruption


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Apple AirPort Base Station up to 7.8.0/7.9.0 AirPort Base Station Firmware Use-After-Free memory corruption


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Apple AirPort Base Station up to 7.8.0/7.9.0 AirPort Base Station Firmware denial of service


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Cisco IOS XR 6.1.1.BASE/6.2.1.BASE gRPC Packet Memory Leak Denial of Service


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Apple AirPort Base Station up to 7.8.0/7.9.0 AirPort Base Station Firmware privilege escalation


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Apple AirPort Base Station up to 7.8.0/7.9.0 AirPort Base Station Firmware User information disclosure


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Cisco IOS XR 6.1.1.BASE/6.2.1.BASE gRPC Packet Memory Leak denial of service


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Arch base Package -- Created base-extras on AUR


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Apple AirPort Base Station up to 7.8.0/7.9.0 AirPort Base Station Firmware denial of service


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ Medium CVE-2020-28275: Cache-base project Cache-base


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ "elementary OS 6 will be based on a relatively older Ubuntu base(20.04)". How much does an "older" base matter?


๐Ÿ“ˆ 21.93 Punkte

๐Ÿ“Œ FTC Shuts Down Tech Support Schemes (July 20, 2016)


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ FTC Shuts Down Tech Support Schemes (July 20, 2016)


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ Bugtraq: SEC Consult SA-20170510-0 :: Insecure Handling Of URI Schemes in Microsoft OneDrive iOS App


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ Bitcoin Ponzi schemes slammed with $12 million penalty


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ Mac Users Targeted by Ransomware-as-a-Service Schemes


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ Phishing schemes net hackers millions of dollars from Fortune 500


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ NSA's new IoT encryption schemes blocked in murky tale of backdoors and bullying


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ Harebrained Schemes: Paradox Interactive kauft BattleTech-Entwickler


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ DOJ to publicly disclose election tampering schemes


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ Black hat hackers, white collar criminals snuggle up to operate insider trading schemes


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ Old Magecart web domains resurrected for fraudulent ad schemes


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ 4 Black Friday scams to avoid in 2019: Phishing, pyramid schemes and more


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ 4 Cyber Monday scams to avoid in 2019: Phishing, pyramid schemes and more


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ 4 scams to avoid this holiday shopping season: Phishing, pyramid schemes and more


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ Eight Arrested for Roles in Email Fraud Schemes


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ Remote Mac Exploitation Via Custom URL Schemes


๐Ÿ“ˆ 18.64 Punkte

๐Ÿ“Œ [Neo]Mutt color schemes


๐Ÿ“ˆ 18.64 Punkte











matomo