James Lee
|
8a009c5b48
|
initial support for SOCKS5
git-svn-id: file:///home/svn/framework3/trunk@5537 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-22 22:55:38 +00:00 |
James Lee
|
487d7d0bec
|
spaces -> tabs. =(
git-svn-id: file:///home/svn/framework3/trunk@5536 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-22 20:01:41 +00:00 |
James Lee
|
4733e56c5a
|
add 'resource' command, no tab completion yet because i'm lazy
git-svn-id: file:///home/svn/framework3/trunk@5535 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-22 19:59:12 +00:00 |
HD Moore
|
8c244f4422
|
This patch makes pcap.next non-blocking from a Ruby thread perspective. It does eat more CPU if there are no select() loops in the calling Ruby parent, but this isnt too common and never an issue for MSF
git-svn-id: file:///home/svn/framework3/trunk@5534 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-22 17:14:11 +00:00 |
Mario Ceballos
|
13859c23d9
|
added exploit module novelliprint_getdriversettings.rb.
git-svn-id: file:///home/svn/framework3/trunk@5533 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-19 00:06:18 +00:00 |
James Lee
|
73dd9aa89f
|
show the name of the module in the output of 'show options' and friends
git-svn-id: file:///home/svn/framework3/trunk@5532 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-18 08:30:26 +00:00 |
Mario Ceballos
|
8e7ac6c9ac
|
added exploit module creative_software_cachefolder.rb
git-svn-id: file:///home/svn/framework3/trunk@5531 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-17 15:11:17 +00:00 |
James Lee
|
44e16600d1
|
typo fix
git-svn-id: file:///home/svn/framework3/trunk@5530 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-16 05:39:36 +00:00 |
Patrick Webster
|
8414b5bc6a
|
Added asus module from Jacopo Cervini.
git-svn-id: file:///home/svn/framework3/trunk@5529 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-09 05:13:44 +00:00 |
Patrick Webster
|
1c6a33cb01
|
Added gld_postfix.rb module
git-svn-id: file:///home/svn/framework3/trunk@5528 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-07 02:16:34 +00:00 |
HD Moore
|
dd643436ee
|
Module typo correction
git-svn-id: file:///home/svn/framework3/trunk@5527 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-06 04:41:05 +00:00 |
HD Moore
|
06c6ad6acd
|
Add riot's DoubleTake exploit. Set the svn:keywords properties where it was missing
git-svn-id: file:///home/svn/framework3/trunk@5526 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-06 04:39:44 +00:00 |
HD Moore
|
3f519b6d9b
|
Brightstor module from toto
git-svn-id: file:///home/svn/framework3/trunk@5525 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-06 04:30:56 +00:00 |
HD Moore
|
ed43da5b07
|
Modules from Matteo Cantoni
git-svn-id: file:///home/svn/framework3/trunk@5524 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-06 04:29:41 +00:00 |
HD Moore
|
d437a0edda
|
Added NTP probe from Matteo Cantoni
git-svn-id: file:///home/svn/framework3/trunk@5523 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-06 04:29:19 +00:00 |
Matt Miller
|
b2b7a05abb
|
comment out stage encoding until I can troubleshoot it some more
git-svn-id: file:///home/svn/framework3/trunk@5522 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-05 07:03:10 +00:00 |
HD Moore
|
67b418475d
|
Temporarily revert to the old readline behavior
git-svn-id: file:///home/svn/framework3/trunk@5521 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-05 00:15:40 +00:00 |
HD Moore
|
e55a9d29a4
|
Temporarily disable the new readline mode
git-svn-id: file:///home/svn/framework3/trunk@5520 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-05 00:13:33 +00:00 |
HD Moore
|
b844a31fcc
|
Re-enable readline history
git-svn-id: file:///home/svn/framework3/trunk@5519 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-05 00:01:38 +00:00 |
HD Moore
|
14d8bc67fc
|
This patch solves a slowness problem introduced by the ruby thread scheduler and the readline extension. For every time slice that the readline thread receives, it does a 100ms select(stdin), which severely impacts the performance of all other running threads. This patch pushes readline into a forked subprocess. Not the most elegant, but it will do until we have a real client-server model.
git-svn-id: file:///home/svn/framework3/trunk@5518 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-04 22:56:25 +00:00 |
Patrick Webster
|
405637297f
|
Added guestbook_ssi_exec.rb module.
git-svn-id: file:///home/svn/framework3/trunk@5517 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-04 12:19:43 +00:00 |
Patrick Webster
|
777095f572
|
added winvnc_http_get.rb module.
git-svn-id: file:///home/svn/framework3/trunk@5516 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-03 14:56:10 +00:00 |
Mario Ceballos
|
4aad680752
|
added exploit module borland_starteam.rb
git-svn-id: file:///home/svn/framework3/trunk@5515 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-06-01 11:42:31 +00:00 |
Matt Miller
|
7ecda0a786
|
update comment
git-svn-id: file:///home/svn/framework3/trunk@5513 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-26 10:27:22 +00:00 |
Matt Miller
|
2be17ce819
|
patch from Kris Katterjohn
git-svn-id: file:///home/svn/framework3/trunk@5512 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-26 08:42:17 +00:00 |
Matt Miller
|
30ae3af6fb
|
experimental: stages encoded by default, set DisableStageEncoding 1 to disable
git-svn-id: file:///home/svn/framework3/trunk@5511 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-26 07:59:03 +00:00 |
Matt Miller
|
d94bfaf373
|
better support for nx with dllinject payloads/meterp
git-svn-id: file:///home/svn/framework3/trunk@5510 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-26 06:34:12 +00:00 |
pusscat
|
2327063569
|
Added a fix
git-svn-id: file:///home/svn/framework3/trunk@5509 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-20 20:55:01 +00:00 |
James Lee
|
e1a25c1383
|
payload generate now honors ENCODER instead of requiring -e
git-svn-id: file:///home/svn/framework3/trunk@5508 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-19 23:56:17 +00:00 |
James Lee
|
c0b39cc234
|
"set foo" prints the value of foo if it exists; really, that's it this time
git-svn-id: file:///home/svn/framework3/trunk@5507 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-17 06:27:03 +00:00 |
James Lee
|
2db9dd6ab2
|
Reversing over greedy commit. =(
git-svn-id: file:///home/svn/framework3/trunk@5506 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-17 06:17:41 +00:00 |
James Lee
|
93199c5610
|
"set foo" prints the value of foo if it exists
git-svn-id: file:///home/svn/framework3/trunk@5505 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-17 05:29:32 +00:00 |
HD Moore
|
5ec3509103
|
egypt found a bug, regenerate payload was overwriting datastore entries and not setting them back
git-svn-id: file:///home/svn/framework3/trunk@5504 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-16 21:20:43 +00:00 |
Mario Ceballos
|
9871f14f32
|
added exploit module bigant_server.rb
git-svn-id: file:///home/svn/framework3/trunk@5503 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-15 00:58:44 +00:00 |
Patrick Webster
|
0adab629ba
|
Added ntp module, linux egghunter
git-svn-id: file:///home/svn/framework3/trunk@5502 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-12 14:49:45 +00:00 |
Mario Ceballos
|
477933a0a7
|
added exploit module lgserver_rxrlogin.rb
git-svn-id: file:///home/svn/framework3/trunk@5501 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-05 23:27:33 +00:00 |
HD Moore
|
88a04a0ba0
|
New FrontPage modules from Matteo Cantoni
git-svn-id: file:///home/svn/framework3/trunk@5500 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-05-01 18:53:28 +00:00 |
Matt Miller
|
e63a121341
|
merge incognito updates from Luke Jennings
git-svn-id: file:///home/svn/framework3/trunk@5499 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-28 16:57:49 +00:00 |
James Lee
|
8116b32e14
|
allow comments in resource files.
git-svn-id: file:///home/svn/framework3/trunk@5498 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-26 18:28:41 +00:00 |
James Lee
|
899973b7ea
|
Send 404 when we can't exploit a mozilla browser so client doesn't hang.
git-svn-id: file:///home/svn/framework3/trunk@5497 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-26 18:10:41 +00:00 |
James Lee
|
faa5f7c967
|
randomize_space
git-svn-id: file:///home/svn/framework3/trunk@5496 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-25 05:29:29 +00:00 |
James Lee
|
297e4f4b4d
|
Fork doesn't work on windows
git-svn-id: file:///home/svn/framework3/trunk@5495 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-25 04:37:53 +00:00 |
James Lee
|
af4ac919fe
|
add whitespace randomization to Rex::Text. Will update modules to use this instead of copy-paste
git-svn-id: file:///home/svn/framework3/trunk@5494 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-23 06:54:00 +00:00 |
HD Moore
|
77f7be3e75
|
New, cleaner form snippets
git-svn-id: file:///home/svn/framework3/trunk@5493 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-23 04:17:30 +00:00 |
HD Moore
|
231529d684
|
Nuke these for now, need to rebuild
git-svn-id: file:///home/svn/framework3/trunk@5492 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-23 03:44:24 +00:00 |
HD Moore
|
16170bd716
|
Let the GUI handle -r, change default window size to fit smaller screens, updated HTTP capture code, added keywords to payload
git-svn-id: file:///home/svn/framework3/trunk@5491 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-22 23:20:35 +00:00 |
HD Moore
|
84d921633b
|
Fun with saved passwords
git-svn-id: file:///home/svn/framework3/trunk@5490 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-22 18:48:21 +00:00 |
HD Moore
|
2eb50c4bb7
|
Top 500 sites from alexa
git-svn-id: file:///home/svn/framework3/trunk@5489 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-21 22:52:51 +00:00 |
HD Moore
|
e237177e6d
|
Remove the JS function
git-svn-id: file:///home/svn/framework3/trunk@5488 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-21 22:47:26 +00:00 |
HD Moore
|
70fde3052d
|
Place the UNC url last
git-svn-id: file:///home/svn/framework3/trunk@5487 4d416f70-5f16-0410-b530-b9f4589650da
|
2008-04-21 22:02:39 +00:00 |