<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Linux on Connected</title>
    <link>https://ayedaemon.github.io/tags/linux/</link>
    <description>Recent content in Linux on Connected</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 01 May 2023 02:34:50 +0530</lastBuildDate>
    <atom:link href="https://ayedaemon.github.io/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Intro to RE: C : part-4</title>
      <link>https://ayedaemon.github.io/post/2023/05/intro-to-re-part-4/</link>
      <pubDate>Mon, 01 May 2023 02:34:50 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2023/05/intro-to-re-part-4/</guid>
      <description>Some things about process and stack memory</description>
    </item>
    <item>
      <title>Eudyptula Task 7</title>
      <link>https://ayedaemon.github.io/post/2023/05/eudyptula-task-7/</link>
      <pubDate>Mon, 01 May 2023 02:32:12 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2023/05/eudyptula-task-7/</guid>
      <description>Task 7 for Eudyptula challenge</description>
    </item>
    <item>
      <title>Intro to RE: C : A Simple Calculator</title>
      <link>https://ayedaemon.github.io/post/2023/04/intro-to-re-simple-calculator/</link>
      <pubDate>Mon, 03 Apr 2023 21:59:48 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2023/04/intro-to-re-simple-calculator/</guid>
      <description>How to reverse engineer a simple calculator program from scratch</description>
    </item>
    <item>
      <title>Intro to RE: C : part-3</title>
      <link>https://ayedaemon.github.io/post/2023/04/intro-to-re-part-3/</link>
      <pubDate>Sat, 01 Apr 2023 21:59:33 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2023/04/intro-to-re-part-3/</guid>
      <description>Blog covers how disassembly of basic operations and functions in C programming looks like.</description>
    </item>
    <item>
      <title>Intro to RE: C : part-2</title>
      <link>https://ayedaemon.github.io/post/2023/03/intro-to-re-part-2/</link>
      <pubDate>Sun, 19 Mar 2023 22:07:39 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2023/03/intro-to-re-part-2/</guid>
      <description>How to reverse engineer a basic C program</description>
    </item>
    <item>
      <title>Pluggable Authentication Modules - Linux</title>
      <link>https://ayedaemon.github.io/post/2022/12/pluggable-authentication-modules-linux/</link>
      <pubDate>Tue, 27 Dec 2022 23:25:23 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/12/pluggable-authentication-modules-linux/</guid>
      <description>Linux-PAM is a system of libraries that handle the authentication tasks of applications (services) on the system.</description>
    </item>
    <item>
      <title>Recording system events with auditd</title>
      <link>https://ayedaemon.github.io/post/2022/12/recording_system_events_with_auditd/</link>
      <pubDate>Sun, 11 Dec 2022 21:15:13 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/12/recording_system_events_with_auditd/</guid>
      <description>auditing linux systems with auditd</description>
    </item>
    <item>
      <title>Fun with Master Boot Record</title>
      <link>https://ayedaemon.github.io/post/2022/09/fun-with-mbr/</link>
      <pubDate>Wed, 28 Sep 2022 01:10:18 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/09/fun-with-mbr/</guid>
      <description>Analysis of bootloader and partition table; And some fun with Master Boot Record</description>
    </item>
    <item>
      <title>Intro to RE: C : part-1</title>
      <link>https://ayedaemon.github.io/post/2022/09/intro-to-re/</link>
      <pubDate>Wed, 21 Sep 2022 01:10:18 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/09/intro-to-re/</guid>
      <description>Basics of assembly and its relation with higher level constucts</description>
    </item>
    <item>
      <title>Eudyptula Task 6</title>
      <link>https://ayedaemon.github.io/post/2022/09/eudyptula-task-6/</link>
      <pubDate>Sun, 18 Sep 2022 13:57:01 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/09/eudyptula-task-6/</guid>
      <description>Task 6 for Eudyptula challenge</description>
    </item>
    <item>
      <title>Eudyptula Task5</title>
      <link>https://ayedaemon.github.io/post/2022/06/eudyptula-task-5/</link>
      <pubDate>Wed, 22 Jun 2022 16:14:27 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/06/eudyptula-task-5/</guid>
      <description>Task 5 for Eudyptula challenge</description>
    </item>
    <item>
      <title>Eudyptula Task4</title>
      <link>https://ayedaemon.github.io/post/2022/06/eudyptula-task-4/</link>
      <pubDate>Fri, 17 Jun 2022 16:14:27 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/06/eudyptula-task-4/</guid>
      <description>Task 4 for Eudyptula challenge</description>
    </item>
    <item>
      <title>Eudyptula Task3</title>
      <link>https://ayedaemon.github.io/post/2022/06/eudyptula-task-3/</link>
      <pubDate>Thu, 16 Jun 2022 16:14:27 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/06/eudyptula-task-3/</guid>
      <description>Task 3 for Eudyptula challenge</description>
    </item>
    <item>
      <title>Eudyptula Task2</title>
      <link>https://ayedaemon.github.io/post/2022/06/eudyptula-task-2/</link>
      <pubDate>Wed, 01 Jun 2022 15:14:27 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/06/eudyptula-task-2/</guid>
      <description>Task 2 for Eudyptula challenge</description>
    </item>
    <item>
      <title>Eudyptula Task1</title>
      <link>https://ayedaemon.github.io/post/2022/05/eudyptula-task-1/</link>
      <pubDate>Wed, 25 May 2022 15:14:27 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/05/eudyptula-task-1/</guid>
      <description>Task 1 for Eudyptula challenge</description>
    </item>
    <item>
      <title>File-less malwares: what and how</title>
      <link>https://ayedaemon.github.io/post/2022/02/fileless-malwares-how-and-why/</link>
      <pubDate>Sat, 26 Feb 2022 23:43:01 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2022/02/fileless-malwares-how-and-why/</guid>
      <description>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.</description>
    </item>
    <item>
      <title>Keylogger for Linux</title>
      <link>https://ayedaemon.github.io/post/2021/02/keylogger-for-linux/</link>
      <pubDate>Tue, 02 Feb 2021 14:47:26 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2021/02/keylogger-for-linux/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Developing a low level keylogger for linux using C.&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Advanced Intrusion Detection Environment</title>
      <link>https://ayedaemon.github.io/post/2020/12/advanced-intrusion-detection-environment/</link>
      <pubDate>Sat, 19 Dec 2020 14:25:28 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2020/12/advanced-intrusion-detection-environment/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Host-based intrusion detection system (HIDS) for checking the integrity of files.&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>LUKS Disk Encryption</title>
      <link>https://ayedaemon.github.io/post/2020/12/luks-disk-encryption/</link>
      <pubDate>Sat, 19 Dec 2020 13:15:55 +0530</pubDate>
      <guid>https://ayedaemon.github.io/post/2020/12/luks-disk-encryption/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Linux Unified Key Encryption — Disk Encryption&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
  </channel>
</rss>
