LATEST NEWS

Category: Windows

img
Oct
26

FileNet Image Services / Content Services / Content Manager Migration

Hi all, I just want to share what I did back when I was migrating FileNet System, I’ve managed to extract about 140 million pages including the metadata, which translates up about 25TB of storage space. These data will be […]

img
May
27

AntiBruteRDP : Mitigating Remote Desktop bruteforce attacks

AntiBruteRDP is a simple tool to block bruteforce attempts on your Windows Servers running RDP. Most people will say that, why have it running in the first place? Well, there are times that you will need to have Remote Desktop […]

img
Jul
23

Parsing Google search without api

hey guys, just wanted to share how you can parse google result without using google api…its a simple version. You will be needing  HTMLAgilityPack to simplify parsing of HTML nodes. (https://htmlagilitypack.codeplex.com/) Function carigugel(ByVal query As String) Dim gs As New […]

img
Jun
25

su for windows, run programs in elevated mode..

Hye guys, just wanna share a simple code here. Its su for windows, just like the UNIX’s su, to run any program in elevated mode. I created this to quickly run my tools under elevated mode. Here’s the C# code. Just […]