Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Tuesday, September 4, 2012

RAR and Zip Pass Cracker Tools

Read More ->>

Nmap Kung-Fu {Basic Scanning technique}


Nmap ဆိုတာနဲ ့ pentest သမားေတြေကာ ဟက္ကာၾကီးေတြေကာ လက္စြဲထားရတာ ၾကားဖူးၾကမယ္ထင္ပါတယ္ ... host / server / system တစ္ခု စေဖာက္ဖို ့ဆို အရင္ဆံုး/ပထမဆံုး step အၿဖစ္ nmap ကအဓိကေနရာက ပါဝင္လုပ္ေဆာင္ပါတယ္ ... window သမားေတြအတြက္လည္းရွိပါတယ္.. ဒါေပမယ့္ window မွာသံုးရတာေတာ့ တမ်ိဳးပဲဗ် က်ေနာ့္အထင္ ... Posted Image

nmap ဆိုတာဘာလဲ >>>
http://nmap.org/
window သမားေတြအတြက္ >>> http://nmap.org/book/inst-windows.html
Nmap Online tool >>> http://nmap-online.com/ // မိုက္လယ္ဟ online ရွိပီးသား... ခုမွတိတယ္... ဟီး....

ေအာက္မွာ nmap ရဲ ့ basic scanning techniques ေလးေတြကိုေတြ ့ရမွာပါ ... အေတာ္အသံုးဝင္ပါတယ္ ... ခုေလာေလာဆယ္ လိုတယ္လို ့ေမာင္ဒုတ္ မေၿပာပါဖူး ... ေနာင္တစ္ခ်ိန္ လိုကိုလိုလာပါလိမ့္မယ္.. အဲ့ခ်ိန္က်ရင္ ဒီပို ့စ္ေလးကို သတိရရင္ပဲ .. ပို ့တင္ရက်ိဳး နပ္ပါတယ္ .. Posted Image

Basic Scanning Techniques

Scan a single target —> nmap [target]

Scan multiple targets —> nmap [target1,target2,etc]

Scan a list of targets —-> nmap -iL [list.txt]

Scan a range of hosts —-> nmap [range of IP addresses]

Scan an entire subnet —-> nmap [IP address/cdir]

Scan random hosts —-> nmap -iR [number]

Excluding targets from a scan —> nmap [targets] –exclude [targets]

Excluding targets using a list —> nmap [targets] –excludefile [list.txt]

Perform an aggressive scan —> nmap -A [target]

Scan an IPv6 target —> nmap -6 [target]

Discovery Options

Perform a ping scan only —> nmap -sP [target]

Don’t ping —> nmap -PN [target]

TCP SYN Ping —> nmap -PS [target]

TCP ACK ping —-> nmap -PA [target]

UDP ping —-> nmap -PU [target]

SCTP Init Ping —> nmap -PY [target]

ICMP echo ping —-> nmap -PE [target]

ICMP Timestamp ping —> nmap -PP [target]

ICMP address mask ping —> nmap -PM [target]

IP protocol ping —-> nmap -PO [target]

ARP ping —> nmap -PR [target]

Traceroute —> nmap –traceroute [target]

Force reverse DNS resolution —> nmap -R [target]

Disable reverse DNS resolution —> nmap -n [target]

Alternative DNS lookup —> nmap –system-dns [target]

Manually specify DNS servers —> nmap –dns-servers [servers] [target]

Create a host list —-> nmap -sL [targets]

Advanced Scanning Options

TCP SYN Scan —> nmap -sS [target]

TCP connect scan —-> nmap -sT [target]

UDP scan —-> nmap -sU [target]

TCP Null scan —-> nmap -sN [target]

TCP Fin scan —> nmap -sF [target]

Xmas scan —-> nmap -sX [target]

TCP ACK scan —> nmap -sA [target]

Custom TCP scan —-> nmap –scanflags [flags] [target]

IP protocol scan —-> nmap -sO [target]

Send Raw Ethernet packets —-> nmap –send-eth [target]

Send IP packets —-> nmap –send-ip [target]

Port Scanning Options

Perform a fast scan —> nmap -F [target]

Scan specific ports —-> nmap -p [ports] [target]

Scan ports by name —-> nmap -p [port name] [target]

Scan ports by protocol —-> nmap -sU -sT -p U:[ports],T:[ports] [target]

Scan all ports —-> nmap -p “*” [target]

Scan top ports —–> nmap –top-ports [number] [target]

Perform a sequential port scan —-> nmap -r [target]

Version Detection

Operating system detection —-> nmap -O [target]

Submit TCP/IP Fingerprints —-> www.nmap.org/submit/

Attempt to guess an unknown —-> nmap -O –osscan-guess [target]

Service version detection —-> nmap -sV [target]

Troubleshooting version scans —-> nmap -sV –version-trace [target]

Perform a RPC scan —-> nmap -sR [target]

Timing Options

Timing Templates —-> nmap -T [0-5] [target]

