Linux on Connected https://ayedaemon.github.io/tags/linux/ Recent content in Linux on Connected Hugo -- gohugo.io en Mon, 01 May 2023 02:34:50 +0530 Intro to RE: C : part-4 https://ayedaemon.github.io/post/2023/05/intro-to-re-part-4/ Mon, 01 May 2023 02:34:50 +0530 https://ayedaemon.github.io/post/2023/05/intro-to-re-part-4/ Some things about process and stack memory Eudyptula Task 7 https://ayedaemon.github.io/post/2023/05/eudyptula-task-7/ Mon, 01 May 2023 02:32:12 +0530 https://ayedaemon.github.io/post/2023/05/eudyptula-task-7/ Task 7 for Eudyptula challenge Intro to RE: C : A Simple Calculator https://ayedaemon.github.io/post/2023/04/intro-to-re-simple-calculator/ Mon, 03 Apr 2023 21:59:48 +0530 https://ayedaemon.github.io/post/2023/04/intro-to-re-simple-calculator/ How to reverse engineer a simple calculator program from scratch Intro to RE: C : part-3 https://ayedaemon.github.io/post/2023/04/intro-to-re-part-3/ Sat, 01 Apr 2023 21:59:33 +0530 https://ayedaemon.github.io/post/2023/04/intro-to-re-part-3/ Blog covers how disassembly of basic operations and functions in C programming looks like. Intro to RE: C : part-2 https://ayedaemon.github.io/post/2023/03/intro-to-re-part-2/ Sun, 19 Mar 2023 22:07:39 +0530 https://ayedaemon.github.io/post/2023/03/intro-to-re-part-2/ How to reverse engineer a basic C program Pluggable Authentication Modules - Linux https://ayedaemon.github.io/post/2022/12/pluggable-authentication-modules-linux/ Tue, 27 Dec 2022 23:25:23 +0530 https://ayedaemon.github.io/post/2022/12/pluggable-authentication-modules-linux/ Linux-PAM is a system of libraries that handle the authentication tasks of applications (services) on the system. Recording system events with auditd https://ayedaemon.github.io/post/2022/12/recording_system_events_with_auditd/ Sun, 11 Dec 2022 21:15:13 +0530 https://ayedaemon.github.io/post/2022/12/recording_system_events_with_auditd/ auditing linux systems with auditd Fun with Master Boot Record https://ayedaemon.github.io/post/2022/09/fun-with-mbr/ Wed, 28 Sep 2022 01:10:18 +0530 https://ayedaemon.github.io/post/2022/09/fun-with-mbr/ Analysis of bootloader and partition table; And some fun with Master Boot Record Intro to RE: C : part-1 https://ayedaemon.github.io/post/2022/09/intro-to-re/ Wed, 21 Sep 2022 01:10:18 +0530 https://ayedaemon.github.io/post/2022/09/intro-to-re/ Basics of assembly and its relation with higher level constucts Eudyptula Task 6 https://ayedaemon.github.io/post/2022/09/eudyptula-task-6/ Sun, 18 Sep 2022 13:57:01 +0530 https://ayedaemon.github.io/post/2022/09/eudyptula-task-6/ Task 6 for Eudyptula challenge Eudyptula Task5 https://ayedaemon.github.io/post/2022/06/eudyptula-task-5/ Wed, 22 Jun 2022 16:14:27 +0530 https://ayedaemon.github.io/post/2022/06/eudyptula-task-5/ Task 5 for Eudyptula challenge Eudyptula Task4 https://ayedaemon.github.io/post/2022/06/eudyptula-task-4/ Fri, 17 Jun 2022 16:14:27 +0530 https://ayedaemon.github.io/post/2022/06/eudyptula-task-4/ Task 4 for Eudyptula challenge Eudyptula Task3 https://ayedaemon.github.io/post/2022/06/eudyptula-task-3/ Thu, 16 Jun 2022 16:14:27 +0530 https://ayedaemon.github.io/post/2022/06/eudyptula-task-3/ Task 3 for Eudyptula challenge Eudyptula Task2 https://ayedaemon.github.io/post/2022/06/eudyptula-task-2/ Wed, 01 Jun 2022 15:14:27 +0530 https://ayedaemon.github.io/post/2022/06/eudyptula-task-2/ Task 2 for Eudyptula challenge Eudyptula Task1 https://ayedaemon.github.io/post/2022/05/eudyptula-task-1/ Wed, 25 May 2022 15:14:27 +0530 https://ayedaemon.github.io/post/2022/05/eudyptula-task-1/ Task 1 for Eudyptula challenge File-less malwares: what and how https://ayedaemon.github.io/post/2022/02/fileless-malwares-how-and-why/ Sat, 26 Feb 2022 23:43:01 +0530 https://ayedaemon.github.io/post/2022/02/fileless-malwares-how-and-why/ What are file-less malwares? How do they work on linux? According to Wikipedia, file-less malware is a variant of computer related malicious software that exists exclusively as a computer memory-based artifact i.e. in RAM. In other words, the malware/program is never written to harddisk but directly loaded in memory. To get a better understanding of how that happens in linux, we need to understand how a normal program loads itself into memory and executes itself. Keylogger for Linux https://ayedaemon.github.io/post/2021/02/keylogger-for-linux/ Tue, 02 Feb 2021 14:47:26 +0530 https://ayedaemon.github.io/post/2021/02/keylogger-for-linux/ <blockquote> <p>Developing a low level keylogger for linux using C.</p> </blockquote> Advanced Intrusion Detection Environment https://ayedaemon.github.io/post/2020/12/advanced-intrusion-detection-environment/ Sat, 19 Dec 2020 14:25:28 +0530 https://ayedaemon.github.io/post/2020/12/advanced-intrusion-detection-environment/ <blockquote> <p>Host-based intrusion detection system (HIDS) for checking the integrity of files.</p> </blockquote> LUKS Disk Encryption https://ayedaemon.github.io/post/2020/12/luks-disk-encryption/ Sat, 19 Dec 2020 13:15:55 +0530 https://ayedaemon.github.io/post/2020/12/luks-disk-encryption/ <blockquote> <p>Linux Unified Key Encryption — Disk Encryption</p> </blockquote>