Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 414 Bytes

SEC.md

File metadata and controls

15 lines (11 loc) · 414 Bytes

CTF

Nyttige kommandoer

  • egrep 'string' <fil.txt>
  • unzip folder.zip
  • find . -name fil.txt
  • fls -o disk
  • icat -o 0000360448 disk.flag.img 2371

Finne human readable format

  • find . -type f -size 1033c ! -executable -exec file {} + | grep ASCII
  • find . -type f -size 33c -group bandit6 -user bandit7 ! -executable -exec file {} + 2< /dev/null
  • grep \word\ /tmp/example.txt | cut -d ':' -f 2