-
-
megahal
... are computer programs which give the appearance of
conversing with a user in natural language. Such programs are effective
because they exploit the fact that human beings tend to read much more
meaning into what is said than is actually there; we are ...
-
fredit
... know about
you, but I personally am ready for a change -- a new editor with a better
design and potential to fully exploit contemporary hardware and software.
Yzis was going in the right direction, but that project is dead now.
Plan
----
- start with ...
-
enigmamachine
... of this means, don't run it. I'm not responsible if
your enigmamachine screws up your system, allows people to exploit you, or
eats your mother.
== Installation
Enigmamachine is written in Ruby and uses the Sinatra web framework, the
Datamapper ORM ...
-
ronin-example
... is a Ruby library for Ronin that serves as a template for
other Ronin libraries.
Ronin is a Ruby platform for exploit development and security research.
Ronin allows for the rapid development and distribution of code, exploits
or payloads over many ...
-
ProcessLab
... System
ProcessLab README
=================
ProcessLab is an Enterprise Knowledge Management tool. It provides a central
repository to capture and exploit an organization's knowhow in terms of it's
unstructured data: text for example, structured data: ...
-
ronin
...
Ronin provides a Repository system, allowing users to organize and share
miscallaneous Data, Code, [Exploits][example-exploit],
[Payloads][example-payload], [Scanners][example-scanner], etc.
$ ronin install git://github.com/user/myexploits.git
### ...
-
ronin-exploits
... # Deploys the built exploit.
#
deploy do
tcp_send @buffer
end
#
# Evacuates the deployed exploit.
#
evacuate do
tcp_send "QUIT"
end
end
Define a shellcode payload:
require 'ronin/ ...
-
ronin-gen
... ## Description
Ronin Gen is a Ruby library for Ronin that provides various generators.
[Ronin] is a Ruby platform for exploit development and security research.
Ronin allows for the rapid development and distribution of code, exploits
or payloads over ...
-
ronin-scanners
... library for Ronin that provides Ruby interfaces to
various third-party security scanners.
[Ronin] is a Ruby platform for exploit development and security research.
Ronin allows for the rapid development and distribution of code, exploits
or payloads over ...
-
ronin-sql
... :
```ruby
"O'Brian".sql_escape
# => "'O''Brian'"
```
Unescapes a SQL String:
```ruby
"'O''Brian'".sql_unescape
# => "O'Briand"
```
Hex encode a String:
```ruby
"exploit".sql_encode
# => "0x6578706c6f6974"
```
Hex decode a String:
```ruby
string = " ...
-