User Control Panel
Advertisements

HELP US, HELP YOU!

bots on red hat linux
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol
View unanswered posts
Author Message
jordanovjarra
Member
Member


Joined: 07 Nov 2003
Posts: 140

Reputation: 33.2Reputation: 33.2Reputation: 33.2

PostPosted: Fri Nov 07, 2003 7:05 pm    Post subject: Reply with quote

hey just done a clean install of red hat
installed perl apache etc
Downloaded your msn pm but im not sure how to get it to work
When i run demo.pl from the terminal i get this error
ERROR: No expected reply recieved... at MSN.pm line 882, line 3.
do i need to install or configure somthing or does this only work on windows, im kinda a noob to red hat so could you explain thourglhy ,
thx
Back to top
eric256
The Keymaker
The Keymaker


Joined: 03 May 2006
Posts: 2292
Location: Colorado
Reputation: 47Reputation: 47Reputation: 47Reputation: 47Reputation: 47

PostPosted: Fri Nov 07, 2003 7:17 pm    Post subject: Reply with quote

The no expected reply means (crypticaly) that it failed to login to the SSL server. Hopefully keenie or someone here can help you from there!

Windows SSL updates will most likely NOT work on Linux.

_________________
Eric256
Proud previous owner and current admin of Bot-depot.com
Back to top
Keenie
Almost An Agent
Almost An Agent


Joined: 31 Oct 2003
Posts: 1071

Reputation: 52.4

PostPosted: Fri Nov 07, 2003 8:55 pm    Post subject: Reply with quote

find a copy of openSSL install that, and then find and install Crypt::SSLeay, should work after that Smile

ok you dont have to go find them, i went and found them for you Razz
Back to top
jordanovjarra
Member
Member


Joined: 07 Nov 2003
Posts: 140

Reputation: 33.2Reputation: 33.2Reputation: 33.2

PostPosted: Fri Nov 07, 2003 11:58 pm    Post subject: Reply with quote

thx keenie im doing that now, ill let *lazy* know how i got on
Smile
Back to top
jordanovjarra
Member
Member


Joined: 07 Nov 2003
Posts: 140

Reputation: 33.2Reputation: 33.2Reputation: 33.2

PostPosted: Sat Nov 08, 2003 12:42 am    Post subject: Reply with quote

hey thx sooooooooooooooooooooooooooooooooooo much this solved the small problem
thx so much for the help Smile
Back to top
Future owner of cheatbot
Senior Member
Senior Member


Joined: 02 Jan 2004
Posts: 161

Reputation: 31.7Reputation: 31.7Reputation: 31.7

PostPosted: Sat Jan 03, 2004 4:08 pm    Post subject: Reply with quote

umm keenie how do *lazy* install this thigy
Back to top
Keenie
Almost An Agent
Almost An Agent


Joined: 31 Oct 2003
Posts: 1071

Reputation: 52.4

PostPosted: Sat Jan 03, 2004 4:16 pm    Post subject: Reply with quote

download the latest version of openssl
untar it
open your terminal
cd to where you untared it
type su and enter your root password
type ./config --openssldir=/usr/local/openssl
type make
type make test
type make install

download Crypt::SSLeay
untar it
cd to where you untared it
type perl makefile.pl
type make
type make test
type make install

and if everything went well it should be installed
Back to top
Lord Sephiroth
Member
Member


Joined: 02 Jan 2004
Posts: 111

Reputation: 30.8Reputation: 30.8Reputation: 30.8

PostPosted: Sat Apr 10, 2004 5:51 pm    Post subject: Reply with quote

Err done that and it still comes up the same error

Code:
<br />lordsep@wolfcub:~/andromeda$ perl andromeda.pl<br />MSN Module v. 1.3.4<br />Checksum:46938<br /><br />Starting now...<br />Use of uninitialized value in split at lib/MSN.pm line 1276, <GEN1> line 3.<br />Use of uninitialized value in concatenation (.) or string at lib/MSN.pm line 1289, <GEN1> line 3.<br />Authentication Error: No expected reply recieved... at lib/MSN.pm line 1264, <GEN1> line 3.<br />Use of uninitialized value in concatenation (.) or string at lib/MSN.pm line 784, <GEN1> line 4.<br />Exiting...<br />


both openssl and cyrpt is install this is debian
Back to top
Scott
Member
Member


Joined: 29 Nov 2003
Posts: 134

Reputation: 32.3Reputation: 32.3Reputation: 32.3

PostPosted: Sat Apr 10, 2004 9:37 pm    Post subject: Reply with quote

hey keenie just asking:

do you need root access to install em cos i am gonna be putting fedora core on my sytem and need to know for when i do
Back to top
Lord Sephiroth
Member
Member


Joined: 02 Jan 2004
Posts: 111

Reputation: 30.8Reputation: 30.8Reputation: 30.8

PostPosted: Sat Apr 10, 2004 10:36 pm    Post subject: Reply with quote

Yes you do need full roots and i would give root to keenie if wanted to look
Back to top
Keenie
Almost An Agent
Almost An Agent


Joined: 31 Oct 2003
Posts: 1071

Reputation: 52.4

PostPosted: Sun Apr 11, 2004 12:30 am    Post subject: Reply with quote

Lord Sephiroth: What path did you install openSSL to? Crypt::SSLeay likes it in certain places

/usr/local/openssl
or i think the other is
/usr/local/ssl
Back to top
Lord Sephiroth
Member
Member


Joined: 02 Jan 2004
Posts: 111

Reputation: 30.8Reputation: 30.8Reputation: 30.8

PostPosted: Sun Apr 11, 2004 8:17 am    Post subject: Reply with quote

its right cos this is what i get when to do whereis command


Code:
<br />lordsep@wolfcub:~$ whereis openssl<br />openssl: /usr/bin/openssl /usr/local/openssl <br />/usr/share/man/man1/openssl.1ssl.gz <br />/usr/share/man/man1/openssl.1.gz<br />lordsep@wolfcub:~$<br />


I did all the things *lazy* told in the tutrioal but what port does the bot use cos i think its blocked
Back to top
-Mi-
Senior Member
Senior Member


Joined: 02 Aug 2004
Posts: 152
Location: In a special Place
Reputation: 24.5Reputation: 24.5

PostPosted: Thu Aug 12, 2004 6:44 pm    Post subject: Reply with quote

If anyone was wondering how to get the cpan prompt in linx-
Code:
<br />su<br />perl -MCPAN -eshell<br />
Back to top
farkie
God Like
God Like


Joined: 15 Nov 2003
Posts: 673

Reputation: 3.4Reputation: 3.4Reputation: 3.4

PostPosted: Wed Aug 18, 2004 11:58 am    Post subject: Reply with quote

christ..*lazy*going back a bit aint ya..... this topic is OLD man...
Back to top
rodrigo
Newbie
Newbie


Joined: 07 May 2005
Posts: 2

Reputation: 12.2

PostPosted: Sat May 07, 2005 10:48 pm    Post subject: Reply with quote

Hello, I have a Ubuntu box, and when I run ANY bot I get the following message:

Can't locate LWP/Simple.pm in @INC (@INC contains: ./Lib /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Bot.pl line 9.
BEGIN failed--compilation aborted at Bot.pl line 9.

of course, It cant find the module Simple.pm, but I have already instaled the Active Perl .deb package :huh:

So what should I do????
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group