블로그 이미지
훅크선장

카테고리

분류 전체보기 (362)
사진이야기 (23)
펭귄컴퓨팅 (121)
컴퓨터보안 (84)
절름발이 프로그래머 (59)
하드웨어개조 (23)
멀알려줄까 (35)
홈베이킹&홈쿠킹 (2)
잡다한것들 (15)
Total
Today
Yesterday

달력

« » 2024.5
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

공지사항

태그목록

최근에 올라온 글

BackTrack 3와 4 beta 버전의 기반이 되었던,

SLAX라고 하는 라이브씨디가 있었습니다.

Slackware 리눅스를 기반으로 하고 있는 것인데,
이전까지는 한글화 버전이 별도로 제작되어 나왔습니다.


그 한글화를 하신 분의 도움을 받아서, BackTrack 3 한글화를 할 수 있게 되었는데,
이 분이 바쁘신지 요즘 신 버전 한글화가 안 되더군요.
현재 위의 SLAX 한글화 사이트에서 제공하는 최종 버전은 5.1.8 입니다.
제가 iso 파일 다운로드를 위한 공간을 제공했었습니다. 지금도 동작은 하지만, 구 버전입니다.

그래서, 제가 직접 SLAX 최신버전 한글판을 만들어봤습니다.

다음 경로에서 받을 수 있습니다.
http://www.hsd.or.kr/~hook7346/ISO/slax-6.1.1-han.iso

많이 애용하시기 바랍니다.

리눅스가 대한민국 가정의 데스크탑 OS로 자리잡는 그날까지 화이팅~~~~!

----------------------------------------------------------------------------------------------------------------------
SLAX가 5버전에서는 모듈형식으로 mo를 사용했지만,
6버전부터는 모듈형식으로 lzm을 사용합니다.

개인적으로는 SLAX 6버전대의 한글화와 커스터마이징에 대한 문서를 쓰려고 합니다.
부지런하게 움직여야 될텐데....
Posted by 훅크선장
, |
http://alee.anj.kr/fonts/arita/

아리따 폰트를 구하다가 알게된 사이트입니다.
홈페이지가 없어서, 누구? 어느회사? 홈페이지인지 모르겠습니다.

아시는 분 있으면, 알려주세요~.


deb 패키지들과 기타 ttf 파일로 존재합니다.
Posted by 훅크선장
, |

http://www.offensive-security.com/blog/backtrack/customising-the-backtrack-4-prefinal-iso/

One of the downsides of leaving the linux live scripts and moving to non lzma enabled squashfs, is that we loose the wonderful and convenient setup for modifying the BackTrack LiveCD on our own. We use to be able to pop in a LZM file into the “optional” directory, and that’s it ? but no more.

Actually, customizing a casper based ISO isn’t that difficult, just different.  I put up this quick guide on how to edit your own livecd and add various tools, drivers and scripts to it.

First, install BT4 and get a copy of the BT4 iso. As root, create the build environment, and chroot into it:

mkdir -p /root/BUILD

mv bt4.iso /root/BUILD

cd /root/BUILD/

mkdir mnt

mount -o loop bt4.iso mnt/

mkdir extract-cd

rsync --exclude=/casper/filesystem.squashfs -a mnt/ extract-cd

mkdir squashfs

mount -t squashfs -o loop mnt/casper/filesystem.squashfs squashfs

mkdir edit