Set the packet TTL —-> nmap –ttl [time] [target]

Minimum of parallel connections —-> nmap –min-parallelism [number] [target]

Maximum of parallel connection —-> nmap –max-parallelism [number] [target]

Minimum host group size —–> nmap –min-hostgroup [number] [targets]

Maximum host group size —-> nmap –max-hostgroup [number] [targets]

Maximum RTT timeout —–> nmap –initial-rtt-timeout [time] [target]

Initial RTT timeout —-> nmap –max-rtt-timeout [TTL] [target]

Maximum retries —-> nmap –max-retries [number] [target]

Host timeout —-> nmap –host-timeout [time] [target]

Minimum Scan delay —-> nmap –scan-delay [time] [target]

Maximum scan delay —-> nmap –max-scan-delay [time] [target]

Minimum packet rate —-> nmap –min-rate [number] [target]

Maximum packet rate —-> nmap –max-rate [number] [target]

Defeat reset rate limits —-> nmap –defeat-rst-ratelimit [target]

Firewall Evasion Techniques

Fragment packets —-> nmap -f [target]

Specify a specific MTU —-> nmap –mtu [MTU] [target]

Use a decoy —-> nmap -D RND: [number] [target]

Idle zombie scan —> nmap -sI [zombie] [target]

Manually specify a source port —-> nmap –source-port [port] [target]

Append random data —-> nmap –data-length [size] [target]

Randomize target scan order —-> nmap –randomize-hosts [target]

Spoof MAC Address —-> nmap –spoof-mac [MAC|0|vendor] [target]

Send bad checksums —-> nmap –badsum [target]

Output Options

Save output to a text file —-> nmap -oN [scan.txt] [target]

Save output to a xml file —> nmap -oX [scan.xml] [target]

Grepable output —-> nmap -oG [scan.txt] [target]

Output all supported file types —-> nmap -oA [path/filename] [target]

Periodically display statistics —-> nmap –stats-every [time] [target]

133t output —-> nmap -oS [scan.txt] [target]

Troubleshooting and debugging

Help —> nmap -h

Display Nmap version —-> nmap -V

Verbose output —-> nmap -v [target]

Debugging —-> nmap -d [target]

Display port state reason —-> nmap –reason [target]

Only display open ports —-> nmap –open [target]

Trace packets —> nmap –packet-trace [target]

Display host networking —> nmap –iflist

Specify a network interface —> nmap -e [interface] [target]

Nmap Scripting Engine

Execute individual scripts —> nmap –script [script.nse] [target]

Execute multiple scripts —-> nmap –script [expression] [target]

Script categories —-> all, auth, default, discovery, external, intrusive, malware, safe, vuln

Execute scripts by category —-> nmap –script [category] [target]

Execute multiple scripts categories —-> nmap –script [category1,category2, etc]

Troubleshoot scripts —-> nmap –script [script] –script-trace [target]

Update the script database —-> nmap –script-updatedb

Ndiff

Comparison using Ndiff —-> ndiff [scan1.xml] [scan2.xml]

Ndiff verbose mode —-> ndiff -v [scan1.xml] [scan2.xml]

XML output mode —-> ndiff –xml [scan1.xm] [scan2.xml]


./preview

 
credit:http://pentestlab.wordpress.com/
copy from MHU
Read More ->>

Sunday, September 2, 2012

[Tool]MaxISploit SQLi , XSS , Admin login and shared hosting scanner[/Tool]



HF ကရတာေနာက္ေတာ့ မွ အသံုးျပဳပံု tuto ေရးေပးမယ္...။မအားေသးလို႕ပါ...။

လိုခ်င္ရင္ေအာက္ပါလင့္ကေနယူႏိုင္ပါတယ္...။

http://code.google.com/p/maxisploit-scanner/

http://www.ziddu.com/download/20256523/MaxISploit.rar.html 

သူ႕ Function ေတြကေတာ့ေအာက္ပါအတိုင္းျဖစ္ပါတယ္...။

1.SQL injection :
a)Error based: it scans for vulnerable websites based on common SQL errors for variety of databases.
b)Difference (true/false) scan: it scans for sites that do not display SQL errors but yet are vulnerable , the concept behind this scan is true / false query to the database which will give different answers which will then be scanned and in case of difference in length and content site will be considered vulnerable.
2.XSS scanner : it encrypts XSS vector and tries to scan result from web server , if XSS vector is found inside source than site is vulnerable. It only uses GET request to web server. NOTE: It will scan for XSS vector but it will not test if alert or any other event really happened.
3.Admin scanner : it scans for admin login locations , based on default list or any other that you have supplied.Response code 200 and 306 is considered success.
4.Shared hosting scanner : it send request to sameip.org and then parses html for pages

shweko
Read More ->>

Sunday, August 26, 2012

Many Kind Of DDOS

 

 

Fg Power DDOSER

This tool is primarily a “hostbooter” and is aimed at giving unscrupulous gamers an advantage by flooding opponents with traffic. HTTP flooding capabilities may be effective at bringing down unprotected websites as well. A Firefox password stealer is also included, which can be very deadly as people re-use passwords all the time.

GB DDoSeR v3

This tool is advertised as a booter and delivers a TCP or UDP stream of characters of the attacker’s choice towards a victim IP/host and port. This simple bot is written in Visual Basic.

Silent-DDoSer

This Visual Basic tool offers attack types “UDP”, “SYN” and “HTTP”. All appear to send a basic user-specified flood string. Silent-DDoSer utilizes triple-DES and RC4 encryption, IPv6 capabilities, and password stealing functions.

Drop-Dead DDoS

This tool is one example of a Runescaper booter. While I am not a gamer, the opportunity to make real-world money through the virtual economies of gaming worlds may have help make such tools popular.

D.NET DDoSeR

Positve’s xDDoSeR

Sniff DDoSer

This one was announced on a forum and appears to be written in .NET. The default operation appears targeted towards Xbox flooding. We can also see some of the typical anti-detection mechanisms at play in the builder screen.


Darth DDoSeR v2

Net-Weave

Net-Weave is one of the many bots that appeared in our malware collection in mid-2011. It is a booter/bot and backdoor written in .NET and features the typical array of malware functionality including download and execute, USB spreading capabilities, TCP connection exhaustion flood, UDP flood, and a crude port 80 flood instantiated with a .NET Socket call.

Malevolent DDoSeR


HypoCrite

Host Booter v5.7

This booter features several flooding attacks including the popular Slowloris attack style. The features are listed as:
UDP (UDP flood), Port (Blocks connections on that port), HTTP (For websites), Slowloris (For websites),
Bandwidth Drain (Put a direct link for a .exe or any other file), Send Command To All / Send Stop To All (Execute or End your command), Ports: 25 / 80 / 445 / 3074 / 27015 (Ports you can choose from, you can use your own), Sockets: [1-250] (How many sockets you will use), Seconds: [1-60] (How many seconds you wish your attack to be enabled for), Minutes: [1-59] (How many minutes you wish your attack to be enabled for), Size (KB) Packet size for UDP, Delay (MS) Time between sending a packet
Connect (MS) Reconnect sockets, Timeout (MS) Connection timeout

Manta d0s v1.0

The author of this tool, Puridee, has also written multiple other tools including the “Good-Bye” DoS tool.


Good Bye v3.0

The Good-Bye tools appear to be simple HTTP flooding tools that have no DDoS or botnet capability.


Good Bye v5.0

 

 

Black Peace Group DDoser

Little additional information was found about this particular tool.

Now we’ll look at a couple of “shell booters” that utilize hijacked web applications to perform flooding attacks. While these have been well documented in the past, shell booters typically leverage a number of compromised web applications where an attacker has typically installed a PHP webshell. Sometimes, these webshells may exist on high bandwidth networks, which can amplify the force of the attack significantly. Private webshells are worth more, and lists of webshells can be purchased. Some generic webshells are x32, greenshell, PsYChOTiiC, shell, mouss, Supershell, venom, atomic, and many others. There are other shells specifically created for ddos, such as ddos.php. A webshell can of course be named anything, but these names are common.

PHPDoS

TWBOOTER

 

Gray Pigeon RAT

This is a screenshot from the Gray Pigeon Remote Access Trojan (RAT). In this screenshot, the attacker appears to have three bots online but has filtered the list to show only bots from Beijing, China. Gray Pigeon is well known for its RAT capabilities but it also has DDoS features as well. There are many DDoS bots using Chinese language sets and operating from within the Chinese IP address space. Some of these have been profiled by Jeff Edwards of Arbor Networks ASERT in the past. A great deal of code sharing takes place among the Chinese DDoS bot families that we have analyzed.

DarkComet RAT aka Fynloski

DarkComet is freeware and easily available to anyone. While it features a variety of flooding types, these are an afterthought compared to its main Remote Access Trojan functions which are significant. The binaries for this threat are often called Fynloski.



MP-DDoser v 1.3

 

Warbot

This is the warbot web based control panel. Commands are ddos.http (seen here), ddos.tcp and ddos.udp.



mmcybersecurityteam မွကို Funny_Z0mb!3 စုေဆာင္းတင္ျပေပးျခင္းျဖစ္ပါသည္။
mmcybersecurityteam မွ ဒီပိုစ့္ကိုတိုက္ရိုက္ကူးယူ ျဖန္႕ေ၀တင္ျပျခင္းျဖစ္ပါသည္..။
Read More ->>

Monday, August 13, 2012

BackTrack 5 R3 Released - Download Now !



