Skip to content

Commit da96dd7

Browse files
To merge additional changes made directly on Github
2 parents 6b719a5 + 9bb6712 commit da96dd7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ author = "mukund"
1010

1111
I am Mukund Kedia.
1212

13-
I have major experience is in Web and API pentesting, along with basic knowledge of Thick Client and Network pentesting too. My work has also included source code reviews, server configuration reviews, and compliance assessments such as data localization audit.
13+
I am cybersecurity professional with hands-on experience in Web and API pentesting, along with basic knowledge of Thick Client, Network and Mobile pentesting. I also have experience in source code reviews, server configuration reviews, and compliance audit assessments.
1414

15-
I’m continuously improving my skills in source code review and have a strong interest in reverse engineering and low-level programming.
15+
I’m continuously focusing on improving my skills in application security along with strong interest in reverse engineering and low-level programming.
1616

17-
I have experience with Python, Node.js, and Bash, and I’m looking to further strengthen my overall coding proficiency.
17+
I have coding experience with Python, Node.js, and Bash, and I’m looking to further strengthen my proficiency in other languages also.
1818

1919
I have got some Holopin [badges](https://www.holopin.io/@devplayer55221#badges).

content/post/binary-bomb-phase-6.md renamed to content/post/binary-bomb-phase-6-walkthrough.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
22
author = "mukund"
3-
title = "Binary Bomb Phase 6"
3+
title = "Binary Bomb Phase 6 Walkthrough"
44
date = "2025-05-11"
5-
description = "Binary Bomb Phase 6"
5+
description = "Binary Bomb Phase 6 Walkthrough"
66
tags = [
77
"assembly", "reverse engineering"
88
]
@@ -309,4 +309,4 @@ To create the C program, we need to create the nodes of the linked list. We can
309309
- The third loop is trying to make links between different nodes of the array to form the linked list.
310310
- The fourth loop is trying to check if the nodes of linked list are linked in the descending order of their values.
311311

312-
So, we should input the numbers such that the nodes at those indices (our inputs) be in descending order of their value.
312+
So, we should input the numbers such that the nodes at those indices (our inputs) be in descending order of their value.

0 commit comments

Comments
 (0)