Jump to content

Cartus_C

Active Members
  • Posts

    518
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Cartus_C

  1. AVAST Rullez
  2. Sun Solaris 10 Operating System DVD ISO | 22 Parts | RS | Rar | 2,3 GB The Solaris Operating System—supported on over 900 x86 and SPARC platforms—delivers the performance, stability and security your users and customers demand. With more applications available than for any other open operating system, one OS can span your entire enterprise: the Web tier, the data warehouse, and the most demanding technical compute applications. Solaris 10 includes some of the world's most advanced security features, such as Process and User Rights Management, Trusted Extensions for Mandatory Access Control, the Cryptographic Framework and Secure By Default Networking that allow you to safely deliver new solutions, consolidate with security and protect mission-critical data. Hw Compatibility List (HCL) http://www.sun.com/bigadmin/hcl/ Solaris 10 is fully supported on more than 800 SPARC-based and x64/x86-based systems from top manufacturers, including systems from Sun, Dell, HP, and IBM. Sun Solaris 10 Operating System DVD http://rapidshare.com/files/60068465/S10.part01.rar [url]http://rapidshare.com/files/60070099/S10.part02.rar[/url] [url]http://rapidshare.com/files/60084740/S10.part03.rar[/url] [url]http://rapidshare.com/files/60085493/S10.part04.rar[/url] [url]http://rapidshare.com/files/60086354/S10.part05.rar[/url] [url]http://rapidshare.com/files/60087990/S10.part06.rar[/url] [url]http://rapidshare.com/files/60098557/S10.part07.rar[/url] [url]http://rapidshare.com/files/60104864/S10.part08.rar[/url] [url]http://rapidshare.com/files/60111068/S10.part09.rar[/url] [url]http://rapidshare.com/files/60111702/S10.part10.rar[/url] [url]http://rapidshare.com/files/60112279/S10.part11.rar[/url] [url]http://rapidshare.com/files/60117957/S10.part12.rar[/url] [url]http://rapidshare.com/files/60118543/S10.part13.rar[/url] [url]http://rapidshare.com/files/60119126/S10.part14.rar[/url] [url]http://rapidshare.com/files/60119697/S10.part15.rar[/url] [url]http://rapidshare.com/files/60120299/S10.part16.rar[/url] [url]http://rapidshare.com/files/60121012/S10.part17.rar[/url] [url]http://rapidshare.com/files/60121602/S10.part18.rar[/url] [url]http://rapidshare.com/files/60126511/S10.part19.rar[/url] [url]http://rapidshare.com/files/60130251/S10.part20.rar[/url] [url]http://rapidshare.com/files/60130756/S10.part21.rar[/url] [url]http://rapidshare.com/files/60130976/S10.part22.rar[/url]
  3. De aici il puteti downloada: http://rapidshare.com/files/59177659/Email_Spider.rar
  4. | Hacking with Shells | ----------------------- Written by entr0py -= www.securitybay.org =- Introduction ------------------- I am very sure that many of you must have heard about various attackers who deploy web shells to deface and disfigure websites. But, do you actually know what are web shells and how to use them in order to deface websites? Well, the main motive of this tutorial is to make you all aware of the various ways to deface websites using web shells. I know some of you may be thinking that I am just providing script kiddiesh information, but let me tell you that the number of queries I have received on this topic cannot be counted. Thats why I am doing full justice to all the wannabe-h4x0rs and script kiddies who are craving to learn about these web shells and attacks associated with it. So, just sit back and enjoy... Web Shells ------------------- A web shell is a script programmed in web application programming languages like ASP, PHP etc. If the shell is executed on a particular web server, the attacker can generate capricious commands. The shells allows the attacker to delete, upload, replicate, create and alter files. Web shells are popularly used by script kiddies, because its somewhat easy to execute on a specific web server. Mostly, web shells are executed by manipulating the URL string. You dont expect the script kiddies to mould an altered URL string! So, that's why they find RFI (Remote File Inclusion) vulnerabilities to gather the obfuscated URL string that enables them to upload the web shell on a web server remotely. Hacking with Shells -------------------- In the previous section, I have briefly explained the web shells. Now, in this section, I am going to elucidate the technique to use such web shells to deface websites. So, first and foremost, you need to have a web shell. The commonly used web shells are c99, c66, r57 etc. Obtain a web shell from www.hacktivist.net or you can search Google for c99 shell. After, obtaining a web shell, search for web space. Actually, you require web space to upload the web shell. You can get web space from AOL Hometown or Free Web. After acquiring a web space, upload your web shell as .txt (Text file). Now, you are panoplied with web shell. Next, you need to find Remote File Inclusion (RFI) vulnerabilities. You can get them from Security Bay Exploit Den or milw0rm or Security Focus or Packetstorm Security. In the RFI disclosure you will find Obfuscated URL string that enables you to upload web shells remotely. An example of a malformed URL would be www.anysite.com/nameofthecompany/somephp=evilscript. Once you obtain the malformed URL, search for a website that is vulnerable to the specific RFI. You can use Google to find websites that equates with the vulnerability. Now, that you have a vulnerable website and web shell gear, what would you do next. Just substitute the malformed URL string with the information you have gathered and then execute it, in order to connect to the web server remotely via web shells. If everything goes perfectly, then you will be redirected to the web shell. In the web shell, you will get features and options to alter the web server settings! I need a live description -------------------------- To make your work easier, let me give you an elucidated explanation of web shells. In this section, I am actually going to show you how to deface a website using shells. Please note that the site have been concealed for security reasons. Say, I got a c99 shell, uploaded it in www.entr0py.securitybay.org. I also obtained a Remote File Inclusion (RFI) vulnerability of a popular forum application. I also searched Google for vulnerable websites. So, finally got all the things ready, like web shell, RFI and vulnerable website. Next off, I execute the obfuscated URL string and find myself in the web shell data screen. I wonder what should I do to please the readers. I suddenly feel that I should get administrator privileges in the forum, which is vulnerable to the RFI vulnerability. So, I quickly find the forum config.php file and acquire the database username and password. Now, in the c99 web shell I shoot the SQL Manager and provide the database username and password. This redirects me to the SQL information of the forum. In the SQL information tables, I find the user table. There, I search for my username and alter it in such a manner that I get to sit in the administrator group. So, it's clear that once I get to be in the administrator group, I am myself the administrator of the forum! Piece of cake, ain't it? Conclusion -------------- Whew, justice done to all those who mass-mailed me for this tutorial. Though, there are many other techniques associated with web shells. But, I guess you can figure out those yourselves. I will get back to you as soon as possible. And, one more thing, these techniques are deployed by script kiddies, so I recommend you to try out high-end and sophisticated techniques like XSS or script injections to hack websites, not that I support defacement, just an advice. So, that pretty much concludes the tutorial on Hacking with Shells by Yours Truly. So, until next time ...Peace Out ...
  5. Un programel foarte mic dar foarte UTIL:D http://rapidshare.com/files/58612570/GSM_Tricks.rar nemessis ia o poza de la zbeng
  6. Arhiva contine c99shell plus 2 tutoriale Le gasiti aici: http://rapidshare.com/files/59171877/c99.rar
  7. Inca un program super dar acesta are SMTP integrat Este usor de folosit Programul il gasiti aici: http://rapidshare.com/files/59171011/MailBoy_2004___CRACK__.rar
  8. Pt acest program ai nevoie de SMTP cu user si parola pt autentificare. In rest este minunat trimite repede si numai in INBOX. Programul il gasiti aici: http://rapidshare.com/files/59171010/Mail_Bomber.rar
  9. Cartus_C

    Cati ani ai?

    26
  10. WWW.NEO-THE-ONE-RESOURCE.COM MILIOANE DE BOOTERE SI PROGRAME DE TOT FELUL
  11. multumesc pt sfaturi probabil am sa folosesc feisty fawn
  12. Am si eu nevoie de parerile voastre pt ca vreau sa ma apuc serios de linux dar nu stiu cu care sa incep ca sunt n00b total. Astept pareri
  13. Download: http://rapidshare.com/files/51295645/shellpack.rar
  14. Sincer n-are talent pt eBay. Poate a facut ceva cash pe eBay dar ... Nu stiu e ceva ciudat. Poze cu familia lui ,oare cat de prost sa fii? :shock:
  15. Multumesc, foarte util
  16. Mi-a fost dor de voi :wink:
  17. http://www.tv-links.co.uk :wink:
  18. thx
  19. This release includes all hotfixes and security updates until April 2007.It Also includes Windows Media Player 11 And Internet Explorer 7.0 Final.Latest WGA Crack Is In ETHO Folder. Download: http://rapidshare.com/users/GAH2TL
  20. Cartus_C

    Linux Bible

    Preluat de pe http://www.desidownloads.blogspot.com http://rapidshare.com/files/10595912/Linux_Bible.rar
  21. Cartus_C

    Nice link

    Exploits,tutorials,news and other stuff. Good site. www.zone-h.org
  22. Kaspersky 5.0 e super pt coaja mea de calculator.
  23. Mai shareaza o data ca e link mort:( Pls suna foarte bine
×
×
  • Create New...