This website requires JavaScript.
Explore
Help
Sign In
adam
/
metasploit-gs
Watch
1
Star
0
Fork
0
You've already forked metasploit-gs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
860e29228b09467d78894de3b0ec7ca10055bbb2
metasploit-gs
/
lib
/
msf
/
core
/
model
/
user.rb
T
13 lines
109 B
Ruby
Raw
Normal View
History
Unescape
Escape
Merge in loot and user, fix up telnet to handle eof better
2010-02-22 23:45:43 +00:00
module
Msf
class
DBManager
class
User
<
ActiveRecord
::
Base
include
DBSave
Add user.prefs
2010-05-01 22:02:00 +00:00
Patch ActiveRecord to use marshal instead of yaml for serialization
2010-05-02 16:46:44 +00:00
serialize
:prefs
Merge in loot and user, fix up telnet to handle eof better
2010-02-22 23:45:43 +00:00
end
end
end
Reference in New Issue
Copy Permalink