Hey Tager Shirk, watch your spell :PQuote:
Printable View
Hey Tager Shirk, watch your spell :PQuote:
Cacapoopy: Sorry... Dyslexic..... :p
Well, I do believe that I warned the young man in my first post?
:DQuote:
Your question is a little "sensitive" for this site, as it is how to write adware/spyware?
neuromante, if your spanish is better than your english post your question in spanish and I'll translate it for you (i speak fluent spanish) so others can answer your question.
EDIT: neuromante, si tu español es mejor que tu ingles pues dime tu pregunta en español y yo te lo tradusco en ingles para que otros respondan tu pregunta.
thanx for everithing u are all very elie persons for me, sorry for posting here.
if i understand well a person that doesnt know network programming and ask for some network program is a script kiddie.
Salu2 a todos desde Uruguay
Not exactly.....................after all, a lot of perfectly legitimate network management and support software works in a very similar way to "script kiddie" tools?Quote:
if i understand well a person that doesnt know network programming and ask for some network program is a script kiddie.
You buy it, instead of going to some dubious site on the web. I guess that makes me a "script kiddie" :)
However, I agree that you are looking at a rather complex subject, just take your time and be patient, it takes a fair bit of effort and study.
Cheers :)
Neuro:
No they aren't script kiddies unless they intend to do something bad with the information provided. If they ask for it so they can learn that's fine.
primero agradecer a Raion por traducirme los post a espa~ol ya que mi ingles no es bueno(gracias Rion).
Sinceramente no quiero ser un script kiddie l oque hago es explicar las tecnicas que se utilizan y cuando se trata de pruebas las hago en mis propias computadoras para ver como es que se realizan.
Nunca ataco a nadie al contrario trabajo mas en saber como defenderme pero me apasiona saber como es que en realidad los ataques funcionan y como la gente se aprovecha de los fallos en el protocolo.
Bueno en otro post una persona me recomienda dnshijacker, me parece un buen programa aunque no sea exactamente lo que busco me puede llegar a interesar, tengo un problema en la compilacion del programa, este requiere que tenga libpcap y libnet los cuales tengo instalados pero me da el siguiente error(espero no quedar como un imbecil de nuevo ya que mkis preguntas no son "elite" ...)
Bueno instalando como dice el README:
bash-2.05b# gcc dnshijacker.c -lpcap -lnet `libnet-config --defines` -o dnshijacker
bash: libnet-config: command not found
dnshijacker.c: In function `main':
dnshijacker.c:170: `LIBNET_ERR_FATAL' undeclared (first use in this function)
dnshijacker.c:170: (Each undeclared identifier is reported only once
dnshijacker.c:170: for each function it appears in.)
dnshijacker.c: In function `parse_dns':
dnshijacker.c:375: `LIBNET_IP_H' undeclared (first use in this function)
dnshijacker.c:389: structure has no member named `uh_sport'
dnshijacker.c:390: structure has no member named `uh_dport'
dnshijacker.c:477: structure has no member named `uh_sport'
dnshijacker.c:478: structure has no member named `uh_dport'
dnshijacker.c: In function `spoof_dns':
dnshijacker.c:722: `LIBNET_IP_H' undeclared (first use in this function)
dnshijacker.c:726: `LIBNET_ERR_FATAL' undeclared (first use in this function)
dnshijacker.c:760: warning: passing arg 3 of `libnet_build_udp' makes integer from pointer without a cast
dnshijacker.c:760: too few arguments to function `libnet_build_udp'
dnshijacker.c:780: warning: passing arg 1 of `libnet_do_checksum' from incompatible pointer type
dnshijacker.c:780: warning: passing arg 2 of `libnet_do_checksum' makes pointer from integer without a cast
dnshijacker.c:780: too few arguments to function `libnet_do_checksum'
dnshijacker.c:794: `LN_ERR_WARNING' undeclared (first use in this function)
bash-2.05b#
Ahora, este tipo de preguntas de programas que no compilan las puedo hacer??
Nada mas, muchas gracias a todos.
neuromante
nueromante's translated post:
First I would like to thank Raion for translating this post for me since my english isn't good (Thank you Raion).
Honestly I don't want to be a script kiddie what I do is explain technics that are used and I do the tests on my own computer.
I never attack somebody else but instead I try to defend myself but I'm interested in finding out how it's done and how people take advantage of protocool bugs/exploits.
Well, In another thread, someone reccommended dnshijacker, it looks like a good program although it isn't exactly what I'm looking for, also I'm having a compile error which requires me to have "libpcap" and "libnet" which I do have installed but I get the following error (I hope I don't look like an idiot since my posts aren't "elite")
Well installing it as the readme says:
bash-2.05b# gcc dnshijacker.c -lpcap -lnet `libnet-config --defines` -o dnshijacker
bash: libnet-config: command not found
dnshijacker.c: In function `main':
dnshijacker.c:170: `LIBNET_ERR_FATAL' undeclared (first use in this function)
dnshijacker.c:170: (Each undeclared identifier is reported only once
dnshijacker.c:170: for each function it appears in.)
dnshijacker.c: In function `parse_dns':
dnshijacker.c:375: `LIBNET_IP_H' undeclared (first use in this function)
dnshijacker.c:389: structure has no member named `uh_sport'
dnshijacker.c:390: structure has no member named `uh_dport'
dnshijacker.c:477: structure has no member named `uh_sport'
dnshijacker.c:478: structure has no member named `uh_dport'
dnshijacker.c: In function `spoof_dns':
dnshijacker.c:722: `LIBNET_IP_H' undeclared (first use in this function)
dnshijacker.c:726: `LIBNET_ERR_FATAL' undeclared (first use in this function)
dnshijacker.c:760: warning: passing arg 3 of `libnet_build_udp' makes integer from pointer without a cast
dnshijacker.c:760: too few arguments to function `libnet_build_udp'
dnshijacker.c:780: warning: passing arg 1 of `libnet_do_checksum' from incompatible pointer type
dnshijacker.c:780: warning: passing arg 2 of `libnet_do_checksum' makes pointer from integer without a cast
dnshijacker.c:780: too few arguments to function `libnet_do_checksum'
dnshijacker.c:794: `LN_ERR_WARNING' undeclared (first use in this function)
bash-2.05b#
What can I do about it??
Nothing more, Thank you everyone.
ettercap is the programa i was looking for.
Thanx to everyone who tried to help me.
Bytes.