diff options
| author | Alee <alee14498@gmail.com> | 2018-04-29 19:04:32 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-29 19:04:32 -0400 |
| commit | ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6 (patch) | |
| tree | 7c3f40b63e0eaec586e3f10ba3aaffa897796fa5 /Nodes | |
| download | Project-Byte-ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6.tar.gz Project-Byte-ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6.tar.bz2 Project-Byte-ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6.zip | |
Inital Commit
Diffstat (limited to 'Nodes')
| -rwxr-xr-x | Nodes/TestNode.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Nodes/TestNode.xml b/Nodes/TestNode.xml new file mode 100755 index 0000000..455e4c1 --- /dev/null +++ b/Nodes/TestNode.xml @@ -0,0 +1,13 @@ +<?xml version = "1.0" encoding = "UTF-8" ?>
+<Computer id="testNode" name="Test Node" type="empty">
+
+ <portsForCrack val="3" />
+ <ports>22, 21, 25</ports>
+ <trace time="-1" />
+
+ <file path="home" name="example.txt">This is a file!
+You can write whatever you want here.</file>
+
+ <file path="bin" name="ThemeChanger.exe">#THEMECHANGER_EXE#</file>
+
+</Computer>
\ No newline at end of file |
