antiforensics

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2023 License: MIT Imports: 8 Imported by: 0

README

Antiforensics Examples

Wipe a file

package main

import (
  "log"

  "github.com/D3Ext/maldev/antiforensics"
)

func main(){
  err = antiforensics.WipeFile("./file.txt")
  if err != nil {
    log.Fatal(err)
  }
}

Timestomping

package main

import (
  "log"

  "github.com/D3Ext/maldev/antiforensics"
)

func main(){
  err := antiforensics.TimestompFile("./file.txt", 5) // func TimestompFile(filename string, count int) (error)
  if err != nil {
    log.Fatal(err)
  }
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TimestompFile

func TimestompFile(filename string, count int) error

func WipeFile

func WipeFile(filename string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL