Home General Computer Multimedia Business Lounge
|
Darkjumper versi 4 + user enumeration(s) by mywisdom
|
|
02-06-2010, 03:13 AM
(This post was last modified: 02-06-2010 03:14 AM by mywisdom.)
|
|||
|
|||
|
Darkjumper versi 4 + user enumeration(s) by mywisdom
Tool name: darkjumper version 4.0
C0d3r: mywisdom (solhack 2004 c0d3r) Released on: February 2010 Download url: http://yoyoparty.com/upload/darkjumper.tgz mirror: http://fams-online.com/images/darkjumper.tgz Function(s) 1. User enumeration(s) guessing based on 4-8 chars trial taken from every site name that host at the same server 2. Scan for sql injection,local file inclusion,remote file inclusion and blind sql injection on every site(s) at the same server 3. CGI and Path(s) Scanning Additional feature: 30 fake http user agent(s) Requirement(s): python > 2.5.x, perl Ok introducing my new upgraded tool called darkjumper version 4.0. Ok here's a little tutorial about "Using Darkjumper" This tool can run on linux and windows. Tutorial for Linux Environment (command line) Ok u may download this tool and then extract it Code: wget http://fams-online.com/images/darkjumper.tgzThen go to folder darkjumper: Code: cd darkjumper;ls -laHere's the view from my b0x: Code: bt next_steps # cd darkjumperon that folder u will see these important file(s) for running darkjumper: clearlog.py Everytime before u run your darkjumper.py you must clear the log (don't forget about this) to make darkjumper.py works perfectly !! type this: Code: ./clearlog.pyor : python clearlog.py darkjumper.py Here is your main tool. Ok then you are ready to run darkjumper.py, let's have a try by typing: Code: ./darkjumper.pyAnd here's the view from my b0x: ![]() Ok let's see what's the function of this tool, just type this to view help : Code: ./darkjumper.py -helpOk here's the help view from my b0x: ![]() Ok from the help,We may run this tool using this ways Code: Usage:./darkjumper.py -t www.target_web.com -m modeconfuse??? don't be bro ! it's so easy! ok let me give you sample: Actually this tool has 3 mode, here they are: 1. surface scan This is faster than full scan, only scan for: sqli and blind sqli on every site(s) at the same server 2. full scan This will scan for cgi, path, lfi,rfi,sqli and blind sqli (will takes long time) on every site(s) at the same server 3. enum scan This is for guessing user(s) on that server, then u may use ssh,ftp or telnet dict attack depends on what daemon(s) are running on ur target Ok here's the explanation(s) on each scan mode: SURFACE SCANNING MODE surface scanning will scan all site at the same server for sqli and blind sqli only. Sample how to use this scanning using command line : Code: ./darkjumper.py -t liquid-security.net -m surfaceand then it will start to scan all site(s) at the same server as liquid-security.net ![]() sorry just sample only ok?? I don't attack liquid-security and I don't suggest u ppl to attack it !!! FULL SCANNING MODE full scan will combine all basic attack(s) such as: sqli, blind sqli, lfi, and rfi on every site(s) at the same server. Sample how to use this scanning using command line : Code: ./darkjumper.py -t liquid-security.net -m fullonly site sample ok??? USER ENUMERATION MODE This is for guessing username(s) on that server. Why this is important?? once u get list of user(s) of that server, u may start to dict attack on one of the service. ok let's have a try on a sample site and start guessing username based on 8 chars that we get from site name(s) on that server: Code: ./darkjumper.py -t www.palapastudio.com -m enum 8then just wait and the result may be viewed at darkjumperlog.txt this mode guessing is available from 4-8 chars if you wanna try 4 chars guessing: Code: ./darkjumper.py -t www.palapastudio.com -m enum 4if you wanna try 5 chars guessing: Code: ./darkjumper.py -t www.palapastudio.com -m enum 5if you wanna try 6 chars guessing: Code: ./darkjumper.py -t www.palapastudio.com -m enum 6if you wanna try 7 chars guessing: Code: ./darkjumper.py -t www.palapastudio.com -m enum 7warning !!! not all server setting permit user enumerations, but don't worry this tool will first check whether user enumeration is possible or not by testing like this: http://www.yourtarget.com/~root if the result is forbidden then it's a sign that u may try user enumeration there. But if 404 not found, u can't do user enumeration there Ok here's the sample of view: ![]() Ok from the scanning log at darkjumperlog.txt i got this: Code: ----------------------------------------So we may decide these are username(s) on that server: buahmera,dasimpla, i3hnet, goiashos, paisleyc,and so on...bla bla bla oopssss so many user(s) we got!!! So let's try to scan this server to find what service(s) are running: ![]() ![]() Ok seems like the easy way is using: 21/tcp open ftp PureFTPd u may use ftp dict attack by gunslinger : http://www.darkc0de.com/others/ftpbrute.py (dont's forget to prepare word list(s)) note: from the scanning we also see some other daemon(s) information, u may try to find whether there are already found bug(s) or sploit(s) try to googling,it's better if u find a non famous daemon then try to find the source code from the vendor and analyze the source code line by line Additional Note(s): 1. If darkjumper looks stuck after a long scan try to press: ctrl+c 2. If u feel that the scanning is enough, you may press ctrl+z to stop it 3. To see scanning result(s) u may read darkjumperlog.txt -> here's the log of your scan |
|||
|
02-06-2010, 03:28 AM
|
|||
|
|||
|
RE: Darkjumper versi 4 + user enumeration(s) by mywisdom
wow that must be great dude, thanks for share :)
|
|||
|
02-06-2010, 03:36 AM
|
|||
|
|||
|
RE: Darkjumper versi 4 + user enumeration(s) by mywisdom
i lup u full om
Top Markotop ![]() Nice Share
|
|||
|
02-06-2010, 04:56 AM
|
|||
|
|||
|
RE: Darkjumper versi 4 + user enumeration(s) by mywisdom
thank u my brotha .. i loph u all
girl(s) won't be able to disturb our mind. We're free !!! free our mind!!!! |
|||
|
02-06-2010, 06:42 AM
|
|||
|
|||
|
RE: Darkjumper versi 4 + user enumeration(s) by mywisdom
waaaaaaah......
belom nyicip ane yg ni om dom hahaha |
|||
|
02-06-2010, 07:12 AM
(This post was last modified: 02-06-2010 07:13 AM by ian182.)
|
|||
|
|||
|
RE: Darkjumper versi 4 + user enumeration(s) by mywisdom
izin mempelajari om.salut deh buat om dom dom
|
|||
|
02-06-2010, 07:19 AM
|
|||
|
|||
|
RE: Darkjumper versi 4 + user enumeration(s) by mywisdom
Assalamu'alaikum..
terima kasih mas dom, paket sudah saya download tadi malem.. mudah lancar saya njalaninnya... Wassalamu'alaikum... |
|||
|
02-06-2010, 07:26 AM
(This post was last modified: 02-06-2010 07:26 AM by ketek.)
|
|||
|
|||
|
RE: Darkjumper versi 4 + user enumeration(s) by mywisdom
mantab om dom,,, great job, sadis om..
|
|||
|
02-06-2010, 08:33 AM
|
|||
|
|||
|
RE: Darkjumper versi 4 + user enumeration(s) by mywisdom
wah keren bgt... ijin sedot om wisdom...
thx 4 share... |
|||
|
02-06-2010, 10:54 AM
|
|||
|
|||
|
RE: Darkjumper versi 4 + user enumeration(s) by mywisdom
wow...nice...we can use userenum....
|
|||
|
« Next Oldest | Next Newest »
|
| Topic Tools | ||||||
| ||||||
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| [Tutor] New THC-Hydra - Brute force versi 7.3 For Windows | ubuntux | 31 | 715 |
12-13-2012 04:44 PM Last Post: ubuntux |
|
| CEH Versi 6 | the_critical | 11 | 217 |
10-15-2012 06:54 AM Last Post: nubi3 |
|
| ▇▇▇▇ Hadiah TAHUN BARU !!! b374k versi 2 ▇▇▇▇ | b374k | 58 | 1,722 |
09-18-2012 04:42 AM Last Post: sentelban |
|
| sql injector buat windows user | ketek | 25 | 996 |
06-23-2012 11:33 PM Last Post: war0k |
|
| make a new user administrator windows (just share) | Belatung Kubur | 10 | 256 |
01-03-2012 07:41 PM Last Post: Ribackon |
|
| Darkjumper Versi 5 Oleh Gunslinger+mywisdom untuk Penetrasi Shared Hosting | jomblo1991 | 5 | 229 |
07-30-2011 08:13 PM Last Post: autocrack |
|
| Xattack a linux GUI tcp dos tool by mywisdom | mywisdom | 11 | 113 |
01-05-2011 02:29 PM Last Post: n0wn |
|
| WEB Based DOS Tool by mywisdom | mywisdom | 21 | 479 |
12-21-2010 07:45 PM Last Post: badwolves1986 |
|
| Devilzc0de Dual OS Trojan Horse by mywisdom | mywisdom | 1 | 134 |
02-13-2010 12:29 PM Last Post: xp_rey |
|
| Users Browsing |
| 1 Guest(s) |



![[Image: dark1.jpg]](http://yoyoparty.com/upload/dark1.jpg)
![[Image: dark2.jpg]](http://yoyoparty.com/upload/dark2.jpg)
![[Image: dark3.jpg]](http://yoyoparty.com/upload/dark3.jpg)
![[Image: dark4.jpg]](http://yoyoparty.com/upload/dark4.jpg)
![[Image: dark5.jpg]](http://yoyoparty.com/upload/dark5.jpg)
![[Image: dark6.jpg]](http://yoyoparty.com/upload/dark6.jpg)




![[Image: acigar.gif]](http://www.pic4ever.com/images/acigar.gif)









