Skip to content

stephen-murcott/Ivanti-ICT-Snapshot-decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Ivanti-ICT-Snapshot-decryption

Is a simple Script to decryption the Ivanti ICT-Snapshot based on https://github.com/rxwx/pulse-meter/blob/main/pulse-meter.py

In this script, only the decryption function has been retained. This makes it simple and less error-prone

Running

First you will need to install the dependencies:

python -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 Ivanti_ICT-Snapshot_decryption.py decryption ict-snapshot.encrypted
2024-02-08 21:56:02,492 - INFO - Parsing snapshot file: ict-snapshot.encrypted
2024-02-08 21:56:02,492 - DEBUG - Decrypted Snapshot

If it works, you get a file names ICT-Snapshot.tar

got the Snapshot from the Ivanti-System

You can obtain the snapshot by logging into the admin interface and going to /dana-admin/dump/dump.cgi. From here, click the "Take Snapshot" button, wait for it to complete and then download the "Admin generated snapshot" file.

References

About

Ivanti-ICT-Snapshot decryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages