Git Product home page Git Product logo

7870pwd_extract's Introduction

7870pwd_extract is utility to extract password from vendor specific portion(file AllAppUpdateA13.bin) of FYT UIS 7870 firmware.

1. Build.

1.1 Pre-requisites:

  • Linux 64bit (tested on WSL2 instance of Ubuntu 22.04)
  • gcc/g++ 11 or higher (tested with 11)
  • gnu make
  • openssl (tested with openssl3) + openssl dev package (sudo apt install libssl-dev)
  • minizip (sudo apt install libminizip-dev)

Also includes ed25519 implementation from https://github.com/orlp/ed25519/tree/master

1.2 Build

    cd 7870pwd_extract
    make

2. Usage.

2.1 Run utility.

7870pwd_extract -z <path_to_AllAppUpdateA13.bin> -l <path_to_lsec6318update> [-v]

Where -v is optional parameter which enables verbose mode

Example:

./7870pwd_extract -z /mnt/d/tmp/7870_2000x1200_20240111_LiJun/AllAppUpdateA13.bin -l /mnt/d/tmp/7870_2000x1200_20240111_LiJun/lsec6318update
password: b8eb271f597885f48b8d237259aa72d0

2.2 Test that password good with your favorite archiver.

Example:

7z t /mnt/d/tmp/7870_2000x1200_20240111_LiJun/AllAppUpdateA13.bin -p b8eb271f597885f48b8d237259aa72d0
Scanning the drive for archives:
1 file, 641257863 bytes (612 MiB)

Testing archive: /mnt/d/tmp/7870_2000x1200_20240111_LiJun/AllAppUpdateA13.bin
--
Path = /mnt/d/tmp/7870_2000x1200_20240111_LiJun/AllAppUpdateA13.bin
Type = zip
Physical Size = 641257863
Comment = |c\'Ë+¹EÞxÌÅò´òÀ?»wØ+´=wÐ'

No files to process
Everything is Ok

Files: 0
Size:       0
Compressed: 641257863

7870pwd_extract's People

Contributors

ot-dm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.