သတင္ေကာင္းပါးအပ္ပါတယ္...ကၽြန္ေတာ္တို႕ရဲ႕ Hacking ကိုခ်စ္ျမတ္ႏိုးသူမ်ားရဲ႕စိတ္ၾကိဳက္ျဖစ္တဲ့ BT 5 ရဲ႕ ေနာက္ဆံုး version ျဖစ္တဲ့ BackTrack 5 R3 version ဟာဒီေန႕ နံနက္ေစာေစာမွာ ထြက္ရိွခဲ့ျပီျဖစ္ပါတယ္...။ေနာက္ထပ္ထူးျခားခ်က္ကေတာ့ ယခု ဗားရွင္းတြင္ အသစ္အသစ္ ေသာ Tool ေပါင္း 60 ေက်ာ္ပါ၀င္လာခဲ့ျခင္းျဖစ္ပါတယ္...။ထိုကဲ့သို Tool ေတြထည့္ရာမွာ နာမည္ၾကီး BlackHat နဲ႕ Defcon 2012 တို႕မွ ေဆြေႏြးခ်က္မ်ားအရအတည္ျပဳရယူျပီးေတာ့ Tool အသစ္မ်ားကိုထည့္သြင္းခဲ့ျခင္းျဖစ္ပါတယ္...။အဲဒီ အသစ္အသစ္ေသာ Tool ေတြထဲမွာ နာမည္ၾကီးေနတာကေတာ့ Physical Exploitation ျဖစ္ပါတယ္...။(မွတ္ခ်က္။   ။ဘာလဲဆိုတာေတာ့ကၽြန္ေတာ္လဲသံုးၾကည့္မွသိမယ္ :D )..။ ေနာက္တစ္ခုေျပာထားတာေတာ့ ဒီဗားရွင္းဟာ သံုးတဲ့သူတိုင္းစိတ္တိိုင္းက်ေစမယ္...Tool အသစ္ေတြနဲ႕ ေ၀ေ၀ဆာဆာ ျဖစ္ေနပါလိမ့္မယ္လို႕ အားမခံခ်က္ေပးထားတယ္ဗ်...။

 Download

shwekoyantaw
Read More ->>

Monday, July 2, 2012

Top 4 Android Apps To Turn Your SmartPhone Into Hacking Machine



ဒီေန႕ေတာ့ Andorid Hacking Tools ေတြအေၾကာင္း နည္းနည္းေျပာရေအာင္ပါ Android Hacking Tools မ်ားစြာရွိတဲ့အနက္ လူၾကိဳက္အမ်ားဆံုးနဲ႕ နာမည္အေက်ာ္ဆံုး  စြမ္းေဆာင္ရည္အျမင့္မားဆံုး Hacking Tools ေလးခုကို ထုတ္ႏႈတ္ေဖာ္ျပလိုက္ပါတယ္

Spo of app

 

ဒီ app ေလးက fake caller ID လုပ္လို႔ ရတဲ့ app ေလးပါ။ Fake ဆိုတဲ့ အတိုင္းကိုယ့္ကို မသိရေတာ့ဘူးေပါ့။ ဘာေတြလုပ္လို့ရလဲဆိုရင္ Social engineering မွာ အေတာ္အသံုးဝင္ပါတယ္။ သူမ်ားprivacy ကို ခိုးခ်င္တာပဲျဖစ္ျဖစ္ ကိုယ့္ကိုယ္ကို အသိေပးမခံခ်င္တာပဲျဖစ္ျဖစ္ အသံုးျပဳလို့ရပါတယ္။ Apple က ေတာ့ ဒါမ်ိဳေတြကို လက္မခံတဲ့အတြက္ သူ့App store မွာ မေတြ့ရဘူး။ ဒါေပမယ့္ google ကေတာ့ Open ဆိုေတာ့ သူ့ဆီမွာလိုတဲ့ဟာ အကုန္ရပါတယ္။အဲ့ app ကို ၂၀၀၉ ခုနွစ္ ကထုတ္လိုက္ေသာ The Truth in Caller ID Act ဥပေဒနဲ့ျငိေနလို့ ပိတ္ခံထားရပါတယ္။ Android store မွာ မရွိေတာ့ေပမဲ့ offline ေဒါင္းလို့ရနိုင္ပါေသးတယ္။ Download : http://download.pandaapp.com/android-app/spoofapp1.0.2-id472.html

FaceNiff 


အဲ့ app ကို အသံုးျပဳမည္ဆိုပါက Android 2.1နွင့္အထက္ရွိရမည္ ျဖစ္ျပီး Root လုပ္ျပီးသားျဖစ္ရပါလိမ့္မယ္။ သူက Firesheep လို sniffer app ပဲျဖစ္ပါတယ္။ Wifi ခ်ိတ္ထားရံုျဖင့္ network အတြင္းမွာ sniff နဲ့ intercept web seesion profile စသည့္ အလုပ္ေတြကိုလုပ္နိုင္မွာျဖစ္ပါတယ္။ သူက firesheep ထက္ အသံုးျပဳရလြယ္သလို EAP အသံုးျပဳထားတဲ့ Wifi ကလြဲျပီး Open/WEP/WPA-PSK/ WPA2-PSK တိုတြင္ အလုပ္လုပ္ပါတယ္။သူအလုပ္မလုပ္တာက victim က SSL အသံုးျပဳေနရင္ မလုပ္ပါဘူး။ ဒီ appကို အသံုးျပဳျပီး FB hack တဲ့လူမ်ားလည္းရွိတယ္လို့ၾကားဖူးပါသည္။ Download Link : http://www.mediafire.com/?ulpd242wvdp8153

