All Projects → phosphore → BURN

phosphore / BURN

Licence: other
[WIP] Anti-Forensics ToolKit to clear post-intrusion sensible logfiles 🔥 (For Research Only)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to BURN

sandfly-setup
Sandfly Security Agentless Compromise and Intrusion Detection System For Linux
Stars: ✭ 45 (+246.15%)
Mutual labels:  forensics, intrusion-detection
Free Security Ebooks
Free Security and Hacking eBooks
Stars: ✭ 3,132 (+23992.31%)
Mutual labels:  forensics, penetration-testing
Oscp Pentest Methodologies
备考 OSCP 的各种干货资料/渗透测试干货资料
Stars: ✭ 166 (+1176.92%)
Mutual labels:  penetration-testing, post-exploitation
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+59530.77%)
Mutual labels:  penetration-testing, post-exploitation
Tr1pd
tamper resistant audit log
Stars: ✭ 13 (+0%)
Mutual labels:  forensics, intrusion-detection
Intersect 2.5
Post-Exploitation Framework
Stars: ✭ 59 (+353.85%)
Mutual labels:  penetration-testing, post-exploitation
wipedicks
Wipe files and drives securely with randoms ASCII dicks
Stars: ✭ 94 (+623.08%)
Mutual labels:  forensics, antiforensics
Hrshell
HRShell is an HTTPS/HTTP reverse shell built with flask. It is an advanced C2 server with many features & capabilities.
Stars: ✭ 193 (+1384.62%)
Mutual labels:  penetration-testing, post-exploitation
Infosec reference
An Information Security Reference That Doesn't Suck; https://rmusser.net/git/admin-2/Infosec_Reference for non-MS Git hosted version.
Stars: ✭ 4,162 (+31915.38%)
Mutual labels:  forensics, penetration-testing
Swap digger
swap_digger is a tool used to automate Linux swap analysis during post-exploitation or forensics. It automates swap extraction and searches for Linux user credentials, web forms credentials, web forms emails, http basic authentication, Wifi SSID and keys, etc.
Stars: ✭ 354 (+2623.08%)
Mutual labels:  forensics, post-exploitation
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+3000%)
Mutual labels:  penetration-testing, post-exploitation
Awesome Hacking
Awesome hacking is an awesome collection of hacking tools.
Stars: ✭ 1,802 (+13761.54%)
Mutual labels:  forensics, penetration-testing
BackToMe
Little tool made in python to create payloads for Linux, Windows and OSX with unique handler
Stars: ✭ 61 (+369.23%)
Mutual labels:  penetration-testing, post-exploitation
Punk.py
unix SSH post-exploitation 1337 tool
Stars: ✭ 107 (+723.08%)
Mutual labels:  penetration-testing, post-exploitation
Byob
An open-source post-exploitation framework for students, researchers and developers.
Stars: ✭ 6,949 (+53353.85%)
Mutual labels:  post-exploitation, antiforensics
Hackdroid
Android Apps, Roms and Platforms for Pentesting
Stars: ✭ 310 (+2284.62%)
Mutual labels:  forensics, penetration-testing
Pentesting toolkit
🏴‍☠️ Tools for pentesting, CTFs & wargames. 🏴‍☠️
Stars: ✭ 1,268 (+9653.85%)
Mutual labels:  forensics, post-exploitation
Remote Desktop Caching
This tool allows one to recover old RDP (mstsc) session information in the form of broken PNG files. These PNG files allows Red Team member to extract juicy information such as LAPS passwords or any sensitive information on the screen. Blue Team member can reconstruct PNG files to see what an attacker did on a compromised host. It is extremely useful for a forensics team to extract timestamps after an attack on a host to collect evidences and perform further analysis.
Stars: ✭ 171 (+1215.38%)
Mutual labels:  forensics, penetration-testing
MEAT
This toolkit aims to help forensicators perform different kinds of acquisitions on iOS devices
Stars: ✭ 101 (+676.92%)
Mutual labels:  forensics
hayabusa
Hayabusa (隼) is a sigma-based threat hunting and fast forensics timeline generator for Windows event logs.
Stars: ✭ 908 (+6884.62%)
Mutual labels:  forensics

[WIP] BURN

An Anti-Forensics Toolkit to clear sensible logfiles on *nix sistems, inspired by an EquationGroup's command which originally made sure "you've cleaned up any temporary files you've left on the box".

USAGE

BURN has several operational modes:

  • BURN -c 1h (clear) to delete all log entries older than x hour/minutes
  • BURN -f (fake) tamper logs with fake entries. User will be prompted to choose to insert infos e.g. an ip/timespan/other, randomize them or copy older recent log entries and vary them slightly.
  • BURN -d (delete) to hard delete log the whole log files and command history of the current user
  • BURN -b (burn) securely delete the script and exit. This will also clear the command history.

TODO

Log Files in the /var/log Directory:

System Logs Name Filename Description
Boot Log boot.log Contains messages indicating which systems services have started and shut down successfully and which (if any) have failed to start or stop.
Cron Log cron Contains status messages from the crond, a daemon that periodically runs scheduled jobs, such as backups and log file rotation.
Kernel Startup Log dmesg A recording of messages printed by the kernel when the system boots.
FTP Log xferlog Information about files transferred using the wu-ftpd FTP service.
Apache Access Log httpd/access_log Logs requests for information from your Apache Web server.
Apache Error Log httpd/error_log Logs errors encountered from clients trying to access data on your Apache Web server.
Mail Log maillog Contains information about addresses to which and from which e-mail was sent. Useful for detecting spamming.
MySQL Server Log mysqld.log Includes information related to activities of the MySQL database server (mysqld).
News Log spooler Directory containing logs of messages from the Usenet News server, if you are running one.
RPM Packages rpmpkgs Contains a listing of RPM packages that are installed on your system.
Security Log secure Records the date, time, and duration of login attempts and sessions.
System Log messages A general-purpose log file to which many programs record messages.
Update Agent Log up2date Contains messages resulting from actions by the Red Hat Update Agent.
XFree86 Log XFree86.0.log Includes messages output by the Xfree86 server.
* gdm/:0.log Holds messages related to the login screen (GNOME display manager).
* samba/log.smbd Messages from the Samba SMB file service daemon.
* squid/access.log Contains messages related to the squid proxy/caching server.
* vsftpd.log Contains messages relating to transfers made using the vsFTPd daemon (FTP server).
* sendmail Error messages recorded by the sendmail daemon.
* uucp Status messages from the Unix to Unix Copy Protocol daemon.
* snort SNORT
* /aide/aide.log AIDE, Advanced Intrusion Detection Environment
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].