Skip to content

Instantly share code, notes, and snippets.

View Roxiun's full-sized avatar
✈️
Netherlands

Roxiun Roxiun

✈️
Netherlands
  • Amsterdam, Netherlands
View GitHub Profile

DFIR CTF

What is it?

Digital Forensics and Incident Response

Where is it found

The primary competition we have done with lots of DFIR problems is WACTF.

DEFCON DFIR and Otter CTF are both good places to practice DFIR problems.

import pyaudio
import wave
import sys
from playsound import playsound
chunk = 1024
class AudioFile:
chunk = 1024
import time
print("Loading")
time.sleep(1)
print("Loading.")
time.sleep(1)
print("Loading..")
time.sleep(1)
print("Loading...")
time.sleep(1)
import string
dna_letters = "ATGC" #All possible DNA letter
rna_letters = "UACG" #All possible RNA Letters
dna = input("Please enter you DNA string: ") #Gets DNA Input
dna = dna.upper() #Changes DNA to uppercase if not already
print(f"Your DNA sequence is: {dna}") #Prints the DNA Sequence
import string
dna_letters = "ATGC" #All possible DNA letter
rna_letters = "UACG" #All possible RNA Letters
dna = input("Please enter you DNA string: ") #Gets DNA Input
dna = dna.upper() #Changes DNA to uppercase if not already
print(f"Your DNA sequence is: {dna}") #Prints the DNA Sequence