Security

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • KSpynix ::: the Unix version of KSpyware? (Proof Of Concept)

    4 answers - 1948 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Since KSpyware was on the net, i received some mails of people who
    wanted to know if spywares under Unix systems could be coded. I did
    some search on the net to find an unix spyware, but i found nothing.
    So i launch my freebsd box and i started to code an unix spyware :
    like under windows systems, spywares under Unix systems can be easily
    coded but its long (i coded KSpynix during 5 hours) because we have to
    find the right conf files.
    So KSpynix is only a proof of concept but it work well : i tested it
    under FreeBSD 5.3 (like i don't use Linux i can't tell you if all the
    code work under Linux but i know it will work well under Gentoo Linux
    that use the system of ports like the BSD systems).
    For the moment, KSpynix can list all the installed programs, can spy
    the web sites the victim visited, can obtain a list of e-mail
    adresses, cookies, can hijack 's main page and can do the things
    you want if the victim have root powers (like copy the /etc/htpasswd
    file).
    All the glaned informations are put in a repertory, to send the
    repertory, the spyware could create a shell script that would use sftp
    or other tools.
    Well, here is KSpynix's code cource (in Python) :
    KSpynix is under GPL so:
    "You may copy and distribute verbatim copies of the Program's source
    code as you receive it, in any medium, provided that you conspicuously
    and appropriately publish on each copy an appropriate copyright notice
    and disclaimer of warranty; keep intact all the notices that refer to
    this License and to the absence of any warranty; and give any other
    recipients of the Program a copy of this License along with the
    Program." BUT DN'T TRY IT N THE WEB.
    - Nzeka Gilbert aka Khaalel
    - www.nzeka-labs.com
    - Author of the french security book: "La protection des sites
    informatique face au hacking".
  • No.1 | | 2021 bytes | |

    ok that is as rot. What if the user is non-privledged?

    khaalel wrote:

    Since KSpyware was on the net, i received some mails of people who
    wanted to know if spywares under Unix systems could be coded. I did
    some search on the net to find an unix spyware, but i found nothing.
    So i launch my freebsd box and i started to code an unix spyware :
    like under windows systems, spywares under Unix systems can be easily
    coded but its long (i coded KSpynix during 5 hours) because we have to
    find the right conf files.

    So KSpynix is only a proof of concept but it work well : i tested it
    under FreeBSD 5.3 (like i don't use Linux i can't tell you if all the
    code work under Linux but i know it will work well under Gentoo Linux
    that use the system of ports like the BSD systems).

    For the moment, KSpynix can list all the installed programs, can spy
    the web sites the victim visited, can obtain a list of e-mail
    adresses, cookies, can hijack 's main page and can do the things
    you want if the victim have root powers (like copy the /etc/htpasswd
    file).

    All the glaned informations are put in a repertory, to send the
    repertory, the spyware could create a shell script that would use sftp
    or other tools.

    Well, here is KSpynix's code cource (in Python) :

    KSpynix is under GPL so:
    "You may copy and distribute verbatim copies of the Program's source
    code as you receive it, in any medium, provided that you conspicuously
    and appropriately publish on each copy an appropriate copyright notice
    and disclaimer of warranty; keep intact all the notices that refer to
    this License and to the absence of any warranty; and give any other
    recipients of the Program a copy of this License along with the
    Program." BUT DN'T TRY IT N THE WEB.

    - Nzeka Gilbert aka Khaalel
    - www.nzeka-labs.com
    - Author of the french security book: "La protection des sites
    informatique face au hacking".
  • No.2 | | 2021 bytes | |

    ok that is as rot. What if the user is non-privledged?

    khaalel wrote:

    Since KSpyware was on the net, i received some mails of people who
    wanted to know if spywares under Unix systems could be coded. I did
    some search on the net to find an unix spyware, but i found nothing.
    So i launch my freebsd box and i started to code an unix spyware :
    like under windows systems, spywares under Unix systems can be easily
    coded but its long (i coded KSpynix during 5 hours) because we have to
    find the right conf files.

    So KSpynix is only a proof of concept but it work well : i tested it
    under FreeBSD 5.3 (like i don't use Linux i can't tell you if all the
    code work under Linux but i know it will work well under Gentoo Linux
    that use the system of ports like the BSD systems).

    For the moment, KSpynix can list all the installed programs, can spy
    the web sites the victim visited, can obtain a list of e-mail
    adresses, cookies, can hijack 's main page and can do the things
    you want if the victim have root powers (like copy the /etc/htpasswd
    file).

    All the glaned informations are put in a repertory, to send the
    repertory, the spyware could create a shell script that would use sftp
    or other tools.

    Well, here is KSpynix's code cource (in Python) :

    KSpynix is under GPL so:
    "You may copy and distribute verbatim copies of the Program's source
    code as you receive it, in any medium, provided that you conspicuously
    and appropriately publish on each copy an appropriate copyright notice
    and disclaimer of warranty; keep intact all the notices that refer to
    this License and to the absence of any warranty; and give any other
    recipients of the Program a copy of this License along with the
    Program." BUT DN'T TRY IT N THE WEB.

    - Nzeka Gilbert aka Khaalel
    - www.nzeka-labs.com
    - Author of the french security book: "La protection des sites
    informatique face au hacking".
  • No.3 | | 2238 bytes | |

    If the user is non-priviledge the spyware will work too without using
    the function ifroot.

    khaalel

    5/6/05, William Warren <hescominsoon (AT) emmanuelcomputerconsulting (DOT) comwrote:
    ok that is as rot. What if the user is non-privledged?

    khaalel wrote:

    Since KSpyware was on the net, i received some mails of people who
    wanted to know if spywares under Unix systems could be coded. I did
    some search on the net to find an unix spyware, but i found nothing.
    So i launch my freebsd box and i started to code an unix spyware :
    like under windows systems, spywares under Unix systems can be easily
    coded but its long (i coded KSpynix during 5 hours) because we have to
    find the right conf files.

    So KSpynix is only a proof of concept but it work well : i tested it
    under FreeBSD 5.3 (like i don't use Linux i can't tell you if all the
    code work under Linux but i know it will work well under Gentoo Linux
    that use the system of ports like the BSD systems).

    For the moment, KSpynix can list all the installed programs, can spy
    the web sites the victim visited, can obtain a list of e-mail
    adresses, cookies, can hijack 's main page and can do the things
    you want if the victim have root powers (like copy the /etc/htpasswd
    file).

    All the glaned informations are put in a repertory, to send the
    repertory, the spyware could create a shell script that would use sftp
    or other tools.

    Well, here is KSpynix's code cource (in Python) :

    KSpynix is under GPL so:
    "You may copy and distribute verbatim copies of the Program's source
    code as you receive it, in any medium, provided that you conspicuously
    and appropriately publish on each copy an appropriate copyright notice
    and disclaimer of warranty; keep intact all the notices that refer to
    this License and to the absence of any warranty; and give any other
    recipients of the Program a copy of this License along with the
    Program." BUT DN'T TRY IT N THE WEB.
    --
    - Nzeka Gilbert aka Khaalel
    - www.nzeka-labs.com
    - Author of the french security book: "La protection des sites
    informatique face au hacking".
    --
  • No.4 | | 2238 bytes | |

    If the user is non-priviledge the spyware will work too without using
    the function ifroot.

    khaalel

    5/6/05, William Warren <hescominsoon (AT) emmanuelcomputerconsulting (DOT) comwrote:
    ok that is as rot. What if the user is non-privledged?

    khaalel wrote:

    Since KSpyware was on the net, i received some mails of people who
    wanted to know if spywares under Unix systems could be coded. I did
    some search on the net to find an unix spyware, but i found nothing.
    So i launch my freebsd box and i started to code an unix spyware :
    like under windows systems, spywares under Unix systems can be easily
    coded but its long (i coded KSpynix during 5 hours) because we have to
    find the right conf files.

    So KSpynix is only a proof of concept but it work well : i tested it
    under FreeBSD 5.3 (like i don't use Linux i can't tell you if all the
    code work under Linux but i know it will work well under Gentoo Linux
    that use the system of ports like the BSD systems).

    For the moment, KSpynix can list all the installed programs, can spy
    the web sites the victim visited, can obtain a list of e-mail
    adresses, cookies, can hijack 's main page and can do the things
    you want if the victim have root powers (like copy the /etc/htpasswd
    file).

    All the glaned informations are put in a repertory, to send the
    repertory, the spyware could create a shell script that would use sftp
    or other tools.

    Well, here is KSpynix's code cource (in Python) :

    KSpynix is under GPL so:
    "You may copy and distribute verbatim copies of the Program's source
    code as you receive it, in any medium, provided that you conspicuously
    and appropriately publish on each copy an appropriate copyright notice
    and disclaimer of warranty; keep intact all the notices that refer to
    this License and to the absence of any warranty; and give any other
    recipients of the Program a copy of this License along with the
    Program." BUT DN'T TRY IT N THE WEB.
    --
    - Nzeka Gilbert aka Khaalel
    - www.nzeka-labs.com
    - Author of the french security book: "La protection des sites
    informatique face au hacking".
    --

Re: KSpynix ::: the Unix version of KSpyware? (Proof Of Concept)


max 4000 letters.
Your nickname that display:
In order to stop the spam: 2 + 1 =
QUESTION ON "Security"

EMSDN.COM