Contents

Views 7193 Comment 0
Atachment
Attachment '1'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
로그 파일과 같은 특정 파일의 최근 액세스 시간 정보를 맘대로 수정해서 해킹(공격)을 탐지하게 어렵게 할 수 있음 ㅋㅋ

inode 정보 수정하는 내용을 주로 설명함~
아래는 헤더파일과 대충의 내용~

/*
* 프로그램 : inodehack (inode의 값을 수정하여 ATIME, MTIME, CTIME 변경)
* 설치방법 : make all
* 실행방법 : ./inodehack [filename1] [filename2] ...
* 날짜입력 : yyyy-mm-dd hh:mm:ss
*/

/*
* Header file
*/
#include<stdio.h>
#include<stdlib.h>
#include<unistd.h>
#include<sys/types.h>
#include<utime.h>
#include<sys/stat.h>
#include<string.h>
#include<time.h>
#include<sys/time.h>

#define MAX_BUF_SIZE 64

/* file 의 정보를 읽어서 atime, mtime, ctime 을 t[] 배열에 반환 */
void get_info(char *file, struct stat *st, time_t *t);

/* 실행 시 입력받은 문자열을 timeval 구조체에 입력하여 반환 */
struct timeval str2timeval(char *s);

/* atime, mtime, ctime 을 수정, flag를 두어 어떤 time을 수정할 것인지 판단 */
void set_amc(const char *file, struct timeval *set, struct stat st, unsigned char flag);


?

List of Articles
No. Category Subject Author Date Views
369 [ios] 인앱결제 & 오토레이아웃 관련 강좌 secret hooni 2013.11.14 0
368 Develop [java] 초간단 싱글톤(Singleton) 패턴 샘플 코드 file hooni 2013.11.18 11593
367 Develop [php] php5.3부터는 eregi()대신 preg_match()를 사용 hooni 2013.11.18 12468
366 Develop [js] window.open() 속성 사용 방법 hooni 2013.11.18 13588
365 Develop [ios] iphone SetDeviceOrientation 화면 강제 회전 hooni 2013.11.20 18458
364 Develop [ios] iOS In App Purchase #1 (코드 구현 전 웹 설정 작업) file hooni 2013.11.20 14508
363 Develop [ios] iOS In App Purchase #2 (코드 구현) file hooni 2013.11.20 13766
362 Develop [ios] iOS In App Purchase 코드 부분 샘플 1 hooni 2013.11.20 11758
361 Develop [ios] iOS In App Purchase 코드 부분 샘플 2 hooni 2013.11.20 11274
360 Develop [ios] In App Purchase 개발 hooni 2013.11.20 9264
359 Develop 이어서 작업할 내용~ secret hooni 2013.11.21 0
358 Etc [english] 영어공부 혼자 하기, 인터넷으로 영어공부하기 추천사이트 20선 file hooni 2013.11.25 9408
Board Pagination Prev 1 ... 63 64 65 66 67 68 69 70 71 72 ... 98 Next
/ 98