Esse eh um nuke contra win9x e win2k ! Caso nao derrube o sistema, o programa vai fazer com que o lag desse sistema, aumente, e muito !
Nao foi escrito por mim ! Apenas fiz a traducao !
Infelizmente nao coloquei o codigo fonte a amostra pois ele nao coube... !
Para baixar o codigo fonte eh soh fazer um download dele !
[1] Comentário enviado por fabio em 08/04/2003 - 15:20h
Show o script, porém não consegui derrubar as máquinhas w2k da rede aqui. Será que é pq a rede está em 100mbps?
Ah e precisa ser root pra conseguir abrir o socket também. Você já conseguiu lagar alguma máquina?
[4] Comentário enviado por CyberLink em 02/11/2003 - 02:21h
bah ñ consegui copilar.... alguem poderai me ajudar... uso o Mandrake 9.2..
da os erros
[cyberlink@localhost trash2]$ gcc trash2.c -o trash
trash2.c: In function `sendwin98bug':
trash2.c:152: error: dereferencing pointer to incomplete type
trash2.c:153: error: dereferencing pointer to incomplete type
trash2.c:154: error: dereferencing pointer to incomplete type
trash2.c:154: error: invalid application of `sizeof' to an incomplete type
trash2.c:156: error: invalid application of `sizeof' to an incomplete type
trash2.c:161: error: invalid application of `sizeof' to an incomplete type................
e assimpor diante, alguem poderia me dizer o que é, sera que tem algo errado..... se alguem sabe o que é me mande uma e-mail beto_poprock@hotmail.com
[12] Comentário enviado por xilluminado em 14/04/2004 - 14:09h
Deu o seguinte erro na compilação, existe outra forma de compilar ?
<br># gcc trash2.c -o trash
<br>trash2.c: In function `sendwin98bug':
<br>trash2.c:172: warning: passing arg 5 of `sendto' from incompatible pointer type
<br>trash2.c:183: warning: passing arg 5 of `sendto' from incompatible pointer type
[13] Comentário enviado por xilluminado em 14/04/2004 - 14:09h
Deu o seguinte erro na compilação, existe outra forma de compilar ?
<br># gcc trash2.c -o trash
<br>trash2.c: In function `sendwin98bug':
<br>trash2.c:172: warning: passing arg 5 of `sendto' from incompatible pointer type
<br>trash2.c:183: warning: passing arg 5 of `sendto' from incompatible pointer type
[14] Comentário enviado por xilluminado em 14/04/2004 - 14:10h
Deu o seguinte erro na compilação, existe outra forma de compilar ?
<br># gcc trash2.c -o trash
<br>trash2.c: In function `sendwin98bug':
<br>trash2.c:172: warning: passing arg 5 of `sendto' from incompatible pointer type
<br>trash2.c:183: warning: passing arg 5 of `sendto' from incompatible pointer type
[15] Comentário enviado por xilluminado em 14/04/2004 - 14:10h
Deu o seguinte erro na compilação, existe outra forma de compilar ?
<br># gcc trash2.c -o trash
<br>trash2.c: In function `sendwin98bug':
<br>trash2.c:172: warning: passing arg 5 of `sendto' from incompatible pointer type
<br>trash2.c:183: warning: passing arg 5 of `sendto' from incompatible pointer type
[22] Comentário enviado por srfeudal em 02/07/2004 - 17:08h
Não rolou galera
[root@fedora root]# gcc -o trash trash2.c -lcrypto
trash2.c: In function `sendwin98bug':
trash2.c:152: error: dereferencing pointer to incomplete type
trash2.c:153: error: dereferencing pointer to incomplete type
trash2.c:154: error: dereferencing pointer to incomplete type
trash2.c:154: error: invalid application of `sizeof' to an incomplete type
trash2.c:156: error: invalid application of `sizeof' to an incomplete type
trash2.c:161: error: invalid application of `sizeof' to an incomplete type
trash2.c:172: warning: passing arg 5 of `sendto' from incompatible pointer type
trash2.c:183: warning: passing arg 5 of `sendto' from incompatible pointer type
[27] Comentário enviado por gregorye em 06/11/2004 - 04:28h
Alguem sabe oque posso usar para instalar o esquema para gcc e funcionar este script 100% ! já rodei ele uma vez mas agora acontece o seguinte erro!
barros:/home/adm-gregory# gcc trash2.c -o trash
trash2.c:38: stdio.h: No such file or directory
trash2.c:39: unistd.h: No such file or directory
trash2.c:40: stdlib.h: No such file or directory
trash2.c:41: string.h: No such file or directory
trash2.c:42: sys/types.h: No such file or directory
trash2.c:43: sys/time.h: No such file or directory
trash2.c:44: sys/socket.h: No such file or directory
trash2.c:45: pwd.h: No such file or directory
trash2.c:46: time.h: No such file or directory
trash2.c:47: sys/utsname.h: No such file or directory
trash2.c:48: netdb.h: No such file or directory
trash2.c:49: netinet/in.h: No such file or directory
trash2.c:50: netinet/ip.h: No such file or directory
trash2.c:51: netinet/ip_icmp.h: No such file or directory
trash2.c:52: netinet/igmp.h: No such file or directory
barros:/home/adm-gregory#
[28] Comentário enviado por removido em 22/11/2004 - 02:48h
Aee galera. Eu estava com o mesmo problema de vcs, simplesmente não compilava e dava esses erros
trash2.c: In function `sendwin98bug':
trash2.c:152: error: dereferencing pointer to incomplete type
trash2.c:153: error: dereferencing pointer to incomplete type
trash2.c:154: error: dereferencing pointer to incomplete type
trash2.c:154: error: invalid application of `sizeof' to an incomplete type
trash2.c:156: error: invalid application of `sizeof' to an incomplete type
trash2.c:161: error: invalid application of `sizeof' to an incomplete type
trash2.c:172: warning: passing arg 5 of `sendto' from incompatible pointer type
trash2.c:183: warning: passing arg 5 of `sendto' from incompatible pointer type
Então resolvi procurar na net e procurar a versão original do programa, que achei nesse endereço: http://newdata.box.sk/neworder/feb2000/trash.c
Esse compilou na boa aqui no meu Fedora :)
Abraços
[33] Comentário enviado por removido em 22/01/2005 - 23:47h
Alguém conseguiu compilar no Windows?
Eu uso o GNU MinGW/Bloodshed DevC++ 4, mas ainda não consegui compilar.
Tem uma versão "for ruindows" para este script?
[34] Comentário enviado por PCMasterPB em 23/10/2005 - 00:33h
Realmente o arquivo original (http://newdata.box.sk/neworder/feb2000/trash.c) compilou sem problemas aqui no suse 9.3, já o que eu desci do vol da erro. Agora como usar esse executável pra derrubar o server? Queria testar ele numa máquina aqui so pra ver heheheeehe ;D
[37] Comentário enviado por slack_uba em 26/01/2006 - 10:37h
OCORREU O SEGUINTE ERRO !!!!!!
# gcc trash2.c -o trash
trash2.c: In function `sendwin98bug':
trash2.c:152: error: dereferencing pointer to incomplete type
trash2.c:153: error: dereferencing pointer to incomplete type
trash2.c:154: error: dereferencing pointer to incomplete type
trash2.c:154: error: invalid application of `sizeof' to an incomplete type
trash2.c:156: error: invalid application of `sizeof' to an incomplete type
trash2.c:161: error: invalid application of `sizeof' to an incomplete type
trash2.c:172: warning: passing arg 5 of `sendto' from incompatible pointer type
trash2.c:183: warning: passing arg 5 of `sendto' from incompatible pointer type
trash2.c: In function `send_igmp':
trash2.c:253: error: invalid application of `sizeof' to an incomplete type
trash2.c:258: error: invalid application of `sizeof' to an incomplete type
trash2.c:271: error: dereferencing pointer to incomplete type
trash2.c:272: error: dereferencing pointer to incomplete type
trash2.c:277: error: invalid application of `sizeof' to an incomplete type
trash2.c:282: error: invalid application of `sizeof' to an incomplete type
trash2.c:294: error: dereferencing pointer to incomplete type
trash2.c:295: error: dereferencing pointer to incomplete type
trash2.c:300: error: invalid application of `sizeof' to an incomplete type
trash2.c:305: error: invalid application of `sizeof' to an incomplete type
trash2.c:310: error: dereferencing pointer to incomplete type
trash2.c:311: error: dereferencing pointer to incomplete type
trash2.c:316: error: invalid application of `sizeof' to an incomplete type
ALGUEM TEM ESSE SCRIPT CORRIGIDO OU ALGUM PARECIDO QUE FAÇA A MESMA FUNÇÃO ?????
E-MAIL: slack_uba@yahoo.com.br
[38] Comentário enviado por PCMasterPB em 28/01/2006 - 01:21h
slack_uba, eu já tinha colocado o link com o texto correto do arquivo trash.c (http://newdata.box.sk/neworder/feb2000/trash.c), mas ta ae o script correto, caso o servidor por algum motivo apagá-lo:
----------------Copie esse texto para o arquivo trash.c---------------
/* Simple denial of service attack against Windows98/95/2000/NT Machines
Overview: sends random, spoofed, ICMP packets with randomly choosen
ICMP error codes.
Result: Freezes the users machine or a CPU usage will rise to extreme
lag. tested on:
2.0.35
2.2.5-15
2.2.9
2.0.36
You may freely alter this code, but give credit where credit is due
*/
/* greets go out to:
|gyr0|, Legio2000 Security Research(c)[for the idea and some of
the code from bloop.c], codesearc, P.A.T.C.H., ppl in
#ehforce@unet, #bitchx@unet, 0l3g, packetstorm security
-coded by misteri0 - [pr0tocol]
*/
[40] Comentário enviado por removido em 13/03/2006 - 17:50h
JulianoSMM, dê uma olhada na mensagem de erro.
Esse código é super simples, não creio que possa não funcionar em uma distro diferente da outra, ou que seja necessário uma lib ou outra em especial para a distro.
Veja se tu tens os compiladores do GCC.
Abraços
[42] Comentário enviado por brevleq em 21/04/2006 - 00:27h
Como eu faço pra compilar o fonte? Tah dando esses erros:
brevleq@brevleq:~/downloads$ g++ trash2.c -o trash
trash2.c: In function `unsigned int randip()':
trash2.c:80: error: `inet_aton' undeclared (first use this function)
trash2.c:80: error: (Each undeclared identifier is reported only once for each
function it appears in.)
trash2.c: In function `int resolve(const char*, unsigned int, sockaddr_in*)':
trash2.c:87: error: `inet_addr' undeclared (first use this function)
trash2.c: At global scope:
trash2.c:99: error: `addr' was not declared in this scope
...........
[46] Comentário enviado por marcaoguitarra em 02/08/2007 - 12:10h
cara, se voce ler dentro do arquivo fonte está escrito o procedimento para compilar que é o seguinte:
# gcc -o trash2 trash2.c
para executar é só digitar
# ./trash2
[49] Comentário enviado por edivandoflf em 24/06/2010 - 10:12h
Ei ta dando um monte de erro...
trash2.c:258: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:271: error: dereferencing pointer to incomplete type
trash2.c:272: error: dereferencing pointer to incomplete type
trash2.c:277: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:282: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:294: error: dereferencing pointer to incomplete type
trash2.c:295: error: dereferencing pointer to incomplete type
trash2.c:300: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:305: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:310: error: dereferencing pointer to incomplete type
trash2.c:311: error: dereferencing pointer to incomplete type
trash2.c:316: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
[50] Comentário enviado por cr4sh0v3rr1d3 em 06/05/2013 - 00:07h
trash2.c: Na função ‘randip’:
trash2.c:78:17: warning: format ‘%d’ espera argumento do tipo ‘int’, porém o argumento 3 possui tipo ‘long int’ [-Wformat]
trash2.c:78:17: warning: format ‘%d’ espera argumento do tipo ‘int’, porém o argumento 4 possui tipo ‘long int’ [-Wformat]
trash2.c:78:17: warning: format ‘%d’ espera argumento do tipo ‘int’, porém o argumento 5 possui tipo ‘long int’ [-Wformat]
trash2.c:78:17: warning: format ‘%d’ espera argumento do tipo ‘int’, porém o argumento 6 possui tipo ‘long int’ [-Wformat]
trash2.c: Na função ‘sendwin98bug’:
trash2.c:152:13: error: dereferencing pointer to incomplete type
trash2.c:153:13: error: dereferencing pointer to incomplete type
trash2.c:154:13: error: dereferencing pointer to incomplete type
trash2.c:154:62: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:156:47: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:161:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:172:26: warning: passing argument 5 of ‘sendto’ from incompatible pointer type [habilitado por padrão]
In file included from trash2.c:44:0:
/usr/include/i386-linux-gnu/sys/socket.h:155:16: note: expected ‘const struct sockaddr *’ but argument is of type ‘struct sockaddr_in *’
trash2.c:183:66: warning: passing argument 5 of ‘sendto’ from incompatible pointer type [habilitado por padrão]
In file included from trash2.c:44:0:
/usr/include/i386-linux-gnu/sys/socket.h:155:16: note: expected ‘const struct sockaddr *’ but argument is of type ‘struct sockaddr_in *’
trash2.c: Na função ‘send_igmp’:
trash2.c:253:44: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:258:46: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:271:8: error: dereferencing pointer to incomplete type
trash2.c:272:8: error: dereferencing pointer to incomplete type
trash2.c:277:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:282:55: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:294:8: error: dereferencing pointer to incomplete type
trash2.c:295:8: error: dereferencing pointer to incomplete type
trash2.c:300:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:305:55: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’
trash2.c:310:8: error: dereferencing pointer to incomplete type
trash2.c:311:8: error: dereferencing pointer to incomplete type
trash2.c:316:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct igmphdr’