cp -a squashfs/* edit/

cp /etc/resolv.conf edit/etc/

cp /etc/hosts edit/etc/

cp /etc/fstab edit/etc/

mount --bind /dev/ edit/dev

chroot edit

You are now in the livecd environment, and can alter the build in any way you like. This is where you add your scripts, drivers and whatnots. At minimum, i’de suggest updating your iso with the current repo, which can be done with :

apt-get update

apt-get upgrade

apt-get clean

exit

Once all the changes are made, close the build and create an iso out of it :

umount edit/dev

chmod +w extract-cd/casper/filesystem.manifest

chroot edit dpkg-query -W --showformat='${Package} ${Version}n' > extract-cd/casper/filesystem.manifest

REMOVE='ubiquity casper live-initramfs user-setup discover xresprobe os-prober libdebian-installer4'

for i in $REMOVE

do

sed -i "/${i}/d" extract-cd/casper/filesystem.manifest-desktop

done

cp extract-cd/casper/filesystem.manifest extract-cd/casper/filesystem.manifest-desktop

sed -i '/ubiquity/d' extract-cd/casper/filesystem.manifest-desktop

rm -rf extract-cd/casper/filesystem.squashfs

mksquashfs edit extract-cd/casper/filesystem.squashfs

rm extract-cd/md5sum.txt

(cd extract-cd && find . -type f -print0 | xargs -0 md5sum > md5sum.txt)

find /boot /usr/lib/grub/ -iname 'stage2_eltorito' -exec cp -v {} extract-cd/boot/grub \;

cd extract-cd

mkisofs -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 \

-boot-info-table -V "BT4" -cache-inodes -r -J -l -o ~/bt4-mod.iso .

That’s it! The new iso is created at /root/bt4-mod.iso.

Bask in the glory of your customised Backtrack build!

Filed under: BackTrack Linux by muts

Posted by 훅크선장
, |

http://howto.homelinux.com/wordpress/?p=222

http://towanouta.tistory.com/82

http://daftcoder.egloos.com/1871410

1) scim-hangul 설치
$ sudo apt-get install scim-hangul

2) 한글 언어 팩 설치
$ sudo apt-get install language-pack-ko language-pack-gnome-ko language-pack-gnome-ko-base

3) reboot

기본 언어지원이 영문으로 설정되어 있는 경우 다음을 통하여 scim-hangul을 활성화 시킨다.

$ im-switch -c

scim-hangul을 선택한다.

Posted by 훅크선장
, |
http://www.remote-exploit.org/backtrack_download.html
BackTrack 4 Pre 버전이 새로이 배포되고 있습니다.
6월 19일자로 나왔군요.

다운받아서, 내용을 살펴보고 있습니다.

문제는 이전 베타까지 SLAX 기반이었던 것이 갑자기 Ubuntu 기반으로 바뀌었습니다.
한글화가 어렵지는 않지만, 제가 평소 하던 SLAX가 아니라서 시간이 좀 걸리겠군요.
평소  Ubuntu를 만지시던 분이면, 더 쉽게 할 수 있을 것 같은데...
그런 분 안계시나?

일주일안에 끝내야 할 텐데... 노력해봅시다~..

----------------------------------------------------------------------------------
백트랙 4의 사용에 관한 문서와 동영상이 있습니다. 참고하세요.

BackTrack 4 – The Definitive Guide : 
http://www.offensive-security.com/backtrack4-guide-tutorial.pdf

Up And Running with Backtrack 4 : 
A quick video showing how to get up and running with the new BackTrack 4!
http://www.offensive-security.com/videos/backtrack-security-training-video/up-and-running-backtrack.html

Posted by 훅크선장
, |
최근 이슈가 된 WPA 키 크랙킹의 속도 증가 기술에 관련된 정보이다.

Nvidia 그래픽 칩셋에 들어있는 CUDA라는 기술을 이용해서, WPA 키 크래킹의 속도를 많이 향상시킨 기술이 있다.

아직 시작한지 얼마 안된 기술이지만,
컴퓨터 성능이 점점 발전하고 있는 현재에 암호화된 키를 풀어내기 위한 또다른 새로운 아이디어라고 생각한다.

과거에 누가 설마 그래픽 카드에 있는 GPU상의 FPGA를 사용하는 것을 상상했겠는가?
3D 게임때문에 발전한 그래픽 카드를 암호화 키 크랙킹에 사용하게 될 줄이야....

매번 새로운 기술이 나오면, 테스트 해봐야되는 이 험난한 배움의 길을....
걸어야 한다니... 곧 좋은 결과를 한번 기대해보시라!

근데 언제 그래픽 카드를 사냐? 난 이런 그래픽카드가 필요없는데....쩝..

CUDA 지원의 그래픽 카드 목록 :

pyrit의 성능 소개 :

pyrit의 공식 홈페이지 :
Posted by 훅크선장
, |
http://ntlab.egloos.com/2280712

같은 분야를 공부하는 사람이 있다는 것이 얼마나 즐거운 일인지 모른다.

모르는 것을 같이 고민해 볼수도 있고,(아직 같이 해보지는 않았지만)
내가 모르는 부분을 새롭게 알게 되는 경우가 있어서, 신선한 자극이 되곤 한다.

매번 좋은 자료를 얻어가는 곳이다.

목표는 2인 공동 세미나 발표 - 계획해 봅시다.


Posted by 훅크선장
, |
WPA 키 크랙을 위한 Rainbow 테이블이 있다고 한다.

1000개의 SSID와 백만개의 단어들로 만들어진 것이 총 33기가짜리이다.
미국돈으로 50달러에 팔고 있다.

1000개의 SSID와 17200개의 단어들도 이루어진 것은 총 7기가짜리로,
10 달러다.

그냥 Torrent로 다운받는 방법도 있는데...
언제나 받을 수 있으려나??



이 기능을 사용하려고,
Aircrack-ng 진영에서는 airolib-ng 라는 도구를 개발하고 있다.
아직 사용할 수 없지만, 향후 버전에서는 볼 수 있다고 한다. 



Posted by 훅크선장
, |
http://kemovitra.blogspot.com/2008/12/hacking-wpa-with-backtrack-3.html

몰라서 사용할 수 없었던,

BackTrack 3 라이브씨디안에 있는 패스워드 목록파일들.

/usr/local/john-1.7.2/password.lst
/pentest/fuzzers/spike/src/password.lst
/pentest/fuzzers/spike/src/wordlist
/pentest/password/pico/cowpatty/final-wordlist.txt.gz
/pentest/wireless/aircrack-ng/test/password.lst
/pentest/wireless/eapmd5pass/sample-wordlist.txt
/opt/windows-binaries/wordlist.txt.gz

나름 유용하게 쓸 데가 있지 않겠는가?

Dictionary Attack...
Posted by 훅크선장
, |
오랫만에 Aircrack-ng Suite에 대한 정보를 정리하다보니,

새롭게 눈에 띄는 것이 있었다.

바로 Aircarck-ng가 탑재된 리눅스 라이브씨디이다.

머, 이미 유명한 BackTrack 이 있지만서도,

Aircrack-ng 가 직접 만들고 있다는 장점? 때문에 한번 들여다 봤다.

원본 라이브씨디 : (프랑스 애들이 만든 거다.)

다운로드 받아서, 얼마나 잘 동작하는 지를 확인해봐야겠다.

근데, 크기가 24 메가 정도 밖에 안되는 것을 보니,
순수한 리눅스 커널과 aircrack-ng 만 들어있는 거 아닌가 모르겠다.
X-window는 커녕, 필요한 드라이버가 다 있는지도 의심스럽다.

aircrack-ng를 탑재한 라이브씨디 : 

추가:
부팅시켜보니, X-Window도 뜨고, 있을 껀 거의 다 있다.
다만, 한글지원은 안된다. 일본어 지원은 있던데... 쓰불~

역쉬 한글화된 Backtrack이 최고다~.
Posted by 훅크선장
, |