Penetrate Pro


ဒီ app ကလဲ root လုပ္ဖိုလိုပါတယ္။ သူကေတာ့ wifi hacking tool တစ္ခုပါ။ သူ့ကို install လုပ္မယ္ဆိုရင္ ဖုန္းထဲမွာရွိတဲ့ anti-virus ကို သတိထားရပါလိမ့္မယ္။ anti-virus ကsecurity-related tool. ျဖစ္တဲ့အတြက္ alert ေပးျခင္းျဖစ္ပါတယ္။ ဒါေပမဲ့ penetrate က ဖုန္းက ဘာမွ ဒုကၡ မေပးပါဘူး။သူဟာ paid version ျဖစ္ပါတယ္။တရားဝင္ဝယ္မယ္ဆိုရင္ေတာ့ (€1.99) ေလာက္ေပးရပါလိမ့္မယ္။ free version ဆိုရင္ေတာ့ dictionary words ေတြနဲ့စစ္မွာျဖစ္ျပီး paid version ဆိုပါက 3G network ကေနစစ္ေပးမယ့္ features ေတြမွာျဖစ္မွာတယ္။ဒါတင္မက တစ္ျခား features ေတြလဲပါနိုင္ပါေသးတယ္။တကယ္ေကာင္းတဲ့ app ဟု မွတ္ခ်က္ေပးျခင္းခံထားရပါတယ္။ Download : http://www.filecrop.com/penetrate-pro-apk.html

ANTI –Android Network Toolkit


ANTI ဟာ network အတြင္းမွာ vuln ေတြကို စစ္တဲ့ WiFi scanning tools တစ္ခုပါပဲ. Security Admins ေတြ မရွိမျဖစ္tools တစ္ခုျဖစ္ပါတယ္။ DoS attacks နဲ့ အျခားေသာ attacks ေတြကို စစ္လို့ရပါတယ္။ သူက paid version တစ္ခုျဖစ္ပါတယ္။ အသံုးျပဳဖူးသူတစ္ဦး ရဲ့ အေတြ့အၾကံဳကို တစ္ဆင့္ခံေဖာက္သည္ခ်ပါရေစ ။ Working with ANTI စျပီးအသံုးျပဳမယ္ဆိုတာနဲ့ username နဲ့ password ထည့္ျပီး login ဝင္ရပါမယ္။ ဝင္ျပီးျပီးခ်င္းမွာ တြင္ tool purchase option ေတြ upgrade ျမွင့္နိုင္တာေတြ pops up message တက္လာပါလိမ့္မယ္။ ေနာက္ local network targets ေတြကိုျပပါလိမ့္မယ္။ ဖုန္းနဲ့ Wifi ခ်ိတ္လိုက္ျပီဆိုတာနဲ့ local network ကို automatically map လုပ္ေပးပါတယ္။ သူ့ကို unsecure နဲ့ Open network ကို ခ်ိတ္လို့ရတယ္လို့ဆိုပါတယ္။ Subnet information တင္မက network အတြင္းမွာရွိတဲ့ host ေတြကို icon ေတြနဲ့ျပေပးပါတယ္။ ဥပမာ window 7 laptop ဆို window icon ေလးနဲ့ေပါ့။ android ဆိုရင္ Droid bot logo ေလးနဲ့ ျပပါတယ္။ ဘာ os မွန္းဆိုတာ ခ်က္ခ်င္းသိနိုင္ပါတယ္ detail သိပ္ဖတ္စရာမလိုဘူးဆိုတဲ့သေဘာေပါ့။ အဲ့ screen ကေနျပီးေတာ့ additional networks ကို အလြယ္တကူထည့္လို့ရပါတယ္။ ျပီးေတာ့ screen ေအာက္က wifi logo ကေန Wlans ေတြရဲ့ proxy ေတြကို လဲ သိနိုင္ပါတယ္။ ANTI က wireless network ကိုပါ Discover လုပ္နုိင္ပါသည္။ Local target secreen မွာ network အတြင္းမွာ ရွိတဲ့ Target ေတြကိုေတြ႔နိုင္ျပီး ANTIက Intrusive scan လုပ္ဖို့ ေတာင္းဆိုပါလိမ့္မယ္။ အဲ့ Scan အတြင္းမွာ open ports ေတြနဲ့ Vuln ေတြကို စစ္ေပးပါတယ္။ ျဖစ္နုိင္တဲ့ IP addresses ၂၅၆ ခု ကို ၁၁.၀၇ စကၠန့္အတြင္းမွာစစ္နုိင္ပါတယ္. User ေတြက password cracker ေတြသံုးျပီး host ေတြကို crack လုပ္ေနတာကိုလဲေတြ့နိုင္ပါတယ္။ ANTI tools ဟာ Sever admin ေတြနဲ့ Network adminေတြ အတြက္မရွိမျဖစ္tools တစ္ခုပါ။ Download : http://imthezuk.blogspot.com/2011/08/anti-android-network-toolkit.html

