posted in Info, Tools & sources on Dec 23rd, 2011
Well, the last missing features like depoisoning, correctly working half-duplex MITM with ARP poisoning and parsing DNS requests are finally implemented. Testing outside my own test environment will start at about 26. december. Bugfixing will take some time and I think after new year version 1.0 is available for download. 15/18 Dec. as dead line [...]
read full post »
posted in C, Tools & sources, Windows on Nov 25th, 2011
As mentioned earlier I’m going to upload sources that belong to the prototype of the new project. And as it is new, alpha and tested in a modest scope I cant guarantee it’s working without faults. In case you encounter problems let me know and drop a mail. TCPReassemble, as the name says, reassembles TCP [...]
read full post »
posted in C, Coders corner, Tools & sources on Jan 23rd, 2011
Tool name : ARPScanner Description : ARPScanner is tool to scan an IP range based on ARP requests/replies. Tested on : Win XP Feedback : In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i’ve not yet tested [...]
read full post »
posted in C#, Coders corner, Tools & sources on Jan 11th, 2011
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 using System; using System.Diagnostics; namespace MyProcesses { class MyProcesses { static [...]
read full post »
posted in C#, Coders corner, Tools & sources on Jan 7th, 2011
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 using System; using System.Diagnostics; namespace MyProcesses { class MyProcesses { static void Main(string[] args) { Process lProc = new Process(); lProc.StartInfo.FileName = "iexplore.exe"; lProc.StartInfo.Arguments [...]
read full post »