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-mechanize /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
EXAMPLES.rdoc
4.54
KB
-rw-r--r--
flickr_upload.rb
518
B
-rw-r--r--
mech-dump.rb
94
B
-rw-r--r--
proxy_req.rb
140
B
-rw-r--r--
rubygems.rb
665
B
-rw-r--r--
spider.rb
469
B
-rw-r--r--
wikipedia_links_to_philosophy....
3.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : flickr_upload.rb
require 'rubygems' require 'mechanize' agent = Mechanize.new # Get the flickr sign in page page = agent.get 'http://flickr.com/signin/flickr/' # Fill out the login form form = page.form_with :name => 'flickrloginform' form.email = ARGV[0] form.password = ARGV[1] form.submit # Go to the upload page page = page.link_with(:text => 'Upload').click # Fill out the form form = page.forms.action('/photos_upload_process.gne').first form.file_uploads.name('file1').first.file_name = ARGV[2] form.submit
Close