
- Kali Linux Tutorial
- Kali Linux - Home
- Installation & Configuration
- Information Gathering Tools
- Vulnerability Analyses Tools
- Kali Linux - Wireless Attacks
- Website Penetration Testing
- Kali Linux - Exploitation Tools
- Kali Linux - Forensics Tools
- Kali Linux - Social Engineering
- Kali Linux - Stressing Tools
- Kali Linux - Sniffing & Spoofing
- Kali Linux - Password Cracking Tools
- Kali Linux - Maintaining Access
- Kali Linux - Reverse Engineering
- Kali Linux - Reporting Tools
- Kali Linux Useful Resources
- Kali Linux - Quick Guide
- Kali Linux - Useful Resources
- Kali Linux - Discussion
Cover the Tracks using covermyass
It is imperative to fully cover your tracks you made on the systems during assault. This tool is designed for pen testing "covering tracks" phase, before exiting the infected server. Or, permanently disable system logs for post-exploitation.This tool allows you to clear log files such as −
/var/log/messages # General message and system related stuff
/var/log/auth.log # Authenication logs
/var/log/kern.log # Kernel logs
/var/log/cron.log # Crond logs
/var/log/maillog # Mail server logs
/var/log/boot.log # System boot log
/var/log/mysqld.log # MySQL database server log file
/var/log/qmail # Qmail log directory
/var/log/httpd # Apache access and error logs directory
/var/log/lighttpd # Lighttpd access and error logs directory
/var/log/secure # Authentication log
/var/log/utmp # Login records file
/var/log/wtmp # Login records file
/var/log/yum.log # Yum command
Installation
Open the terminal in the kali linux and hit the following commands
sudo curl -sSL https://raw.githubusercontent.com/sundowndev/covermyass/master/covermyass -o /usr/bin/covermyass
sudo chmod +x /usr/bin/covermyass
Launch it using this
covermyass
- Related Articles
- How to download mp3 tracks from youtube video using youtube dl
- How to cover legend in a box using ggplot2 in R?
- How to add text tracks used in media players in HTML5?
- Vertex cover Problem
- Finding length, width and height of the sheet required to cover some area using JavaScript
- C++ program to find minimum vertex cover size of a graph using binary search
- Creating an eBook cover in Canva
- A car covers 20 km using 1 L of petrol. Find the distance it can cover using $5\frac{1}{5}$ L of petrol.
- C++ program to Calculate the Edge Cover of a Graph
- Prove that the vertex cover is NP complete in TOC
- A bus can cover 62.5 km in one hour. How much distance can it cover in 18 hours?
- Tips to Write a Good Cover Letter
- Why do we cover plug pin holes which are within the reach of children with cellotape or a plastic cover when not in use?
- A car covers \( 18 \mathrm{km} \) using \( 1 \mathrm{L} \) of petrol. Find the distance it can cover using \( 7 \frac{1}{2} \mathrm{L} \) of petrol.
- Compound X and aluminium are used to join railway tracks. (a) Identify the compound X (b) Name the reaction (c) Write down its reaction.
