rdpahalavan commited on
Commit
18d047e
1 Parent(s): 32c7b46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -24
README.md CHANGED
@@ -22,27 +22,29 @@ tags:
22
  ---
23
 
24
  This model was fine-tuned for classifying a network packet into the following categories:
25
- 'Analysis'
26
- 'Backdoor'
27
- 'Bot'
28
- 'DDoS'
29
- 'DoS'
30
- 'DoS GoldenEye'
31
- 'DoS Hulk'
32
- 'DoS SlowHTTPTest'
33
- 'DoS Slowloris'
34
- 'Exploits'
35
- 'FTP Patator'
36
- 'Fuzzers'
37
- 'Generic'
38
- 'Heartbleed'
39
- 'Infiltration'
40
- 'Normal'
41
- 'Port Scan'
42
- 'Reconnaissance'
43
- 'SSH Patator'
44
- 'Shellcode'
45
- 'Web Attack - Brute Force'
46
- 'Web Attack - SQL Injection'
47
- 'Web Attack - XSS'
48
- 'Worms'
 
 
 
22
  ---
23
 
24
  This model was fine-tuned for classifying a network packet into the following categories:
25
+ ```python
26
+ ['Analysis',
27
+ 'Backdoor',
28
+ 'Bot',
29
+ 'DDoS',
30
+ 'DoS',
31
+ 'DoS GoldenEye',
32
+ 'DoS Hulk',
33
+ 'DoS SlowHTTPTest',
34
+ 'DoS Slowloris',
35
+ 'Exploits',
36
+ 'FTP Patator',
37
+ 'Fuzzers',
38
+ 'Generic',
39
+ 'Heartbleed',
40
+ 'Infiltration',
41
+ 'Normal',
42
+ 'Port Scan',
43
+ 'Reconnaissance',
44
+ 'SSH Patator',
45
+ 'Shellcode',
46
+ 'Web Attack - Brute Force',
47
+ 'Web Attack - SQL Injection',
48
+ 'Web Attack - XSS',
49
+ 'Worms']
50
+ ```