Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
ruby /
vendor_ruby /
mail /
parsers /
[ HOME SHELL ]
Name
Size
Permission
Action
address_lists_parser.rb
1.39
MB
-rw-r--r--
address_lists_parser.rl
4.54
KB
-rw-r--r--
content_disposition_parser.rb
27.77
KB
-rw-r--r--
content_disposition_parser.rl
2.14
KB
-rw-r--r--
content_location_parser.rb
24.37
KB
-rw-r--r--
content_location_parser.rl
1.78
KB
-rw-r--r--
content_transfer_encoding_pars...
14.67
KB
-rw-r--r--
content_transfer_encoding_pars...
1.56
KB
-rw-r--r--
content_type_parser.rb
32.39
KB
-rw-r--r--
content_type_parser.rl
2.13
KB
-rw-r--r--
date_time_parser.rb
26.95
KB
-rw-r--r--
date_time_parser.rl
1.32
KB
-rw-r--r--
envelope_from_parser.rb
127.9
KB
-rw-r--r--
envelope_from_parser.rl
1.91
KB
-rw-r--r--
message_ids_parser.rb
103.07
KB
-rw-r--r--
message_ids_parser.rl
1.92
KB
-rw-r--r--
mime_version_parser.rb
14.15
KB
-rw-r--r--
mime_version_parser.rl
1.4
KB
-rw-r--r--
phrase_lists_parser.rb
26.94
KB
-rw-r--r--
phrase_lists_parser.rl
1.83
KB
-rw-r--r--
received_parser.rb
331.92
KB
-rw-r--r--
received_parser.rl
1.96
KB
-rw-r--r--
rfc2045_content_transfer_encod...
486
B
-rw-r--r--
rfc2045_content_type.rl
1.06
KB
-rw-r--r--
rfc2045_mime.rl
435
B
-rw-r--r--
rfc2183_content_disposition.rl
483
B
-rw-r--r--
rfc3629_utf8.rl
647
B
-rw-r--r--
rfc5234_abnf_core_rules.rl
440
B
-rw-r--r--
rfc5322.rl
2.11
KB
-rw-r--r--
rfc5322_address.rl
2.92
KB
-rw-r--r--
rfc5322_date_time.rl
1.35
KB
-rw-r--r--
rfc5322_lexical_tokens.rl
2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rfc5322.rl
%%{ # RFC 5322 Internet Message Format # https://tools.ietf.org/html/rfc5322 # # RFC 6854 Update to Internet Message Format to Allow Group Syntax in the "From:" and "Sender:" Header Fields # https://tools.ietf.org/html/rfc6854 machine rfc5322; alphtype int; include rfc5234_abnf_core_rules "rfc5234_abnf_core_rules.rl"; # 3.2. Lexical Tokens include rfc5322_lexical_tokens "rfc5322_lexical_tokens.rl"; # 3.3. Date and Time Specification include rfc5322_date_time "rfc5322_date_time.rl"; # 3.4. Address Specification include rfc5322_address "rfc5322_address.rl"; # 3.5. Overall Message Syntax #rfc5322_text = 0x01..0x09 | "\v" | "\f" | 0x0e..0x1f; #text = rfc5322_text | utf8_non_ascii; # RFC6532 for UTF-8 #obs_body = ((LF* CR* ((0x00 | text) LF* CR*)*) | CRLF)* #body = ((text{,998} CRLF)* text{,998}) | obs_body; #message = (fields | obs_fields) (CRLF body)?; # 3.6. Field Definitions # 3.6.4. Identification Fields obs_id_left = local_part; id_left = dot_atom_text | obs_id_left; # id_right modifications to support multiple '@' in msg_id. msg_id_atext = ALPHA | DIGIT | "!" | "#" | "$" | "%" | "&" | "'" | "*" | "+" | "-" | "/" | "=" | "?" | "^" | "_" | "`" | "{" | "|" | "}" | "~" | "@"; msg_id_dot_atom_text = (msg_id_atext+ "."?)+; obs_id_right = domain; no_fold_literal = "[" (dtext)* "]"; id_right = msg_id_dot_atom_text | no_fold_literal | obs_id_right; msg_id = (CFWS)? (("<" id_left "@" id_right ">") >msg_id_s %msg_id_e) (CFWS)?; message_ids = msg_id (CFWS? msg_id)*; # 3.6.7 Trace Fields # Added CFWS? to increase robustness (qmail likes to include a comment) received_token = word | angle_addr | addr_spec_no_angle_brackets | domain; received = ((CFWS? received_token*) >received_tokens_s %received_tokens_e) ";" date_time; # Envelope From ctime_date = day_name " "+ month " "+ day " " time_of_day " " year; null_sender = ('<>' ' '{0,1}); envelope_from = (addr_spec_no_angle_brackets | null_sender) >address_s %address_e " " (ctime_date >ctime_date_s %ctime_date_e); }%%
Close