Skip to content

WindowsTechs.com

Collaborate Disseminate

Menu

Primary menu

  • Home

Author Archives: kst

Scripts for converting snort rules to mod_security rules [on hold]

Posted on February 28, 2019 by kst

I have known that there is a perl script that converts snort rules to mod_security rules, but I can’t find it anywhere.

Continue reading Scripts for converting snort rules to mod_security rules [on hold]→

Posted in mod-security, snort

Stack around the variable is corrupted problem

Posted on May 31, 2018 by kst

My cpp program is very simple.
My char buffer array is of size 500.
I copy data from the argument to that array by strcpy.
I compile my program with Visual Studio 2008 Express Edition without GS(stack protection).
When I run … Continue reading Stack around the variable is corrupted problem→

Posted in C, debugging, stack overflow

Why is there no SEH handler found in Windows 10?

Posted on May 29, 2018 by kst

I use immunity debugger and mona.py to find SEH pointer in Windows 10. Command is !mona seh.

But it says no pointer is found.

I want to know what has changed in Windows 10 to protect against this memory corruption.

Continue reading Why is there no SEH handler found in Windows 10?→

Posted in debugging, Windows 10

How does gcc compiler guard stack for stack overflow?

Posted on May 25, 2018 by kst

When we compile c program with gcc, we have to inlude “-z execstack” option to enable stack overflow attack.
The question I want to ask is how does gcc implement this .
Without this option, how does gcc guard the stack?
Plea… Continue reading How does gcc compiler guard stack for stack overflow?→

Posted in gcc, stack overflow

Why kali cannot be exploited by user after free heap overflow? [on hold]

Posted on March 27, 2018 by kst

I am learning about heap overflow. And I use the following code to overflow.

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

void jackpot() { puts(“jackpot!”); system(“/bin/sh”); }

int main()
… Continue reading Why kali cannot be exploited by user after free heap overflow? [on hold]→

Posted in Heap Overflow

lstrcpy address in windows xp sp3

Posted on February 11, 2018 by kst

I want to know the address of lstrcpy or lstrcat in window xp serivce pack 1 and 2 and 3 .
I want to make buffer overflow on non-executable stack .
I am now following the instruction in Shellcoder handbook
and find difficulty… Continue reading lstrcpy address in windows xp sp3→

Posted in buffer overflow

buffer overflow with lstrcpy

Posted on February 11, 2018 by kst

I want to make buffer overflow on non-executable stack.So I implement this with lstrcpy.
My exploit code is as follows.

#include<stdio.h>
#include<windows.h>
unsigned char exploit[510]=”\x90\x90\x90\x90\x90\x90\x… Continue reading buffer overflow with lstrcpy→

Posted in buffer overflow

How to view comments in image files? (steganography) [on hold]

Posted on January 16, 2018 by kst

I want to know how to view comments or hidden messages in image files.

I want to know this for ctf challenges.

Thank you.

Continue reading How to view comments in image files? (steganography) [on hold]→

Posted in CTF, steganography | Tagged Image

Heap overflow question

Posted on January 3, 2018 by kst

I want to make heap overflow exploit.
But I have some difficulties . I want to know how to find av->top value and how to overwrite av->top value.
I do not understand clearly.
Please answer me.

Continue reading Heap overflow question→

Posted in Heap Overflow

Buffer overflow in C program results in segmentation fault error

Posted on October 5, 2017 by kst

I wrote a C program which contains a scanf call. I tested buffer overflow with that program and I overflow eip with the address of a function that I want to execute. But it only shows segmentation fault. Does my attack succee… Continue reading Buffer overflow in C program results in segmentation fault error→

Posted in buffer overflow

Post navigation

← Older posts

Primary Sidebar Widget Area

Infocon Status

Internet Storm Center Infocon Status

Recent Posts

  • Sony Is Removing Many Popular Features From Its Free OTA TV Options April 15, 2026
  • This simple email trick saves me from annoying marketing spam (and it’s free to do) April 15, 2026
  • ISC Stormcast For Wednesday, April 15th, 2026 https://isc.sans.edu/podcastdetail/9892, (Wed, Apr 15th) April 15, 2026
  • MotoGP Rubber = Better Climbing? April 15, 2026
  • A data removal service helped me reclaim my privacy – see if you need one, too April 15, 2026

Tag Cloud

Agriculture Alzheimer's Disease Art Audio Automation Bluetooth Building and Construction Campervan Camping Cancer Coronavirus (COVID-19) Cycling Dementia Diabetes DNA Electric Vehicles Food Home House Huawei Indiegogo MIT Mobility Moon New Atlas Audio NVIDIA Off-grid Off-road Pedal-assisted Photography Physics Radio Repair RV Samsung Satellite Sony SpaceX spoofing sustainable design The Immune System Tiny Footprint Training Water Zoom

Archives

  • Facebook
  • Twitter
  • Linkedin
  • Email
Copyright © 2026 WindowsTechs.com. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up