Subscribe via RSS ... Subscribe via e-mail ... Follow me on Twitter ... Follow me on Facebook ...

tag archive 'source'

Reptile bot source code.

      Bot name reptile bot   Author Unknown     Written in C     Description In reptile bot many of the typical RAT functions were implemented, simple and straightforward. A rootkit is included as well (I think it it’s the FU rootkit). You find a sniffer, ftp server, process handler, service handler, [...]

read full post »

Agobot source code.

      RAT name Agobot   Author Axel Gembe     Written in C++     Description Agobot (Gaobot) is a family of computer worms. Axel Gembe was responsible for writing the first version. The Agobot source code describes it as: “a modular IRC bot for Win32 / Linux”. Most Agobots have the following [...]

read full post »

#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 »

older posts »