- links
grep -rni "flag{.*}"grep -r "flag{,*}"- Hints
- Steganography
- Web
- Cryptography
- Forensics
- Reverse Engineering
- OSINT
- PWD
- Full stego
file image.pngstrings image.pngsteghide --extract -sf image.jpg -p <password>- StegCracker
stegcracker imag.png /usr/share/wordlists/rockyou.txt
stegoveritas.py stego.jpgconvert flag.png -auto-level output.pngpngcheck image.pngforemost image.png---> to recover the original imagesudo apt install libimage-exiftool-perl -yexiftool image.png
exiv2 file: shows the metadata of the given fileeog image.pngxxd image.png- if you see IEND chunk in exiftool use this command.
find | xargs cat | grep "find"//if you have lot of text file then you thisgrep -rni "flag{.*}"
- Download the stegsolve.jar in any GitHub
java -jar stegsolve.jar- make sure that you give the permission.
- ZXing Decoder
- If the image is QR code image
sudo apt install rubysudo gem install zstegzsteg image.pngorzsteg -a image.pngorzsteg -E image.png- only for png image.
binwalk -e image.pngbinwalk --dd = ".*" image.png
outguess -r image.png flag.txt- for the LSB.
- For the noice image
- go to --> online
- one more for the LSB.
- go to ---> jsteg (clone it!!)
- open the file
- run this command
go run cmd/jsteg/main.go reveal ~/Desktop/image.jpg
- Unicode
- zero width space
stegsonw -C -p "welc0me_t0_zh3r0_ctf" chall.txt- Use
GIMPto work with QR dots otfinfo -i font.ttffor file.ttfzbarimg image.pngto read the qr code- redacted text (cover with block) in a given pdf
pdftotext file.pdforpdftohtml file.pdf
- suspicious space and tabs in a given text file
- python script to extract and convert from binary to ASCII and get the flag.
- Fcrackzip this tool bruteforces zip archives
fcrackzip -u -D -p wordlist.txt file.zip
- npiet online
- An online interpreter for piet. piet is an esoteric language , programs in piet are images. read more about piet here
- Comparison (cmp)
- Useful for comparing a modified file with its original version found online.
cmp original.jpg stego.jpg -b -l
- Image Error Level Analyser
- Magic Eye Solver / Viewer
-
- If the audio is related to LSB
cd Steganography- give the permission
python3 setup.py install
-
Wavsteg
-
WavSteg is a python3 tool that can hide data and files in wav files and can also extract data from wav files. You can get it from github
python3 WavSteg.py -r -s soundfile -o outputfile: extracts data from a wav sound file and outputs the data into a new file
-
stegolsb wavsteg -r -i file.wav -o flag.txt -n 2 -b 1000 -
Keypad number sound
http://127.0.0.1:808/index.php?page=' and die(system("cat index.php")) or '- if you want to read the index.php use this payload in the url " ' and die(system("cat index.php")) or ' "
curl -X POST --data hash=2196812e91c29df34f5e217cfd639881 "http://example.com:8080/admin.php"- you use this if you found hash in the sorce page
wget -m http://example.com:8080/- here it will download the all the file in the website
grep -R "CTF{.*}"use this commond after download the all files
gobuster dir -k -u http://127.0.0.1/ -w /usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt -x txt,cnf,confgobuster dir -w /usr/share/wordlists/dirb/common.txt -x .html,.php -u http://192.168.51.11/
-
This is Hill Cipher, see how it works or use an online decoder
-
Replace small letters with A, capital letters with B
BA BAAB AAABABAAAAABB AAA BBBBAA BBABAAA BA ABBABAAAB AABAAAA AB AAAAAA AABABB BBAABBABBAABA- bacon-cipher
- outer space audio
sudo python3 setup.py installsstv -d file.wav -o result.png- if the hit is related about SSTV(slow scan TV)
strings flag.zip | grep -i cit | sort | uniq -u- Given zip file was numerous directories with a flag.txt
- A simple script to converts the RGB values of each pixel into characters
ltrace ./filename- The file is executable_file so we use ./filename
strace ./filename- ghidra
- Download the zip file from the above line
hidra_11.0.3_PUBLIC_20240410.zip
- Download the zip file from the above line
objbump -d executablefileit will show the assembly code of the fileapktool d --advanced candorid.apkgrep -rni "flag{.*}"
- To find the user in the internet use this tool called sherlock