Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - I Need Some Major Help!

 
Thread Tools Search this Thread
Old 09-22-2003, 11:55 PM   #1
Default I Need Some Major Help!


Here is what I did. Bsd has this port system that has thousands of programs.
I donloaded one called "Altivore" so that I could check my security.

This damn program is catching my packets at my ISP's server level. This is
the only way I can explain it. When you sruf the net you send packets to
what ever website you visit, This program is somehow catching and decoding
my packets from the sever level.

When I surf the net it splits the packets at the server level and sends them
to a folder I created. It's killing my memory. At this rate my hardrive
will be full in a week...How do you get rid of it??

I can't disable it or do anything, can't uninstall it. It has a safety lock
or something.Not sure what to do..I sure could use some help..
HOW DO I DELETE THIS THING???
Here is the program/Dc.
---------------------------
This is a program containing the features of the
of the FBI's "Carnivore" program. It is intended to serve
as a point of discussion about Carnivore features. It has not been
thoroughly tested and contains numerous bugs.

This may also serve as an "alternative" for ISPs who do not wish
to install a black-box from the FBI. Court orders demanding data
from the ISP do not necessarily require that Carnivore must be used
if the ISP is able to obtain the data in another manner.

This software may also be useful in network management, such as
backing up data or sniffing a consumer's connection when
they are reporting problems to customer support.


# $FreeBSD: ports/security/altivore/Makefile,v 1.4 2003/02/21 13:26:40 knu
Exp $
#


NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_REINPLACE= yes

do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}

post-patch:
@${REINPLACE_CMD} -e "s/
//" ${WRKDIR}/${DISTFILES}

do-install:
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
@${INSTALL_DATA} ${WRKDIR}/${DISTFILES} \
${PREFIX}/share/examples/${PORTNAME}
@${INSTALL_DATA} ${PKGMESSAGE} \
${PREFIX}/share/examples/${PORTNAME}/README

@${SED} -e "s!/usr/local/!${PREFIX}/!" ${PKGMESSAGE}

..include <bsd.port.mk>


Chris
  Reply With Quote
Old 09-23-2003, 12:06 AM   #2
Astaroth
 
Posts: n/a
Default Re: I Need Some Major Help!
On Mon, 22 Sep 2003 18:55:16 -0400, Chris <> wrote:

>Here is what I did. Bsd has this port system that has thousands of programs.
>I donloaded one called "Altivore" so that I could check my security.
>
>This damn program is catching my packets at my ISP's server level. This is
>the only way I can explain it. When you sruf the net you send packets to
>what ever website you visit, This program is somehow catching and decoding
>my packets from the sever level.
>
>When I surf the net it splits the packets at the server level and sends them
>to a folder I created. It's killing my memory. At this rate my hardrive
>will be full in a week...How do you get rid of it??
>
>I can't disable it or do anything, can't uninstall it. It has a safety lock
>or something.Not sure what to do..I sure could use some help..
>HOW DO I DELETE THIS THING???


Since you know the directory in which the program is installed, can
you not boot from floppy and delete the files? Then it's simply a
matter of cleaning up the clutter the program left behind.

Regcleaner can clean up the registry entries (and any other slop you
have left over from other uninstalled programs).
http://www.webmasterfree.com/regcleaner.html