Ref : WhiteC0de


copy from http://ghostarea.net
post by Fortran
Read More ->>

Monday, June 25, 2012

List Of Free VPN's




အရင္တုန္းက ကၽြန္ေတာ္ staying anonymous ဆိုတဲ့ ပိုစ့္ကို အပိုင္းႏွစ္ပိုင္းခဲြတင္ေပးထားပါတယ္.......အဲဒီထဲ
မွာ ကၽြန္ေတာ္ VPN အေၾကာင္းထည့္ေရးဘူးတယ္ Part (II) မွာေပါ့........။

ခုေတာ့ကၽြန္ေတာ္ free ရမယ့္ VPNs ေလးေတြ စုေပးထားတယ္....ေကာင္းႏိုးရာရာေလးေတြေပါ့ ဗ်ာ.......။

SecurityKIS http://www.securitykiss.com/sk/index.php
Free VPN http://thefreevpn.com/
proXPN http://proxpn.com/
USA IP http://www.usaip.eu/en/free_vpn.php
Open VPN http://openvpn.net/
Its Hidden http://itshidden.com/
Cyberghost http://cyberghostvpn.com/ --> Good for germany
Hotspot Shield http://anchorfree.com/downloads/hotspot-shield/
VPN Tool http://www.vpntool.com/services.php --> good US
Tor VPN https://torvpn.com/information.html

အဆင္ေျပႏိုင္ၾကပါေစဗ်ား။။။။။။။။
shweko
Read More ->>

Friday, June 22, 2012

Download DarkComet-RAT Remover


အရင္ေန႔တုန္းက DarkComet-RAT တင္ေပးထားတာ မွတ္မိေသးလးမသိဘူးဗ်...။ဒီ Tool ေလးကေတာ့
DarkComet-RAT Remover ေလးပါ။ သင့္စက္ထဲ ၾကြက္ေလး၀င္ေနရင္ဒါေလးနဲ႕၇ွင္းလိုက္ပါ.....။ေတာ္ၾကာ RAT ေတြတင္ေပးျပီး သူမ်ားေတြ ဒုကၡေရာက္ကုန္ ျပီလို႕ မေျပာနဲ႕ လိုခ်င္ရင္ေဆာင္ထားႏိုင္ပါတယ္........။ LAN Area ထဲမွာလဲ သံုႏိုင္ေအာင္ စတစ္ထဲေဆာင္သြား တစ္ခ်ိဳ႕ ဆိုက္ေတြမွာ သူတို႕ကိုယ္တိုင္က RAT (ၾကြက္ေတြ) တင္ထား
တတ္တယ္......။ေဒါင္းလုပ္လင့္က ေအာက္မွာပါ..။

http://www.darkcomet-rat.com/dcremover.dc

ျပီးေတာ့အဲဒီေနရာေလးမွာဒီ Tool ေလးအေၾကာင္းအေသးစိတ္ဖတ္ရႈႏိုင္ပါေသးတယ္....။

Read More ->>

Thursday, June 21, 2012

DarkComet-RAT v5 [OFFICIAL THREAD]






ဘာရယ္မဟုတ္ဘူး HF မွာလိုက္ေမႊရင္းနဲ႕ အသစ္ထြက္ေနလို႕တင္ေပးလိုက္တာ...အရင္ကလဲ v.4.2 အေနနဲ႕ တင္ေပးထားတာရိွတယ္....ခုေတာ့ v.5.3.1 ေရာက္သြားျပီ အဲဒါျပန္ျပီး Update လုပ္ေပးလိုက္တာ

ေအာက္မွာ Feature ေတြ ေဖာ္ျပထားတယ္...ကိုယ့္ဘာသာပဲဘာသာျပန္ၾကည့္ေတာ့...။

DarkComet-RAT v5 aka Fynlosky*
--
By DarkCoderSc

