Advertisement
leo123123123

Untitled

Oct 19th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1.  
  2. [root@0000172 ~]# sh build.sh
  3. sh: build.sh: No such file or directory
  4. [root@0000172 ~]# sh build.sh
  5. bot/attack_app.c: In function 'attack_app_cfnull':
  6. bot/attack_app.c:990:17: warning: implicit declaration of function 'rand_alphastr'; did you mean 'rand_alpha_str'? [-Wimplicit-function-declaration]
  7. rand_alphastr(buf + util_strlen(buf), 16);
  8. ^~~~~~~~~~~~~
  9. rand_alpha_str
  10. bot/attack_method.c: In function 'attack_method_udprandom':
  11. bot/attack_method.c:660:30: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
  12. char *data = rand() % 4096 + 1;
  13. ^~~~
  14. bot/attack_method.c: In function 'attack_udp_dns':
  15. bot/attack_method.c:1165:13: warning: implicit declaration of function 'rand_alphastr'; did you mean 'rand_alpha_str'? [-Wimplicit-function-declaration]
  16. rand_alphastr((uint8_t *)qrand, data_len);
  17. ^~~~~~~~~~~~~
  18. rand_alpha_str
  19. bot/main.c: In function 'main':
  20. bot/main.c:181:5: warning: implicit declaration of function 'rand_alphastr'; did you mean 'rand_alpha_str'? [-Wimplicit-function-declaration]
  21. rand_alphastr(name_buf, name_buf_len);
  22. ^~~~~~~~~~~~~
  23. rand_alpha_str
  24. can't find i586-gcc in $PATH
  25. i586-strip: 'release/Hades.x86': No such file
  26. can't find i686-gcc in $PATH
  27. i686-strip: 'release/Hades.i686': No such file
  28. can't find mips-gcc in $PATH
  29. mips-strip: 'release/Hades.mips': No such file
  30. can't find mipsel-gcc in $PATH
  31. mipsel-strip: 'release/Hades.mpsl': No such file
  32. can't find armv4l-gcc in $PATH
  33. armv4l-strip: 'release/Hades.arm': No such file
  34. can't find armv5l-gcc in $PATH
  35. armv5l-strip: 'release/Hades.arm5': No such file
  36. can't find armv6l-gcc in $PATH (did you export it?)
  37. armv6l-strip: 'release/Hades.arm6': No such file
  38. bot/attack_method.c: In function 'attack_method_udprandom':
  39. bot/attack_method.c:660: warning: initialization makes pointer from integer without a cast
  40. bot/attack_method.c:1241:2: warning: no newline at end of file
  41. can't find powerpc-gcc in $PATH
  42. powerpc-strip: 'release/Hades.ppc': No such file
  43. can't find sparc-gcc in $PATH
  44. sparc-strip: 'release/Hades.spc': No such file
  45. can't find m68k-gcc in $PATH
  46. m68k-strip: 'release/Hades.m68k': No such file
  47. can't find sh4-gcc in $PATH
  48. sh4-strip: 'release/Hades.sh4': No such file
  49. can't find i586-gcc in $PATH
  50. i586-strip: 'release/Hades.kill': No such file
  51. can't find i586-gcc in $PATH
  52. i586-strip: 'release/a.x86': No such file
  53. can't find i686-gcc in $PATH
  54. i686-strip: 'release/a.i686': No such file
  55. can't find mipsel-gcc in $PATH
  56. mipsel-strip: 'release/a.mpsl': No such file
  57. can't find armv4l-gcc in $PATH
  58. armv4l-strip: 'release/a.arm': No such file
  59. can't find armv5l-gcc in $PATH
  60. armv5l-strip: 'release/a.arm5': No such file
  61. bot/attack_method.c: In function 'attack_method_udprandom':
  62. bot/attack_method.c:660: warning: initialization makes pointer from integer without a cast
  63. bot/attack_method.c:1241:2: warning: no newline at end of file
  64. can't find i586-gcc in $PATH
  65. i586-strip: 'release/a.out': No such file
  66. mv: cannot stat `release/*': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement