Home
c0ldstudy
Cancel

How to deploy shadowsocks and Kcptun on ubuntu server

Install Shadowsocks Install shadowsocks sslocal -c ss.json .json file: { "server":"11.22.33.44", "server_port":443, "local_port":1080, "password":"123456", "timeout":600, "method":"aes-256...

Jekyll Tutorial

First thing: Jekyll is a static website framework which is useful for building a blog. Jekyll is build by ruby and need to use gem as a package management. FYI: most of the content of the blog is ...

How to use Homebrew

Homebrew Recently, I have met with some problems about Homebrew which are very annoyed. I have not spend some times on learning homebrew and reading its documents. I think it is a time to summariz...

Machine Learning Summary

I will keep doing researches in adversarial machine learning, so I need to master the basci knowledge stuff. I want to use this blog to record the important and interesting things. Some repositori...

Threat Hunting Tools Summary

Recently I am working on searching the threat hunting tools and categoried them. So I writed the blog to save the detail about them. osquery-kolide/fleet/redis-mysql Justniffer Tools List: ...

Adobe Illstrator self learning

Adobe Illstrator is a software to design the web UI or the architecture layout. The reason I use it is to master a way to draw beautiful picture in papers. So I find a tutorial in the Youtube and r...

Windows Event Log

Windows Event Log default Path: %systemroot%\system\winevt\Logs Use commands to gain the event log Wevtutil.exe: retrieve information about event logs and publishers. It can also be u...

Windows Hash Achievement via VSS

The blog introduces and summarizes several ways to get ntds.dit file by vss which is preinstalled in Windows and decrypt the file to get the hash which can be used in other attack. As a result, the...

Permeation Skills

Basic Knowledge Active Directory Domain Services is Microsoft’s Directory Server. It provides authentication and authorization mechanisms as well as a framework within which other related servi...

IP Command

Recently, I need to configure a bunch of switches to construct a leaf-spine network. And IP command is a good choice to do this software-base configuration. And how I summaried the ip command’s usa...