![]() |
|
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
|
|
#3 |
|
Posts: n/a
|
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 |
|
|
|
#4 |
|
Posts: n/a
|
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 |
|
|
|
#5 |
|
Posts: n/a
|
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 |
|
|
|
#6 |
|
Posts: n/a
|
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 |
|
|
|
#7 |
|
Posts: n/a
|
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 |
|
|
|
#8 |
|
Posts: n/a
|
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 |
|
|
|
#9 |
|
Posts: n/a
|
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 |
|
|
|
#10 |
|
Posts: n/a
|
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 |
|