tag archive 'source'

#define WLAN_MAX_NAME_LENGTH 256   #include <windows.h> #include <stdio.h> #include <wlanapi.h>     #pragma comment(lib, "Wlanapi.lib") #pragma comment(lib, "Rpcrt4.lib")   int main(int argc, char **argv) { int lRetVal = 0; DWORD dwServiceVersion = 0; HANDLE lClientHandle = NULL; PWLAN_INTERFACE_INFO_LIST lIfcList = NULL; RPC_WSTR lGUID = NULL; UINT lCounter = 0; char *lIfcState = NULL;     [...]

read full post »

Traceroute

Tool name : Traceroute   Description : Traceroute is a tool to find out the route data packets will take to get to a specific system in the net. It’s has a GUI, it’s easy to use and the source is included. Further features will be added in later releases.   Tested on : Windows [...]

read full post »

Tool name : FFLogDump 0.1   Description : FFLogDump is a tool to access the Firefox 3.* main logfile and extract details about sites the user visited. In this version cookie information, favorites/bookmarks and the browsing history are extracted.   Tested on : Windows XP, Firefox 3.5.1   Feedback : In case you encounter any [...]

read full post »

Trj/Casper.A sources.

      Name Trj.Casper   Type RAT     Author Unknown     Written in C     Description This sourcecode dates back to 2004. It is quite old and its functionality is rather limited. The intresting part in this source code is the injection section which represents the biggest part of it. It [...]

read full post »

PowerShell worm Skowor

      Name Worm.MSH.Skowor.A   Type Worm     Author sk0r/Czybik     Written in PowerShell     Description I was looking for PowerShell based malware and eventually found the POC Skowor worm. The only worm written in this language. It attempts to propagate via the Kazaa P2P network by putting a copy of [...]

read full post »

« newer posts - older posts »