- [GUI] The main window had change, dirty buttons removed from the bottom and are now display as tabs in the title bar
- [GUI] Other options such as generate server / downloader / settings etc.. are in the button menu in the title bar then i gain in space for the SIN (static ip notifier)
- [GUI] The EULA/DISCLAMER had changed, read it carefully it contain also lot of informations in the last paragraphs about how to use darkcomet.
- [FUNC] The download file system had totally change, it still multithreaded that means you can download many files from many computers at the same time, but during the file download the current user file manager can't be used, then the transfer will be faster and of course far more stable.
- [FUNC] No more limitation in data sending, now for example you can kill 320 process at the same time, download 1000 files.
- [FUNC] The upload file system had totally change like for the download (see beyound)
- [GUI] Toast GUI had change a bit
- [GUI] File Manager GUI had totally change, it is now more userfriendly pro and less bloated of shit, GUI inspired by TV Software.
- [FUNC] Add usefull shortcuts in the top of both files list in file manager
- [FUNC] Download folder added with recusive option (FAST and STABLE)
- [FUNC] Search manager had been recoded and is now more use friendly, fast, stable and functionnal and the big advantage now it is fully multithreaded (Server and Client) you can cancel a search or cancel the listing after
the reception of the result etc.. it is also fully linked to the file manager to act on the search files easily.
- [GUI] Some icons changed, i try to uniformise all icons step by step
- [DEL] Control center logs removed because useless since few versions
- [DEL] Control center plugins manager removed because useless since many versions @TODO: Make a better one
- [FUNC] Remote shell bug fix for some countries, now it correctly show accents etc..
- [FUNC] Remote shell multithreading been recoded entirely, now it is fully stable
- [FIX] In the users list RAM is now correctly displayed in % used.
- [FUNC] Remote Desktop >> Now the picture compression is directly done by GDI+ API's more fast, stable and consume less memory
- [FIX] Remote Desktop been optimized in threading, speed and stability
- [FIX] Resizing image algorythm been optimized
- [FUNC] Quality bar added in desktop settings
- [FUNC] Remote control for desktop capture been improved
- [FIX] Webcam speed and memory usage is better now multithreading been optimized aswell
- [FUNC] Now you can change the quality of the picture in Webcam capture
- [FIX] A big bug fixed in remoteshell now it doesn't use all the CPU also the GUI change a little bit :)
- [GUI] New webcam capture design more friendly
- [FIX] Password support now FireFox 9
- [FUNC] SIN Users thumbnail multithreading been revisited and is now faster and stabler
- [FIX] SIN Users thumbnail resizing algo revisited and is also better now
- [FUNC] Main connection handler of the Client Socket was revised
- [FUNC] Main connection handler of the Server Socket was revised now user listing is more smooth fast and stable, it can handle more users
- [FUNC] Better garbage collector

---

* : Fynlosky is the funny name given by Antivirus.
<3 u all !

ေအာက္ကေနေဒါင္းသြားႏိုင္ပါတယ္....။

Download

ref: HF
Read More ->>

Wednesday, June 20, 2012

SoundCloud Downloader



Sound Cloud ဆိုတာ ဘယ္လိုေျပာရမွာလဲဆိုေတာ့ you tube တို႕လိုမ်ိဳး shearing ဆိုက္တစ္မ်ိဳးပဲ ဒါေပမယ့္သူက သီခ်င္းေတြ ေ၀မွ်ေပးရတာ.....။ဘယ္လိုေကာင္းလဲဆိုရင္ေတာ့ လူငယ္တတ္သစ္စေလးေတြ simple သီခ်င္းေတြ ေ၀မွ်တာ အမ်ားဆံုးပဲ ...ဒီႏိုင္ငံမွာေတာ့သံုးတာသိပ္ေတြ႕ဘူးရယ္....။ ၀င္ေရာက္လည္ပတ္မယ္ဆိုရင္ ေတာ့ဆိုက္လိပ္စာကေတာ့ ေအာက္ေဖာ္ျပပါအတိုင္းျဖစ္ပါတယ္....။

http://soundcloud.com/

ကၽြန္ေတာ္ခုတင္ျပမွာကေတာ့ sound cloud ကေနသီခ်င္းေတြကို ေဒါင္းလုပ္ခ်ရေအာင္လို႕ Downloader
Tool ေလးတစ္ခုေ၀မွ်ေပးခ်င္တာပါ.....။HF ကေနရယူပါတယ္.....။ေနာက္ျပီးျမန္မာႏိုင္ငံကလူေတြ အြန္လိုင္း ဗဟုသုတ နဲ႕ ဆိုက္ေကာင္းေလးေတြ ကို သိေစခ်င္တယ္...။

အသံုးျပဳနည္းကေတာ့ အရမ္းရိုးရွင္းပါတယ္......။ဒါေပမယ္  .NET framework V 4.0 နဲ႕ အထက္လိုအပ္ပါတယ္....။url : ေနရာမွာ သီခ်င္းလင့္ကို ထည့္သြင္းအသံုးျပဳရံုပါပဲ...
ဥပမာ Ex: http://soundcloud.com/sir-reptilia/pewdiepie-e-grym
ဆိုတာမ်ိဳးေပါ့........။

ေအာက္မွာ User guide နဲ႕အတူေဖာ္ျပေပးထားတယ္...။



ေအာက္ကလင့္ေတြကေနေဒါင္းလိုက္ပါ...။

Download Tool

Download Source Code

Ref: http://www.hackforums.net/showthread.php?tid=2602022

http://shwekoyantaw.blogspot.com
shwekoyantaw
Read More ->>

Sunday, June 17, 2012

HOIC DDos Tool (USER GUIDE)






