DrJacob
CICyber Info
•Created by DrJacob on 12/31/2022 in #❓︱support-requests
Two python files crypter.py and ciphers.py to decrypt a message.
Woah woah guess who?!
I have been given two python files crypter.py and ciphers.py, I have inputted the message I needed to decode already in crypter.py. Said code is:
wojCiMKsGcOqw6zDr8K+GcOxw7LDqcOgw5TCvhnDscOywr7DrMOvwr7Dq8OlwqzDs8OxwqzDrMO1w6fDr8Ojw7XDqsOxw7bDnsOjw6DDtcOrw7PDscO2wr7DosOxwr7DtcOkw7XDqcOzw7XDoMK+w4nCvsOjw6rDqcOxw63DtcK+wqPCvsOiw6PDoMOpw7TCvsO1w7bDosK+w6DDr8O0wr7Do8Oiw6zDqcOvw67CvsKgwr7Do8Olw6zDr8Owwr7DscK+w6DDr8OUwr7CrMOyw6XDr8Ogw67CvsOqw7XDtcO0wr7Dr8Ojwr7Do8O1w6XDqsOzwr4Zw63CvsO1w7LDr8Ozw7XDssK+w6zDscOzwr7DtcOqw67Dr8O1w67CvhnDrMOxw63CvsOiw6/DjMKwojCiMKIwojCiMKIwojCiMKIwojCiMKIwojCiMKIwojDo8Ogw7XDtsOuw6nDs8O1w7bDosOmw6nDrcO/wqDCoMKuwqDDs8O2w7/CpMOewqHDtA==
Which I believe is Base64 as the == at the end.
I believe on Windows powershell I need to use a command something along the lines of:
"python crypter.py -i r.txt -o decrypted_msg.txt"
r.txt being a text file with the code in.
Using "python crypter.py -h" I get the following:
-h, --help show this help message and exit
-i INPUT, --input INPUT
input file
-o OUTPUT, --output OUTPUT
output file
-c CIPHERS, --ciphers CIPHERS
ciphers in numbers
-m MASK, --mask MASK Mask for XOR
-s SHIFT, --shift SHIFT
Caesar shift amount
If any help can be given, perhaps what I command I would need to input exactly, as I know the kind of direction but not exactly. Thanks.
4 replies
CICyber Info
•Created by DrJacob on 12/6/2022 in #❓︱support-requests
Ok so basically I'm on Parrot Linux and have an image has a hidden steganographic inside.
I know I need to decode it with Steghide in the Parrot Terminal.
I also know that I will find out what the hidden steganographic data (that with be extracted to a .txt file) with the command:
"steghide extract -sf IMAGE.jpg -p PASSPHRASE".
The question is, using a command that steghide provides... how would I get the PASSPHRASE to find the hidden message within the image jpg?
Oh also, I know the seed is "Found (possible) seed: "b40d0b29" - now I am not sure what that means and if that can assist me in anyway, but I thought I'd drop that here just in case.
74 replies