Author - 오길호

The server was transferred.

The main account has been transferred. I moved to IWINV hosting to Nayana's ransomware attack, and I think I have been recovering to security for a while. We have installed a new word press and theme and only moved the data. If you find out when you find a broken page, you will take a quick action. Reference Service failures occurred in ransomware attacks. (Kilhonet) Nana NOTICE (Nayana) The Ministry of Future Affairs

KCLEANER 3.0 Beta Release

I've upgraded KCleaner for a long time. The speed has been greatly improved compared to the previous version. It made it easier to manage the start program and browser plug -in. Starting program management is compatible with MSCONFIG and is perfect for recovery. The report screen is output from the user's default browser. It is easier to delete programs that can be used for the service that needs to be installed. (Internet banking ...

Web hacking, backdoor dangerous code detection plug -in

This is a plug -in made to easily find a backdoor (PHP) installed for server hacking. Find a file that uses a function that can be exploited in PHP and inform you by e -mail. WordPress, Gnuboard 5 can be easily installed and used. If you first activate it, you will be inspected as a whole, and if you find a suspicious file every hour, we will inform you by administrator e -mail. How to use Download the plug -in for that solution. The file downloaded to the folder below ...

Bank Cleaner - Delete Internet Banking Security Program

characteristic Easily manage the automatic executable when booting. Integrate various items such as startup program folders, registry, task schedulers, and services. Instead of deletion, it is disabled to change the settings safely. Download Kilhonet Download   How to use Run the program. Click or drag a list of installed programs. Click the "Remove" button. License Bank cleaners are freeWare. You can use it freely without space restrictions on your company, home, government office, and school. You can be distributed freely anywhere. Frequently asked questions (FAQ) The bank cleaner ...

Registry Monitoring (Delphi)

How to use Procedure RegistryMonitor (Rootkey: hKey; Key: String; Proc: Tproc; WatchSub: boolean); begin TTHREAD.CREATEANYNYMOUSTHREAD (Procedure var Reg: Tregistry; Event: Cardinal; begin Reg: = trrewistry.create; Reg.rootkey: = rootKey; if reg.openkeyreadonly (key) begin Event: = Createevent (NIL, FALSE, FALSE, NIL); if event> 0 then begin while true do begin RegNotifychandureKeyvalue (reg.currentkey, watchsub, reg_notify_Change_last_set, event, true); if waitForsingleObject (event, infinite) = wait_object_0 the tthread.synchronize (TTHREAD.CURENTHREAD, Procedure Begin Proc End); End; End; End; Reg.Free; end) .start; End; // Proc: Enter command // WatchSub: Subside monitoring ...

Installation and use of morphological analysis (PHP)

Installation Environment: Centos7 Basic, php7 Yum Install GCC-C ++ Java-1.7.0-OPENJDK-Devel Python-Devel ZLIB-Devel OpenSSL-Devel Git-Y wget https://www.python.org/ftp/python/3.6.1/python-3.6.1.tgz TAR XF Python-3.* CD Python-3.* ./configure make Make Altinstall pip3.6 Install jpype1-Py3 PIP3.6 Install Konlpy CD .. wget https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.2.tar.gz TAR ZXFV MECAB-0.996-KO-0.2.2.tar.gz CD Mecab-0.996-KO-0.9.2 ./configure make Make Install CD .. wget https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.0.1-20150920.tar.gz TAR ZXFV MECAB-KO-DIC-2.0.1-20150920.tar.gz CD MECAB-KO-DIC-2.0.1-20150920 ./autogen.sh ./configure make Make Install CD/USR/Local/SRC/ git clone https://github.com/rsky/php-mecab.git CD/USR/LOCAL/SRC/PHP-MECAB/MECAB phpize ./configure --with-PHP-config =/usr/bin/php-config --with-mecab =/usr/local/bin/mecab-config make make test Make Install Echo "Extension = mecab.so"> /etc/php.d/mecab.ini Systemctl Restart httpd.service PHP ...