>Here is the program/Dc.
>---------------------------
>This is a program containing the features of the
>of the FBI's "Carnivore" program. It is intended to serve
>as a point of discussion about Carnivore features. It has not been
>thoroughly tested and contains numerous bugs.
>
>This may also serve as an "alternative" for ISPs who do not wish
>to install a black-box from the FBI. Court orders demanding data
>from the ISP do not necessarily require that Carnivore must be used
>if the ISP is able to obtain the data in another manner.
>
>This software may also be useful in network management, such as
>backing up data or sniffing a consumer's connection when
>they are reporting problems to customer support.
>
>
># $FreeBSD: ports/security/altivore/Makefile,v 1.4 2003/02/21 13:26:40 knu
>Exp $
>#
>
>
>NO_WRKSUBDIR= yes
>NO_BUILD= yes
>USE_REINPLACE= yes
>
>do-extract:
> @${MKDIR} ${WRKDIR}
> @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
>
>post-patch:
> @${REINPLACE_CMD} -e "s/
>//" ${WRKDIR}/${DISTFILES}
>
>do-install:
> @${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
> @${INSTALL_DATA} ${WRKDIR}/${DISTFILES} \
> ${PREFIX}/share/examples/${PORTNAME}
> @${INSTALL_DATA} ${PKGMESSAGE} \
> ${PREFIX}/share/examples/${PORTNAME}/README
>
> @${SED} -e "s!/usr/local/!${PREFIX}/!" ${PKGMESSAGE}
>
>.include <bsd.port.mk>




Astaroth
  Reply With Quote
Old 09-23-2003, 01:39 AM   #3
Stephen K. Gielda
 
Posts: n/a
Default Re: I Need Some Major Help!
In article <1127847.7UyjrG61Rm@FreeBSD>, says...
> Here is what I did. Bsd has this port system that has thousands of programs.
> I donloaded one called "Altivore" so that I could check my security.
>
> This damn program is catching my packets at my ISP's server level. This is
> the only way I can explain it. When you sruf the net you send packets to
> what ever website you visit, This program is somehow catching and decoding
> my packets from the sever level.
>
> When I surf the net it splits the packets at the server level and sends them
> to a folder I created. It's killing my memory. At this rate my hardrive
> will be full in a week...How do you get rid of it??
>
> I can't disable it or do anything, can't uninstall it. It has a safety lock
> or something.Not sure what to do..I sure could use some help..


What do you get when you switch to /usr/ports/security/altivore and type
"make deinstall"?

/steve
--
No one gives you more control of your e-mail than we do!
http://www.cotse.net/servicedetails.html
E-Mail, Anon Proxies, Remailers, Usenet, Web Hosting, More.
The Internet's Full Service Privacy Website, Your Shield From The
Internet.


Stephen K. Gielda
  Reply With Quote
Old 09-23-2003, 03:31 AM   #4
Colonel Flagg
 
Posts: n/a
Default Re: I Need Some Major Help!
In article <bovumv4afhn7upm8purhn07id8nffugpot@hades>,
says...
> On Mon, 22 Sep 2003 18:55:16 -0400, Chris <> wrote:
>
> >Here is what I did. Bsd has this port system that has thousands of programs.
> >I donloaded one called "Altivore" so that I could check my security.
> >
> >This damn program is catching my packets at my ISP's server level. This is
> >the only way I can explain it. When you sruf the net you send packets to
> >what ever website you visit, This program is somehow catching and decoding
> >my packets from the sever level.
> >
> >When I surf the net it splits the packets at the server level and sends them
> >to a folder I created. It's killing my memory. At this rate my hardrive
> >will be full in a week...How do you get rid of it??
> >
> >I can't disable it or do anything, can't uninstall it. It has a safety lock
> >or something.Not sure what to do..I sure could use some help..
> >HOW DO I DELETE THIS THING???

>
> Since you know the directory in which the program is installed, can
> you not boot from floppy and delete the files? Then it's simply a
> matter of cleaning up the clutter the program left behind.
>
> Regcleaner can clean up the registry entries (and any other slop you
> have left over from other uninstalled programs).
> http://www.webmasterfree.com/regcleaner.html



regcleaner?

he's using BSD you moron... or didn't you take time to READ the post?




--
Colonel Flagg
http://www.internetwarzone.org/

Privacy at a click:
http://www.cotse.net

Q: How many Bill Gates does it take to change a lightbulb?
A: None, he just defines Darkness? as the new industry standard..."

"...I see stupid people."


Colonel Flagg
  Reply With Quote
Old 09-23-2003, 03:31 AM   #5
Colonel Flagg
 
Posts: n/a
Default Re: I Need Some Major Help!
In article <1127847.7UyjrG61Rm@FreeBSD>, says...
> Here is what I did. Bsd has this port system that has thousands of programs.
> I donloaded one called "Altivore" so that I could check my security.
>
> This damn program is catching my packets at my ISP's server level. This is
> the only way I can explain it. When you sruf the net you send packets to
> what ever website you visit, This program is somehow catching and decoding
> my packets from the sever level.
>
> When I surf the net it splits the packets at the server level and sends them
> to a folder I created. It's killing my memory. At this rate my hardrive
> will be full in a week...How do you get rid of it??
>
> I can't disable it or do anything, can't uninstall it. It has a safety lock
> or something.Not sure what to do..I sure could use some help..
> HOW DO I DELETE THIS THING???
> Here is the program/Dc.
> ---------------------------
> This is a program containing the features of the
> of the FBI's "Carnivore" program. It is intended to serve
> as a point of discussion about Carnivore features. It has not been
> thoroughly tested and contains numerous bugs.
>
> This may also serve as an "alternative" for ISPs who do not wish
> to install a black-box from the FBI. Court orders demanding data
> from the ISP do not necessarily require that Carnivore must be used
> if the ISP is able to obtain the data in another manner.
>
> This software may also be useful in network management, such as
> backing up data or sniffing a consumer's connection when
> they are reporting problems to customer support.
>



have you tried to deinstall the port? make deinstall?

what about killing the PID?

kill -9 (PID of altivore)

???




--
Colonel Flagg
http://www.internetwarzone.org/

Privacy at a click:
http://www.cotse.net

Q: How many Bill Gates does it take to change a lightbulb?
A: None, he just defines Darkness? as the new industry standard..."

"...I see stupid people."


Colonel Flagg
  Reply With Quote
Old 09-23-2003, 03:47 AM   #6
Astaroth
 
Posts: n/a
Default Re: I Need Some Major Help!
On Mon, 22 Sep 2003 22:31:11 -0400, Colonel Flagg
<> wrote:

>In article <bovumv4afhn7upm8purhn07id8nffugpot@hades>,
> says...
>> On Mon, 22 Sep 2003 18:55:16 -0400, Chris <> wrote:
>>
>> >Here is what I did. Bsd has this port system that has thousands of programs.
>> >I donloaded one called "Altivore" so that I could check my security.
>> >
>> >This damn program is catching my packets at my ISP's server level. This is
>> >the only way I can explain it. When you sruf the net you send packets to
>> >what ever website you visit, This program is somehow catching and decoding
>> >my packets from the sever level.
>> >
>> >When I surf the net it splits the packets at the server level and sends them
>> >to a folder I created. It's killing my memory. At this rate my hardrive
>> >will be full in a week...How do you get rid of it??
>> >
>> >I can't disable it or do anything, can't uninstall it. It has a safety lock
>> >or something.Not sure what to do..I sure could use some help..
>> >HOW DO I DELETE THIS THING???

>>
>> Since you know the directory in which the program is installed, can
>> you not boot from floppy and delete the files? Then it's simply a
>> matter of cleaning up the clutter the program left behind.
>>
>> Regcleaner can clean up the registry entries (and any other slop you
>> have left over from other uninstalled programs).
>> http://www.webmasterfree.com/regcleaner.html

>
>
>regcleaner?
>
>he's using BSD you moron... or didn't you take time to READ the post?


Hehehe... you don't recognize my new nym, CF.


Astaroth
  Reply With Quote
Old 09-23-2003, 06:29 AM   #7
Colonel Flagg
 
Posts: n/a
Default Re: I Need Some Major Help!
In article <stcvmv4gs15pbetdc1dn1e9f9lf5uibsul@hades>,
says...
> On Mon, 22 Sep 2003 22:31:11 -0400, Colonel Flagg
> <> wrote:
>
> >In article <bovumv4afhn7upm8purhn07id8nffugpot@hades>,
> > says...
> >> On Mon, 22 Sep 2003 18:55:16 -0400, Chris <> wrote:
> >>
> >> >Here is what I did. Bsd has this port system that has thousands of programs.
> >> >I donloaded one called "Altivore" so that I could check my security.
> >> >
> >> >This damn program is catching my packets at my ISP's server level. This is
> >> >the only way I can explain it. When you sruf the net you send packets to
> >> >what ever website you visit, This program is somehow catching and decoding
> >> >my packets from the sever level.
> >> >
> >> >When I surf the net it splits the packets at the server level and sends them
> >> >to a folder I created. It's killing my memory. At this rate my hardrive
> >> >will be full in a week...How do you get rid of it??
> >> >
> >> >I can't disable it or do anything, can't uninstall it. It has a safety lock
> >> >or something.Not sure what to do..I sure could use some help..
> >> >HOW DO I DELETE THIS THING???
> >>
> >> Since you know the directory in which the program is installed, can
> >> you not boot from floppy and delete the files? Then it's simply a
> >> matter of cleaning up the clutter the program left behind.
> >>
> >> Regcleaner can clean up the registry entries (and any other slop you
> >> have left over from other uninstalled programs).
> >> http://www.webmasterfree.com/regcleaner.html

> >
> >
> >regcleaner?
> >
> >he's using BSD you moron... or didn't you take time to READ the post?

>
> Hehehe... you don't recognize my new nym, CF.
>



i'm a good tech, but i'm no friggin psychic.



--
Colonel Flagg
http://www.internetwarzone.org/

Privacy at a click:
http://www.cotse.net

Q: How many Bill Gates does it take to change a lightbulb?
A: None, he just defines Darkness? as the new industry standard..."

"...I see stupid people."


Colonel Flagg
  Reply With Quote
Old 09-23-2003, 01:49 PM   #8
Chris
 
Posts: n/a
Default Re: I Need Some Major Help!
Colonel Flagg wrote:

> In article <1127847.7UyjrG61Rm@FreeBSD>, says...
>> Here is what I did. Bsd has this port system that has thousands of
>> programs. I donloaded one called "Altivore" so that I could check my
>> security.
>>
>> This damn program is catching my packets at my ISP's server level. This
>> is the only way I can explain it. When you sruf the net you send packets
>> to what ever website you visit, This program is somehow catching and
>> decoding my packets from the sever level.
>>
>> When I surf the net it splits the packets at the server level and sends
>> them to a folder I created. It's killing my memory. At this rate my
>> hardrive will be full in a week...How do you get rid of it??
>>
>> I can't disable it or do anything, can't uninstall it. It has a safety
>> lock or something.Not sure what to do..I sure could use some help..
>> HOW DO I DELETE THIS THING???
>> Here is the program/Dc.
>> ---------------------------
>> This is a program containing the features of the
>> of the FBI's "Carnivore" program. It is intended to serve
>> as a point of discussion about Carnivore features. It has not been
>> thoroughly tested and contains numerous bugs.
>>
>> This may also serve as an "alternative" for ISPs who do not wish
>> to install a black-box from the FBI. Court orders demanding data
>> from the ISP do not necessarily require that Carnivore must be used
>> if the ISP is able to obtain the data in another manner.
>>
>> This software may also be useful in network management, such as
>> backing up data or sniffing a consumer's connection when
>> they are reporting problems to customer support.
>>

>
>
> have you tried to deinstall the port? make deinstall?
>
> what about killing the PID?
>
> kill -9 (PID of altivore)
>
> ???
>
>
>
>

I tried everything I could think of. When I tried to make deinstall
"Premission Denied" When I opened the program with text-edit and made
changes, It would not let me save the new settings. I got mad and did a
clean install. I guess the best way to test your security is with Nessus.
If there is a hole that should find it.

Thanks for all the help..






Chris
  Reply With Quote
Old 09-23-2003, 10:00 PM   #9
Astaroth
 
Posts: n/a
Default Re: I Need Some Major Help!
On Tue, 23 Sep 2003 01:29:23 -0400, Colonel Flagg
<> wrote:

>In article <stcvmv4gs15pbetdc1dn1e9f9lf5uibsul@hades>,
> says...
>> On Mon, 22 Sep 2003 22:31:11 -0400, Colonel Flagg
>> <> wrote:
>>
>> >In article <bovumv4afhn7upm8purhn07id8nffugpot@hades>,
>> > says...
>> >> On Mon, 22 Sep 2003 18:55:16 -0400, Chris <> wrote:
>> >>
>> >> >Here is what I did. Bsd has this port system that has thousands of programs.
>> >> >I donloaded one called "Altivore" so that I could check my security.
>> >> >
>> >> >This damn program is catching my packets at my ISP's server level. This is
>> >> >the only way I can explain it. When you sruf the net you send packets to
>> >> >what ever website you visit, This program is somehow catching and decoding
>> >> >my packets from the sever level.
>> >> >
>> >> >When I surf the net it splits the packets at the server level and sends them
>> >> >to a folder I created. It's killing my memory. At this rate my hardrive
>> >> >will be full in a week...How do you get rid of it??
>> >> >
>> >> >I can't disable it or do anything, can't uninstall it. It has a safety lock
>> >> >or something.Not sure what to do..I sure could use some help..
>> >> >HOW DO I DELETE THIS THING???
>> >>
>> >> Since you know the directory in which the program is installed, can
>> >> you not boot from floppy and delete the files? Then it's simply a
>> >> matter of cleaning up the clutter the program left behind.
>> >>
>> >> Regcleaner can clean up the registry entries (and any other slop you
>> >> have left over from other uninstalled programs).
>> >> http://www.webmasterfree.com/regcleaner.html
>> >
>> >
>> >regcleaner?
>> >
>> >he's using BSD you moron... or didn't you take time to READ the post?

>>
>> Hehehe... you don't recognize my new nym, CF.
>>

>
>
>i'm a good tech, but i'm no friggin psychic.


No biggie. We worked the same side of the fence a year or so ago in
dispatching the EE trolls from ap. Time does fly when one is having
fun, eh?


Astaroth
  Reply With Quote
Old 10-08-2003, 03:39 AM   #10
Professor
 
Posts: n/a
Default Re: I Need Some Major Help!
If you can't uninstall it, it might have planted something in the registry.
Perhaps you could run Spybot and then try to uninstall it.
"Chris" <> wrote in message
news:1127847.7UyjrG61Rm@FreeBSD...
> Here is what I did. Bsd has this port system that has thousands of

programs.
> I donloaded one called "Altivore" so that I could check my security.
>
> This damn program is catching my packets at my ISP's server level. This is
> the only way I can explain it. When you sruf the net you send packets to
> what ever website you visit, This program is somehow catching and decoding
> my packets from the sever level.
>
> When I surf the net it splits the packets at the server level and sends

them
> to a folder I created. It's killing my memory. At this rate my hardrive
> will be full in a week...How do you get rid of it??
>
> I can't disable it or do anything, can't uninstall it. It has a safety

lock
> or something.Not sure what to do..I sure could use some help..
> HOW DO I DELETE THIS THING???
> Here is the program/Dc.
> ---------------------------
> This is a program containing the features of the
> of the FBI's "Carnivore" program. It is intended to serve
> as a point of discussion about Carnivore features. It has not been
> thoroughly tested and contains numerous bugs.
>
> This may also serve as an "alternative" for ISPs who do not wish
> to install a black-box from the FBI. Court orders demanding data
> from the ISP do not necessarily require that Carnivore must be used
> if the ISP is able to obtain the data in another manner.
>
> This software may also be useful in network management, such as
> backing up data or sniffing a consumer's connection when
> they are reporting problems to customer support.
>
>
> # $FreeBSD: ports/security/altivore/Makefile,v 1.4 2003/02/21 13:26:40 knu
> Exp $
> #
>
>
> NO_WRKSUBDIR= yes
> NO_BUILD= yes
> USE_REINPLACE= yes
>
> do-extract:
> @${MKDIR} ${WRKDIR}
> @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
>
> post-patch:
> @${REINPLACE_CMD} -e "s/
> //" ${WRKDIR}/${DISTFILES}
>
> do-install:
> @${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
> @${INSTALL_DATA} ${WRKDIR}/${DISTFILES} \
> ${PREFIX}/share/examples/${PORTNAME}
> @${INSTALL_DATA} ${PKGMESSAGE} \
> ${PREFIX}/share/examples/${PORTNAME}/README
>
> @${SED} -e "s!/usr/local/!${PREFIX}/!" ${PKGMESSAGE}
>
> .include <bsd.port.mk>





Professor
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46