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 /
share /
doc /
ruby-thor /
[ HOME SHELL ]
Name
Size
Permission
Action
README.md
1.77
KB
-rw-r--r--
changelog.Debian.gz
1.58
KB
-rw-r--r--
copyright
1.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
Thor ==== [][gem] [][travis] [][codeclimate] [][coveralls] [gem]: https://rubygems.org/gems/thor [travis]: http://travis-ci.org/erikhuda/thor [codeclimate]: https://codeclimate.com/github/erikhuda/thor [coveralls]: https://coveralls.io/r/erikhuda/thor Description ----------- Thor is a simple and efficient tool for building self-documenting command line utilities. It removes the pain of parsing command line options, writing "USAGE:" banners, and can also be used as an alternative to the [Rake][rake] build tool. The syntax is Rake-like, so it should be familiar to most Rake users. Please note: Thor, by design, is a system tool created to allow seamless file and url access, which should not receive application user input. It relies on [open-uri][open-uri], which combined with application user input would provide a command injection attack vector. [rake]: https://github.com/ruby/rake [open-uri]: https://ruby-doc.org/stdlib-2.5.1/libdoc/open-uri/rdoc/index.html Installation ------------ gem install thor Usage and documentation ----------------------- Please see the [wiki][] for basic usage and other documentation on using Thor. You can also checkout the [official homepage][homepage]. [wiki]: https://github.com/erikhuda/thor/wiki [homepage]: http://whatisthor.com/ Contributing ------------ If you would like to help, please read the [CONTRIBUTING][] file for suggestions. [contributing]: CONTRIBUTING.md License ------- Released under the MIT License. See the [LICENSE][] file for further details. [license]: LICENSE.md
Close