Design Project
From CSSEMediaWiki
(Difference between revisions)
m |
(COSC427 Design Project) |
||
Line 1: | Line 1: | ||
− | + | = COSC427 Design Project = | |
− | == | + | == Introduction == |
− | + | As a joint project DouglasWall and I are developing an Implant and Controller for the Information Warfare course COSC429. This project will be topic of my COSC427 design project. The project consists of an application which allows nefarious activities to be performed on a target machine from the comfort of a separate machine. These activities could include, | |
+ | |||
+ | * Keylogging | ||
+ | * Screen Grabbing | ||
+ | * Remote access to a command prompt. | ||
+ | * Stealing files | ||
+ | * Executing code | ||
+ | |||
+ | The project is to be developed for Windows operating systems. It will be coded in C# and is being developed in Visual Studio 2008. We intend to code using Test Driven Development. | ||
+ | |||
+ | == Requirements == | ||
+ | |||
+ | == Design (1) == | ||
+ | |||
+ | == Design (2) == | ||
+ | |||
+ | == Design (3) == | ||
+ | |||
+ | == Draft Notes - Please Ignore == | ||
+ | |||
+ | * What is this project | ||
+ | * What specifically are our requirements | ||
+ | * What is the language and development tools | ||
+ | * What are the intial design sketches | ||
+ | * Why have I chosen that initial design | ||
+ | * What is wrong with that design | ||
+ | * Continued iterations of the design with justifications | ||
+ | |||
+ | == References == |
Revision as of 13:27, 9 September 2009
Contents |
COSC427 Design Project
Introduction
As a joint project DouglasWall and I are developing an Implant and Controller for the Information Warfare course COSC429. This project will be topic of my COSC427 design project. The project consists of an application which allows nefarious activities to be performed on a target machine from the comfort of a separate machine. These activities could include,
- Keylogging
- Screen Grabbing
- Remote access to a command prompt.
- Stealing files
- Executing code
The project is to be developed for Windows operating systems. It will be coded in C# and is being developed in Visual Studio 2008. We intend to code using Test Driven Development.
Requirements
Design (1)
Design (2)
Design (3)
Draft Notes - Please Ignore
* What is this project * What specifically are our requirements * What is the language and development tools * What are the intial design sketches * Why have I chosen that initial design * What is wrong with that design * Continued iterations of the design with justifications