Screen reader users, click here to turn off Google Instant.
Sign in

Google

Google Instant is unavailable. Press Enter to search. Learn more
Google Instant is off due to connection speed. Press Enter to search.
Press Enter to search.
×
Web
Shopping
Videos
News
Images
MoreSearch tools
    • Search settings
    • Languages
    • Turn on SafeSearch
    • Advanced search
    • History
    • Search help
Explicit results filtered with SafeSearch. Learn more Undo
90 results (0.63 seconds) 

 
 

Search Results

  1. Solaris chkey Vulnerability - SecurityFocus

    www.securityfocus.com/bid/207/exploit
    • Cached
    strcpy(buffer, argv[0]); * / we gave it wrong arguments / * fprintf(stderr, "usage: %s ...\n", buffer); * exit(1); * * In this case you need to overwrite exit()'s PLT entry.
  2. Data Buffer overrun in Solaris 2.5.1, 2.5.0 in ps and chkey

    insecure.org/sploits/solaris.ps.and.chkey.data.buffer.overrun.html
    • Cached
    The solaris ps (both /usr/bin and /usr/ucb) and chkey programs are insecure, and it is ... The default case being * * strcpy(buffer, argv[0]); * / we gave it wrong ...
  3. A buffer overflow study attacks and defenses (2002)

    www.slideshare.net/.../a-buffer-overflow-study-attacks-and-defenses-200...
    • Cached
    • Similar
    Mar 9, 2011 - ... func); memset(buffer, 0, BUFSIZE); strcpy(buffer, argv[1]); printf("after .... ”Defeating Solaris/Sparc non executable Stack protection”[13] Tim ...
  4. Is there any performance problem with hard links in ZFS?

    zfs-discuss.opensolaris.narkive.com/.../is-there-any-performance-proble...
    • Cached
    This message posted from opensolaris.org. Darren J Moffat. 8 years ... strcpy(buffer, argv[1]); filename = buffer + ... Bart Smaalders Solaris Kernel Performance
  5. shellcode under solaris - opensolaris-code@opensolaris.org

    opensolaris-code.opensolaris.narkive.com/.../shellcode-under-solaris
    • Cached
    I'm attempting to write some shellcode under Solaris, I'm running Solaris .... Solaris/x86 shellcode would have to pass it on the stack. .... strcpy(buf, argv[1]);
  6. Analysis of Buffer Overflow Attacks - Windows Security

    www.windowsecurity.com › Articles & Tutorials › Windows OS Security
    • Cached
    • Similar
    Nov 8, 2002 - strcpy(buf, argv[1]);. } } This sample code has all the ..... How to bypass Solaris non-executable stack protection 23 Jan. 2013 The Editor ...
  7. Smashing The Stack For Fun And Profit

    cecs.wright.edu/~tkprasad/courses/cs781/alephOne.html
    • Cached
    • Similar
    void main(int argc, char *argv[]) { char buffer[512]; if (argc > 1) strcpy(buffer,argv[1]); } ..... SPARC/Solaris. sethi 0xbd89a, %l6 or %l6, 0x16e, %l6 sethi 0xbdcda, ...
  8. Smashing The Stack For Fun And Profit - Phrack Magazine

    phrack.org/issues/49/14.html
    • Cached
    • Similar
    Phrack
    Loading...
    Aug 11, 1996 - ... char *argv[]) { char buffer[512]; if (argc > 1) strcpy(buffer,argv[1]); } ------------------------------------------------------------------------------ We can create a ...
  9. [PDF]Introduction Since the famous article "Smashing the Stack ...

    sistop.gwolf.org/.../The_Tao_of_Buffer_Overflows_-_Enrique_Sanchez....
    • Cached
    • Similar
    8.0 and Mandrake 9.0, Windows 2000 and Solaris on SPARC architecture. During this chapter we ... if(argc > 1) strcpy(buffer, argv[1]); printf("You wrote %s\n", ...
  10. Re: get SP on Solaris (SPARC) with GCC 3.3.2 - OSDir.com

    osdir.com/ml/security.vulnerabilities/2004-01/msg00032.html
    • Cached
    Subject: Re: get SP on Solaris (SPARC) with GCC 3.3.2 - .... supposing this simple vuln code: int main(int argc, char *argv[]) { char buf[128]; strcpy(buf, argv[1]); ...
  11. Solaris <= 2.5.1 chkey Vulnerability - Sebug漏洞库

    sebug.net/vuldb/ssvid-73113
    May 19, 1997 - The default case being; *; * strcpy(buffer, argv[0]);; * / we gave it wrong arguments /; * fprintf(stderr, "usage: %s ...\n", buffer);; * exit(1);; *; * In this ...
  12. Finding Heap Overflows - Hacking Ubuntu: Serious Hacks ...

    flylib.com/books/en/1.545.1.34/1/
    • Cached
    Solaris Login: ... Solaris Xsun: ... *buf2; buf=(char*)malloc(1024); buf2=(char*)malloc(1024); printf("buf=%p buf2=%p\n",buf,buf2); strcpy(buf,argv[1]); free(buf2); }.
  13. My example project ~ /trunk/proctitle.c - OmniTI Labs

    https://labs.omniti.com/labs/gimli/browser/trunk/proctitle.c
    • Cached
    Revision 19, 2.0 kB (checked in by wez, 6 years ago). reasonable first cut at sparc solaris backtrace support ... 54, strcpy(buf, argv[0]);. 55, gimli_progname ...
  14. -- C/C++ Article | Hellbound Hackers

    https://www.hellboundhackers.org/articles/read-article.php?article_id...
    • Cached
    Nov 19, 2007 - C++ can be used on all systems(*nix, Windows, Solaris, and Mac). So lets start with some ... strcpy(buf, argv[1]); //copy argv[1] to buf return 0;
  15. gethostans: buffer overflow exploit on solaris / sendmail ...

    compgroups.net/comp.mail.sendmail/gethostans-buffer.../1313263
    • Cached
    ... tell me what this means ? it's from a mail server running sendmail on solaris 9. ... snippet: int main(int argc, char *argv[]) { char buf[256]; strcpy(buf, argv[1]); .
  16. (newbie admin) snmpXdmid buffer overflow - Compgroups.net

    compgroups.net/comp.unix.solaris/-newbie-admin...buffer.../182114
    • Cached
    comp.unix.solaris 25827 articles. .... Hello, can't realize what's happening in this code snippet: int main(int argc, char *argv[]) { char buf[256]; strcpy(buf, argv[1]); .
  17. [PPT]Compilers and Software Security

    www.cs.columbia.edu/~gskc/.../classPresentation.ppt
    • Cached
    • Similar
    Columbia University
    Loading...
    strcpy(buffer, argv[1]); ... corrupt malloc data, Diversified research; Languages, Compilers: C++, Sun CC, Visual C++; Other architectures: Solaris, Alpha (DLX ;-).
  18. [PPT]BufferOverflowAttack..

    www.cse.scu.edu/~tschwarz/COEN252_09/.../BufferOverflowAttack.ppt
    • Cached
    • Similar
    char buffer[500];. strcpy(buffer, argv[1]);. return 0; ..... Linux; Solaris 2.x; SVR4; Adopted by TIS (Tool Interface Standards Committee). Global Offset Table (GOT).
  19. File : proctitle.c - Open Hub Code Search

    code.openhub.net/file?fid=2Zp021JsEG7RN1glCNWy3V9rmd8...
    • Cached
    OPENSOLARIS. .... NULL; argv = new_vec; strcpy(buf, argv[0]); gimli_progname = strdup(basename(buf)); return argv; } void gimli_set_proctitle(const char *fmt, .
  20. [PPT]Memory (Un)safety, Basic Expliots

    www.ccs.neu.ed...
    • Cached
    Northeastern University College of Computer and Info...
    Loading...
    x86_64 calling convention used on Linux, Solaris, FreeBSD, Mac OS X. First six (integer) arguments passed in ..... strcpy(buf, argv[. 1. ]);. printf(. "%s. \n. " , buf);.
  21. Segmentation fault using strtok - C | DaniWeb

    www.daniweb.com › Software Development › C
    • Cached
    Feb 16, 2006 - 13 posts - ‎4 authors
    I am using strtok to parse the argv. On windows it works just fine but on Solaris I get a fault. I have ...
  22. CSCE 313 Lecture 3 - Notes

    notes.komputerwiz.net:8000/wiki/CSCE_313_Lecture_3
    • Cached
    Jan 24, 2012 - Put parameters in block/table in memory and pass pointers (Linux and Solaris); Parameters pushed onto ... strcpy(buffer, argv[1]) return 0; } }.
  23. [PDF]An Analysis of Some Software Vulnerabilities - Computer ...

    csrc.nist.gov/.../paperD6....
    • Cached
    • Similar
    National Institute of Standards and Technology
    Loading...
    by I Krsul - ‎Cited by 7 - ‎Related articles
    2.1 Solaris _iob[] Buffer Overflow ... In some programs (verified in Solaris 2.5 only but thought to apply to other platforms), however, it is ... strcpy(buffer, argv[1]);.
  24. [osol-code] shellcode under solaris - Frank Hofmann - org ...

    markmail.org/message/ifsd52zpapv7yv5y
    • Cached
    Jul 13, 2007 - strcpy(buf, argv[1]); return (strlen(buf)); }. and create the argument string that makes this start a "/bin/bash". Do that for both SPARC and i86pc ...
  25. Admin Test 2005 egm - Redbrick - DCU

    www.redbrick.dcu.ie › help › exams
    • Cached
    Dublin City University
    Loading...
    Sep 20, 2011 - Solaris (30 marks) ... (3 marks); There's one very important difference between Solaris 'tar' and GNU 'tar'. .... char buf[10]; strcpy(buf, argv[1]);
  26. kaiten.c ≈ Packet Storm

    packetstormsecurity.com/files/25575/kaiten.c.html
    • Cached
    • Similar
    Dec 27, 2001 - if (!strncmp(argv[1],"http://",7)) strcpy(buf,argv[1]+7); else strcpy(buf,argv[1]); for (i=0;i<strlen(buf) && buf[i] != '/';i++); buf[i]=0; server.sin_family ...
  27. [PPT]Buffer Overflow.ppt

    www.clarkson.edu/class/cs457/.../BufferOverflow.ppt
    • Cached
    • Similar
    Clarkson University
    Loading...
    strcpy(buffer,argv[1]); .... copy (either Linux- or Solaris-specific binary) from a site/account using "rcp", start running this new image with "nohup", and then exit.
  28. [PPT]Protection & Security

    web2.utc.edu/~djy471/CPSC2800/.../ch14-protection.security11.ppt
    • Cached
    • Similar
    Protection can be applied to non-file resources; Solaris 10 provides role-based access ... Role-based Access Control in Solaris 10. 14.18 ... strcpy(buffer,argv[1]);.
  29. trapkit blog

    tk-blog.blogspot.com/
    • Cached
    • Similar
    Nov 8, 2011 - 10 strcpy (buf, argv[1]); .... I released a new security advisory for Oracle Solaris and OpenSolaris. See TKADV2010-005 for a detailed ...
  30. How To Check Udp Buffer Overflow In Solaris10 - PostSeek

    www.postseek.com/meta/ac71e73f756a0f3b41d7eebd06a9a67b
    • Cached
    ... udp buffer may overflow. Does anybody know the solaris system command to find the udp buffer overflow? ...... char buffer[512]; if(argc1) strcpy(buffer,argv[1]);
  31. gentoo-alt - Gentoo Mailing List Archives

    https://archives.gentoo.org/gentoo.../212ca6cc5a55e6570fe18bb21f0d6a...
    • Cached
    Jul 22, 2008 - On 15-05-2008 15:25:02 +0200, Markus Duft wrote: > >>> Thanks for the in depth explanation. I'd not be surprised if Solaris >>> actually has ...
  32. [PS]An introduction to UNIX exploits.

    www.cse.chalmers.se/edu/.../usploits....
    • Cached
    • Similar
    Chalmers University of Technology
    Loading...
    /etc/system on Solaris. There are other methods ..... strcpy(buf, argv[1]);. exit(0); ..... way to write format string exploits since Solaris limits the parameters to 20 and.
  33. error: dereferencing pointer to incomplete type - LinuxQuestions.org

    www.linuxquestions.org › Forums › Non-*NIX Forums › Programming
    • Cached
    Jul 7, 2012 - 12 posts - ‎5 authors
    strcpy(buf,argv[3]); strcat(buf,":"); memset(buf_r,0,100); //gets(buf_r); ... Distribution: debian i686 (solaris). Posts: 5,759. Rep: Reputation: 1512.
  34. [PDF]Introduction to Shellcoding - leetupload.com

    leetupload.com/database/Misc/Papers/intro_to_shellcoding.pdf
    • Cached
    buffer overflows under OpenBSD and Solaris is called return-to-libc, which is beyond the scope of this .... strcpy(buf, argv[1]); copies the first argument (.
  35. Overwriting ELF .dtors section to modify program execution

    www.securiteam.com/unixfocus/6H00I150LE.html
    • Cached
    • Similar
    Dec 14, 2000 - strcpy(buf, argv[1]); exit(EXIT_SUCCESS); } void bleh(void) .... 'Sun Solaris Integer Overflow Vulnerability'. > 'Asterisk Multiple Vulnerabilities'. > ...
  36. lookup_as.c - Networks and Mobile Systems - MIT

    nms.lcs.mit.edu/software/ron/lookup_as.c
    • Cached
    05/05/98 Ehud Gavron gavron@aces.com * * 1) Make SOLARIS a define that ...... #else strcpy(buffer,argv[1]); #endif /* EXAMPLE_NET */ p = get_origin(buffer); ...
  37. [PDF]HOW DO HACKERS WORK - lzap

    https://lzap.fedorapeople.org/papers/hackersdo/howdohackerswork.pdf
    • Cached
    Oct 1, 2005 - or Solaris. ○ the truth is – I don`t know these systems too much ... char buffer[500]; if (argc > 1) strcpy(buffer,argv[1]);. } # ./target HELLO. # .
  38. Calcul de la distance d'un host en utilisant une reponse ...

    www-r2.u-strasbg.fr/~pansiot/traceroute/idist.c
    • Cached
    • Similar
    Translate this page
    ... TIMEOUT 10 #define MAXRETRY 5 #define ECHO 8 #define ECHO_REPLY 0 #define QUENCH 4 /* sous SunOs 60 sous solaris 255 */ #define MAXTTL 255 ...
  39. [PDF]Slides - CS Course Webpages

    courses.cse.tamu.edu/guofei/csce313/1_Introduction%20to%20OS.pdf
    • Cached
    This approach taken by Linux and Solaris. – Parameters placed, or pushed, onto the stack ... return -1; else { strcpy(buffer,argv[1]); return 0;. } } #include <stdio.h>.
  40. [PPT]ISEC0511

    www.msit2005.mut.ac.th/msit_media/1.../20090912180955JS.ppt
    • Cached
    UNIX/Linux Briefs. UNIX was developed during 1970s, written in C. UNIX has many flavors, e.g. Solaris (Sun), HP-UX (HP), AIX (IBM), BSD, Tru64 (Digital – now ...
  41. [PDF]buffer overflow attacks - ethesis - National Institute of ...

    ethesis.nitrkl.ac.in/.../Buffer_Overflow_Attacks_%26_Countermeasures.p...
    • Cached
    • Similar
    by U Saraf - ‎2007 - ‎Related articles
    Linux, OpenBSD, Free BSD, and even Solaris. The address of the attack code can be ... strcpy(buffer,argv[1]); printf("ur buffer : %s", buffer);. } ----------- end of vul.c ...
  42. [PDF]Exploitation avancée de buffer overflows - - lasec - EPFL

    lasec.epfl.ch/~oechslin/advbof.pdf
    • Cached
    • Similar
    Translate this page
    Jun 28, 2002 - Solaris ou UnixWare .... strcpy(buffer,argv[1]);. 10 ..... Sous Solaris/Sparc et HP-UX/PA-RISC, on fait la distinction entre leaf() fonctions et.
  43. exploit - Information Security Stack Exchange

    security.stackexchange.com/questions/.../exploit?page...
    • Cached
    Stack Exchange
    Loading...
    ... #include <stdio.h> int main(int argc, char** argv) { char buf[64]; strcpy(buf, argv[1]); } ..... I need to exploit a Solaris vulnerability for class, but we never dealt with ...
  44. [PDF]Hacking OpenVMS - Index of

    lab.nethence.com/elge/openvms/VMS.pdf
    • Cached
    • Similar
    Vulnerability Graph. 0. 375. 750. 1125. 1500. Windows. Linux. OpenBSD. Solaris. OpenVMS. Vulns. Vulns .... strcpy(buf,argv[1]). ▣ I knew hit the return address ...
  45. Solaris for SPARC 堆栈溢出程序编写(1) - 绿盟科技--www ...

    www.nsfocus.net/index.php?act=magazine&do...
    • Cached
    Translate this page
    众所周知,Solaris系统的缓冲区溢出漏洞可以说是层出不穷,攻击者通常可以很轻易地 ... 但目前似乎很少看到有讲如何在Solaris下编写溢出程 ..... strcpy(buf,argv[1]);
  46. Exploitation avancée de buffer overflows.pdf - ResearchGate

    www.researchgate.net/.../029c9c140cf2a... - Translate this page
    ResearchGate
    Loading...
    by O Gay - ‎2004
    Jun 28, 2002 - Solaris ou UnixWare .... strcpy(buffer,argv[1]);. 10 ..... Pour les processeurs PA-RISC (HP-UX) et Sparc (Solaris), il faut se rappeller que.
  47. [PDF]BufferOverflow on Solaris Sparc (한글 25p, 글 Tyger)

    coffeenix.net/.../BufferOverflow_on_Solaris_Sparc.pd...
    • Cached
    Translate this page
    BufferOverflow on Solaris Sparc by Tyger ... 이 문서에서는 Solaris Sparc에서의 버퍼오버플로우에 대해 다룰 것이다. 버퍼오버플로우에 대한 ..... strcpy(buf,argv[1]);.
  48. [PDF]Two complementary approaches to detecting ... - Hal-SHS

    https://halshs.archives-ouvertes.fr/tel-00939088/document
    • Cached
    • Similar
    by MA CAVALLI - ‎Related articles
    Jan 30, 2014 - mistakes in their implementation. An example of a design flaw was the Solaris sadmin .... strcpy (buffer, argv[1]);. } Because argv[1] can contain ...
  49. Tecnica de Murat (bazar) - SET Saqueadores Edición Técnica

    www.set-ezine.org/index.php?num=37&art=6
    • Cached
    Translate this page
    ... if (strlen(argv[2]) < l) strcpy(buffer, argv[2]); else printf("\nIntento de HACK\n"); ..... de MIPS/Irix & Sparc/Solaris * jumps de > 0x0101 bytes son llevados a cabo ...
  50. C++ - HOME

    akira74.namoweb.net/.../view.php?...
    • Cached
    Translate this page
    if( (unsigned char)*ptr == (unsigned char)0x40) exit(0); ptr++; } vul(argv[1]); execle("/bin/ls", "/bin/ls", "-al", NULL); strcpy(buf, argv[2]); printf("%sn", buf);
  51. [PDF]System and Network Security

    www2.ing.unipi.it/~a008149/corsi/osor/.../Sicurezza.pd...
    • Cached
    • Similar
    University of Pisa
    Loading...
    strcpy(buffer,argv[1]); return 0;. } } 12. Operating Systems and Computer Networks ... segments. ○ Sun Spark, used by Solaris. ▫ NX bit in page table (AMD, Intel).
  52. [PDF]Pełen artykuł (PDF) - Centrum Bezpieczeństwa

    www.centrum.bezpieczenstwa.pl/artykuly/h07_libc.pdf
    • Cached
    Translate this page
    juz zastosowanie między innymi w systemach takich jak BSD czy Solaris. Jak zatem zmusić ... char buffer[80]; if(argc > 1) strcpy(buffer, argv[1]); return 0;.
  53. [PPT]버퍼 오버플로우

    jyj850714.tistory.com/.../cfile7.uf@16266F0D4BAF1...
    • Cached
    • Similar
    Translate this page
    http://www.false.com/security/linux-stack. Solaris 2.6 and above : prevent and log stack-smashing attack. ... strcpy(buffer, argv[1]);. } printf(“buffer: %s\n”,buffer);.
  54. 32.17.3 Openwall (OWL) - Rheinwerk Verlag

    openbook.rheinwerk-verlag.de/.../linux_kap32_017.h...
    • Cached
    Translate this page
    ... Sichere Derivate und Distributionen. Pfeil, 32.18.1 Trusted Solaris (jetzt Teil von Solaris) ... if (argc > 1) strcpy(buf, argv[1]); return 0; }. Listing 32.19 SSP-Test.
  55. 我_百度文库

    wenku.baidu.com/view/62dba25d312b3169a451a415
    • Cached
    Translate this page
    Jun 8, 2011 - ... { strcpy(buffer,argv[1]); return 0; } } #include <stdio.h> int main(int argc, ... either by Linux and Windows or by Solaris to prevent buffer overflow.
  56. [PDF]Hacking Memory Introducción al Shellcode

    52.0.140.184/.../shellcode05b_JeimyCano.pdf
    • Cached
    Translate this page
    strcpy (buf, argv[1]); free(buf2). } $ . ... Kernel Overflows. ✓ Caso Solaris – LKM vfs_getvfssw(). ☞El sistema operacional Solaris implementa mucha de su.
  57. [PDF]Security

    te.ugm.ac.id/~wibirama/tif206/01/ch14/security-updated.pdf
    • Cached
    • Similar
    replacing the line "strcpy(buffer, argv[l]);": with "strncpy(buffer, argv[l] , sizeof (buf f .... chip include this setting, and recent versions of Solaris enable it. The return.
  58. [PDF]Download PDF - eScholarship

    https://escholarship.org/uc/item/9t37z52n.pdf
    • Cached
    by S Peisert - ‎2007 - ‎Cited by 52 - ‎Related articles
    Apr 1, 2007 - strcpy(buffer, argv[1]); printf(“Safe prog?”); return 0; ..... [13] W. Osser and A. Noordergraaf, Auditing in the Solaris Operating. Environment.
  59. Tìm hiểu đầy đủ về tràn bộ đệm - Tài Liệu

    monhoc.vn/tai.../tim-hieu-day-du-ve-tran-bo-dem-15...
    • Cached
    Translate this page
    ... argc, char *argv[]) { char buffer[500]; if(argc>=2) strcpy(buffer, argv[1]); return 0; .... %g1 */ "\x91\xd0\x20\x08" /* ta 8 Solaris / x86 char c0de[] = "\xeb\x0a" /* jmp ...
  60. [PDF]Tema 4 Seguridad de sistemas

    carpex.usal.es:8080/anai/ref1/upload/prog_segura.pdf
    • Cached
    • Similar
    Translate this page
    by FJP Mato - ‎Related articles
    Sep 6, 2004 - afectan a muchos sistemas operativos, como Windows, Linux o Solaris, y a plataformas como x86, SPARC ..... strcpy(buffer,argv[1]); p();. } 20.
  61. #AsuultSambar : • View topic - Хакэрдах хичээл No.1 - Asuult.net

    forum.asuultserver.com/viewtopic.php?t=84157
    • Cached
    • Similar
    Apr 28, 2006 - 26 posts - ‎13 authors
    char buffer[500]; strcpy(buffer, argv[1]); ..... -s <Solaris style ARP requests with target hardware address set to broadcast> -r ({ARP,RARP} ...
  62. 求助linux下利用多线程和socket的多用户聊天室的问题?-C/C++ ...

    bbs.chinaunix.net › 论坛 › 程序设计 › C/C++
    • Cached
    • Similar
    Translate this page
    May 15, 2013 - 4 posts - ‎2 authors
    网上下了别人的例子想学习下,在其基础上小改下,运行时出问题:开一个client端连接server端,收发信息正常,再开一个client端,前一个client端 ...
  63. [译文]Smashing The Stack For Fun And Profit - CSDN blog

    blog.csdn.net/yayong/article/details/432785
    • Cached
    Translate this page
    Jul 23, 2005 - An OpenSolaris Developer. 目录视图 · 摘要视图 · 订阅 · Markdown博文大赛 ...... strcpy(buffer,argv[1]); } -------------------------------------------------------
  64. shellcode技术探讨续二- Shell - Linux教程

    linux.ximizi.com/linux/linux5570.htm
    • Cached
    Translate this page
    许多操作系统可以设置系统参数禁止把堆栈中的数据作为指令执行,比如solaris 中可以在/etc/system中设置: ... strcpy( buffer, argv[1] ); puts( buffer ); } else
  65. What-is-resident-and-dirty-memory-of-iOS - ASP NET MVC

    mvc.zeering.com/LoadAnswers.aspx?q=What-is-resident-and-dirty...
    • Cached
    It's a Java web application on Websphere6.1, Solaris 10, JDK 1.5.0_13. ..... 0x42; } printf("The buffer is at %p\n",buffer); if(argc > 1) { strcpy(buffer,argv[1]); } return ...
  66. 불편하고 아픈 기억 :: HackerSchool Level13

    unrank.tistory.com/18
    • Cached
    Translate this page
    Nov 25, 2009 - if(argc > 1) strcpy(buf,argv[1]);. if(i != 0x1234567) { printf(" Warnning: Buffer Overflow !!! \n"); kill(0,11); } } (gdb) disassemble main .... solaris (19) ...
  67. [PDF]Sécurité informatique - Patrick DUCROT

    www.ducrot.org/securite.pdf
    • Cached
    • Similar
    Translate this page
    Oct 15, 2014 - int main (int argc, char **argv). { char buf [8] ; strcpy (buf,argv [1]) ;. } .... linux: http://www.openwall.com/linux. – Solaris: ajout dans /etc/system:.
  68. Атаки на переполнение буфера - Securityvulns.ru

    https://securityvulns.ru/articles/bo.asp
    • Cached
    • Similar
    Translate this page
    strcpy(buffer, argv[1]); // Уязвимость ... Например, для реализации неисполняемого стека существуют “заплаты” для ОС Solaris и Linux [12, 13]. Однако ...
  69. Buffer OverFlow Saldırısı Hack Yöntemi ve Korunma Yolları ...

    www.cyberizm.org/cyberizm-buffer-overflow-saldirisi...
    • Cached
    • Similar
    Translate this page
    Aug 29, 2014 - noexec_user_stack özelliği çalışır durumda olmayan Solaris 2.6 ve sonrası) ???) -C ve C++ dışındaki ..... char buffer[50]; strcpy(buffer, argv[1]);
  70. Переполнение буфера. Атаки срыва стека - Pitachok.net

    www.pitachok.net/art/016.php
    • Cached
    • Similar
    Translate this page
    strcpy(buffer, argv[1]); // Уязвимость ... Например, для реализации неисполняемого стека существуют “заплаты” для ОС Solaris и Linux [12, 13]. Однако ...
  71. [PDF]해킹 공격방법의 이해 (글 양정규, 48p PPT자료)

    https://hpc.postech.ac.kr/wiki/pds/.../hacktech.pdf
    • Cached
    Translate this page
    Jan 7, 2009 - FreeBSD, DG-UX, IRIX, Solaris : 시간에. 비례하여 증가 ..... Solaris 2.6 이상 버젼: prevent and log stack-smashing attack ... strcpy(buffer, argv[1]);.
  72. [PDF]5 堆溢出

    forum.eviloctal.com/attachment.php?aid=7471
    • Similar
    Translate this page
    n Solaris Login: buf = ( char ** ) malloc ( BUF_SIZE ); ... n Solaris Xsun: buf = malloc (1024 ); strcpy (buf ... strcpy(buf,argv[1]); free(buf);. } 下面是ltrace 的输出:.
  73. Đề tài Cơ chế an toàn của các hệ điều hành mạng, Network ...

    doc.edu.vn/.../de-tai-co-che-an-toan-cua-cac-he-dieu-...
    • Cached
    • Similar
    Translate this page
    Jan 7, 2014 - vuln.c */ int main(int argc, char **argv) { char buf[16]; if (argc>1) { strcpy(buf, argv[1]); printf("%s\n", buf); } } [SkZ0@gamma bof]$ gcc -o vuln -g ...
  74. 内存溢出攻击分析(下)-c/c++-电脑编程网

    biancheng.dnbcw.info › c/c++
    • Cached
    Translate this page
    printf(„\nBuffer length: %d\nParameter length: %d”, BUF_LEN, strlen(argv[1]) );. strcpy(buf, argv[1]);. } } To exploit this program we need a piece given in Listing 6.
  75. Polaris - 다음 블로그

    blog.daum.net/01039229128/60
    • Cached
    Translate this page
    Jan 14, 2010 - strcpy(buffer,argv[1]); .... .net & Silver light (2); Cloud computing (1); Android (4); Network (1); Solaris (1); Linux (2); Data base (2); Programming ...
  76. [PDF]Patrick Ducrot - Free

    yvesbad.free.fr/programmation/.../securite.pdf
    • Cached
    Translate this page
    May 9, 2005 - Solaris: /usr/sbin/ndd -set /dev/ip ip_respond_to_echo_broadcast 0. Linux (2.2) .... strcpy (buf,argv [1]) ; .... Solaris: ajout dans /etc/system:.
  77. C/C++andBufferOverflowTopics - C/C++ - 次元立方网- 电脑 ...

    www.it165.net › 编程大巴 › 编程语言 › C/C++
    • Cached
    Translate this page
    Apr 18, 2014 - ELF 被用于现代UNIX系统、GNU/Linux, Solaris 和Irix。也用于一些嵌入式系统。 SOM/ESOM ..... char buffer[12];. strcpy(buffer, argv[1]);. return 0;.
  78. [PDF]Buffer Overflow

    hackersnews.org/.../버퍼오버플로우.pdf?... - Translate this page
    This site may harm your computer.
    Nov 9, 2001 - if (argc > 1) strcpy(buffer, argv[1]);. } unsigned long get_sp(void) { .... FreeBSD. • Solaris 2.6버전과 이 상위 버전. – Set noexec_user_stack = 1.
  79. hyochanhyo :: [Info] 잘 만들어진 버퍼오버플로우 문서

    hyochanhyo.tistory.com/44
    • Cached
    Translate this page
    Apr 30, 2009 - 4 strcpy(buf, argv); 5 } ..... Intel Linux에서 쉘코드를 작성하는 방법인데, Solaris같은 시스템에서도 같은 방법을 응용하여 쉘코드를 생성하게 됩니다.
  80. 프로그램 :: [Network] mkfifo() 예제

    molrayo.tistory.com/entry/Network-mkfifo-예제
    • Cached
    • Similar
    Translate this page
    Jul 13, 2012 - Solaris (11) · Linux (91) · VI (0) · Language (47) · C/C++ (32) · MFC (0) · JAVA (0) · SHELL (15) · JSP (0) · MATLAB (0) · EMBEDDED (58).
  81. UNIX 编程资料(转) - 360Doc个人图书馆

    www.360doc.com/content/.../3564483_62255870.sht...
    • Cached
    Translate this page
    Oct 19, 2010 - 如:工作站厂商中有HP的hpux、SUN的solaris、SGI的irix、IBM的AIX等,小型机有VAX上的Ultrix,微机上有SCO UNIX、微软 ...... strcpy(buf, argv[i]);
  82. 「コアダンプ」の人気Q&Aランキング | 教えて!goo

    oshiete.goo.ne.jp/keyword/コアダンプ
    • Cached
    • Similar
    Translate this page
    ... <string.h> int main(int argc,char *argv[]) { char buffer[5]; strcpy(buffer,argv[1]); ... クライアントはORACLE9.2.0.1.0オラクルクライアントの カスタムのフルでsolarisに ...
  83. Dos Napadi - Hack trikovi by Anes

    learntohacks.blogger.ba/arhiva/2010/10/12/2604245
    • Cached
    • Similar
    Translate this page
    Oct 12, 2010 - strcpy(buf,argv[1]); .... TFN serveri su prvobitno nađeni u binarnoj formi na Solaris 2.x sistemima, koji su indetifikovani kao kompromitovani ...
  84. 해킹과보안 (12) - 프리커 ~ blog :: - Tistory

    pherker.tistory.com/category/해킹과보안
    • Cached
    Translate this page
    May 26, 2008 - ... Raiser, Sun Solaris의 UFS, AIX의 JFS, Macintosh의 HFS, HFS+, FFS(OpenBSD, NetBSD, and FreeBSD), Palm, CDFS, .... strcpy(buf,argv[1]);
  85. Naucite kako se hakuje :))) - bollywood radio

    bollywoodradio.do-forum.com/t219-naucite-kako-se-...
    • Cached
    • Similar
    Translate this page
    Mar 1, 2011 - strcpy(buf,argv[1]); ... exploita koji se može koristiti na sistemima Sun Solaris kojim korisnik koji ga pokrene dobija efektivni root access. id=6.
  86. Kompletno o Dos Napadima - Scribd

    https://bs.scribd.com/doc/.../Kompletno-o-Dos-Napadi...
    • Cached
    • Similar
    Translate this page
    Nov 22, 2008 - Evo i prostog programa koji u sebi sadrži klasičan buffer overflow: <++> vuln.c int main(int argc,char **argv){ char buf[256]; strcpy(buf,argv[1]); ...
  87. unix-security.ppt - SDF Public Access UNIX System by ...

    www.docstoc.com/.../unix-security.ppt---SDF-Public-Access-UNIX-Syste...
    • Cached
    Nov 9, 2011 - On UNIX systems MAC programs include: permissions are displayed as AppArmor, SELinux, SEBSD, GrSecurity, rwxrwxrwx Trusted Solaris ...
  88. Prack49-14 by Aleph One

    www.asahi-net.or.jp/~vp5m-snd/.../Phrack49-14.html
    • Cached
    • Similar
    Translate this page
    Apr 10, 2001 - strcpy(buffer,argv[1]); } ------------------------------------------------------------------------------. 引数としてバッファーサイズとそれ自身のスタックポインターからの ...
  89. スタックを足場にしたオーバフロー攻撃をc言語でやってみた ...

    detail.chiebukuro.yahoo.co.jp › ... › C言語関連
    • Cached
    • Similar
    Translate this page
    Feb 2, 2012 - strcpy(buffer,argv[1]); return 0; } -rw-rw-r--. 1 root pipokunn 92 2012-01-31 19:16 vuln.c なぜ成功しないのでしょうか? わかる方回答よろしくお願いし ...
  90. Tìm hiểu đầy đủ về tràn bộ đệm - - .:: HVAOnline ::.

    www.hvaonline.net/hvaonline/readingRoom/.../1087.h...
    • Cached
    Translate this page
    char buffer[500]; if(argc>=2) strcpy(buffer, argv[1]); return 0; .... Solaris / Sparc char c0de[] = /* setreuid() */ ... Solaris / x86 char c0de[] = "xebx0a" /* jmp initcall */

    In order to show you the most relevant results, we have omitted some entries very similar to the 90 already displayed.
    If you like, you can repeat the search with the omitted results included.


     - Learn more   
    Help Send feedback Privacy Terms
    • +You
    • Search
    • YouTube
    • Maps
    • Play
    • News
    • Gmail
    • Drive
    • Calendar
    More
    • Translate
    • Books
    • Wallet
    • Shopping
    • Blogger
    • Finance
    • Photos
    • Docs
    Even more from Google