Extensions: Remove IPEC extension (#2792)

* Remove browser extension payloads from Social Engineering modules

* Extensions: Remove IPEC extension
This commit is contained in:
bcoles
2023-04-03 15:01:52 +10:00
committed by GitHub
parent 92fe621425
commit 58efd34f8c
31 changed files with 7 additions and 673 deletions

View File

@@ -1,9 +0,0 @@
class CreateIpecExploit < ActiveRecord::Migration[6.0]
def change
create_table :ipec_exploits do |t|
t.text :name
t.text :protocol
t.text :os
end
end
end

View File

@@ -1,9 +0,0 @@
class CreateIpecExploitRun < ActiveRecord::Migration[6.0]
def change
create_table :ipec_exploit_runs do |t|
t.boolean :launched
t.text :http_headers
t.text :junk_size
end
end
end