Standardized definitions
This commit is contained in:
21
app/src/main/resources/rules.txt
Normal file
21
app/src/main/resources/rules.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
//Standardized definitions
|
||||
digit = [0-9];
|
||||
port = [1-65536]{1,5}; TODO: Corriger
|
||||
size = [0-9]{1,10};
|
||||
line = \r\n;
|
||||
visiblechar = \p{Print};
|
||||
passchar = [^\s!];
|
||||
binary = .;
|
||||
password = [^\s!]{5,50};
|
||||
bl = \s;
|
||||
letter = [A-Za-z];
|
||||
digit_letter = [A-Za-z0-9];
|
||||
filename = [^\s!]{1,20};
|
||||
domain = [A-Za-z0-9.]{5,20};
|
||||
hash_filename = [A-Za-z0-9.]{50,200};
|
||||
hash_filecontent = [A-Za-z0-9.]{50,200};
|
||||
file_info = [A-Za-z0-9.]{50,200}\s[0-9]{1,10}\s[A-Za-z0-9.]{50,200};
|
||||
login = [A-Za-z0-9]{2,20};
|
||||
|
||||
//StorBackEnd to FileFrontEnd
|
||||
sbe_hello =
|
||||
Reference in New Issue
Block a user