ခုတစ္ေလာ ရိုဟင္ဂါအ ေရးအခင္းေၾကာင့္ cyber war စတင္ေနတာလူတိုင္းအသိပါပဲ......။မ်ိဳးခ်စ္လူငယ္ နည္းပညာရွင္မ်ားကလဲ သူတို႕ တတ္စမ္းသေလာက္ တိုက္ခိုက္ေနၾကပါတယ္...ဥပမာ BHG , MHU တို႕လို
လူငယ္မ်ိဳးခ်စ္ေတြျဖစ္ၾကပါတယ္....။

ေျပာခ်င္တာက တစ္ခ်ိဳ႕ လူငယ္ေတြကလဲ ဒီ operation မွာပါ၀င္လိုၾကေပမယ့္.......နည္းပညာ သိပ္မစြမ္း ႏိုင္တဲ့ ကၽြန္ေတာ့္တို႕လိုလူငယ္ေတြအတြက္ တစ္တပ္တစ္အားပါ၀င္ႏိုင္ရန္ DDos Tool ေလးတစ္ခု ကို BHG ကအကိုမ်ားေဖာ္ျပေပးထားတာနဲ႕ ကၽြန္ေတာ္လဲလူတိုင္းသံုးႏိုင္ဖို႕ မွ်ေ၀ေပးလိုက္
တယ္....

ပထမဆံုးဒီလင့္ေလးကေနေဒါင္းလိုက္ပါ......။

Download Here

Note: [.NET FRAMEWORK 3.5 NEEDED]

User Guide

ပထမဆံုး Targets ဆိုတာေအာက္က (+) ကို ကလစ္ပါ..။
ျပီရင္ pop-up box ေလးေပၚလာလိမ့္မယ္........။ေအာက္ကလိုေပါ့.....။


URL ေနရာမွာ ပံုမွာျပထားတဲ့အတိုင္း Target site ကိုထည့္ပါ........။
Power ဆိုတာ request velocity ျဖစ္ပါတယ္...ေအာက္ပါအတုိင္းသတ္မွတ္ထားပါတယ္...ဘာသာျပန္ရင္
ပိုရႈပ္ကုန္မယ္..........ဟီးဟီး...။

  • Low = ~2 requests/sec for eacch THREAD defined on the main GUI
  • Mediem = ~4 requests/sec for each THREAD defined on the main GUI
  • High - ~8 requests/sec for each THREAD defined on the main GUI
Booster ဆိုတာconfig scripts ေတြျဖစ္ပါတယ္...ေအာက္ပါအတိုင္းမူရင္းေဖာ္ျပထားပါတယ္....။

Booster - are config scripts that define the dynamic request attributes

အသံုးျပဳသူမ်ားဟာ ADD button ကို ကလစ္ျပီးတဲ့အခါေအာက္ပါအတိုင္းျမင္ရပါလိမ့္မယ္....။


ျပီးရင္ Attacker ဟာ THREADS ကိုေျပာင္လဲႏိုင္ပါေသးတယ္... PROCESS ကိုစတင္ခ်င္ျပီဆိုရင္
FIRE TEH LAZER ကိုကလစ္ျပီးစတင္ႏိုင္ပါျပီး........။

USER GUIDE အျပည့္အစံုကို ဆက္လက္ဖတ္ရႈခ်င္ရင္ ေအာက္ပါလင့္တြင္ဖတ္ႏိုင္ပါသည္........

HERE USER GUIDE

PS: BHG မွညီကိုမ်ားကို ဒီ TOOL အတြက္ ခရက္တစ္ေပးပါသည္...ေက်းဇူးလဲတင္ပါသည္...။
Read More ->>

ROCK FOREVER (MUSIC)

Pageviewers

CBOX

Manutd-Results

Label

Android (3) autorun (3) Backtrack (8) batch file (19) blogger (10) Botnet (2) browser (5) Brute Force (6) cafezee (2) cmd (5) Cookies (2) crack (12) Cracking (2) crypter (7) DDos (20) deepfreeze (4) defacing (1) defence (16) domain (4) Dos (9) downloader (4) ebomb (2) ebook (48) Exploit (26) firewall (3) game (2) gmail (11) google hack (16) Hacking Show (3) Hash (4) hosting (1) icon changer (1) ip adress (6) Keygen (1) keylogger (8) knowledge (67) locker (1) maintainence (8) network (17) news (31) other (35) passwoard viewer (7) password (12) Philosophy (6) Phishing (8) premium account (2) proxy (7) RAT (10) run commands (4) script (27) Shell code (10) shortcut Key (2) SMTP ports (1) social engineering (7) spammer (1) SQL Injection (30) Stealer.crack (5) tools (125) Tools Pack (4) tutorial (107) USB (3) virus (32) website (84) WiFi (4) word list (2)

Blogger templates

picoodle.com

Blogger news

Print Friendly and PDF

HOW IS MY SITE?

Powered by Blogger.

Followers

About Me

My Photo
Hacking= intelligent+techonology+psychology