hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

tribalgoa
just released by ISS team .... :

scanmsgr.exe .......

... I hope to see an exploit soon, I need it to show to my manager so he will approve deployement of the patch on SUS.
midi69
wow thanks alot sounds great
im really expecting to see that exploit soon smile.gif
great job!
dtDaMan
Hi!

BigTHX 4 Scantool.
Ich hope to get the Exploit later too *g*

DaMan
ducky
Thanks for sharing m8...nice tool
hermel
THX for sharing the tool smile.gif
yeyo
thanks 4 sharing this...

I allways get a window error ... I'm on W2K

---edit

i change the file to c:\ and it works.

This scanner will popup a msg window warning about this vuln in the scaned ip, maybe there is another scanner that son't popup that window, or puting some parameter, i'll see biggrin.gif

--- edit

solved biggrin.gif

write a ini file with:

ping=true
target=[start IP]-[end IP]

save the file and do a "scanmsgr.exe config=inifile.ini"

now the scanned ip don't see any popup biggrin.gif
jubbly
I just checked mine and disabling the messenger service stops it but unpatched it gives a popup on the remote users desktop. Not a good thing when scanning your internal networks. I had 4 users call me and i only scanned a range of 10 machines. Is there a way of removing the popup part of the scan tool?
Hellraiseruk
Nice Scanner M8..hopefully exploit soon biggrin.gif
Flinston
How to save the results to a file?

scanmsgr config=scann.ini > scann.txt doesnt work ... scann.txt remains empty ...
Flinston
Figured it out biggrin.gif thanks anyways biggrin.gif

I programmed a little batch cool.gif

CODE

cls
@echo off
@echo Start IP
set /p startip=
@echo End IP
set /p endip=
echo ping=true > scann.ini
echo target=%startip%-%endip% >> scann.ini
@echo off
scanmsgr config=scann.ini > scann.txt
Tr@nCeR
pls people,
don't use this scanner...

it uses net send to tell people their system is hackable, and where they could download the patch....

so if you're a hacker, don't use this scanner,
if you're a security consultant, you can use this scanner to notify your costumers...
but remember... it is illegal to scan people that aren't affiliated with you.
Kippesoep
hmm well, it's still nice to test home network smile.gif thnx anyway

Grtz
ScriptGod
QUOTE (Tr@nCeR @ Oct 17 2003, 11:34 AM)
pls people,
don't use this scanner...

it uses net send to tell people their system is hackable, and where they could download the patch....

so if you're a hacker, don't use this scanner,
if you're a security consultant, you can use this scanner to notify your costumers...
but remember... it is illegal to scan people that aren't affiliated with you.
QUOTE

The option "ping=true" will send a silent Messenger "ping" instead of a popup message. However, the ping technique only works on port 135, it doesn't work on the additional port range.


use this option!
jubbly
that ping=true is handy should looked before scanning my users on the network biggrin.gif boss told me off as it concerned the users LOL
tribalgoa
You could use the option "ping=true" , it will send a silent Messenger "ping" instead of a popup message.
However, the ping technique only works on port 135, it doesn't work on the additional port range.

port 135 is blocked at most ISP's, but for internal network pen-testing it should be fine.
ScriptGod
the RPC service uses this port, so all rpc vuln needs this port to work, if your isp blocks this port than they don't work!
it seems that the messengers service uses another random port. the difference between the messanger and the other rpc services is that the messangers uses UDP instead of TCP. the most isp block only TCP...
baNaN4
great thx 4 sharing dude wink.gif
Action
how about just (filtered) hexing the netsend msg from the exe file, ever thought of that
hifil0wlife
ok, so what do I do if I find a hackable host? take a note and hope that perhaps the exploit will be released before people have patched their machines? whats the point?
^Nio^
hifil0wlife, most exploit patches come out before the exploits themselves wink.gif
That doesn' t mean we don' t use the exploits... smile.gif

xaph
hi folkz,

Try this scann0r, no message with warning in this one....

dunc101
thanks for this man, definately going to check it out.
Hellraiseruk
no point of using this intill we achurly know a exploit is being made..but thx for the scanner m8.. wink.gif
ducky
thanks for the scanner...

i was wondering..is there anyway to make it work and save results to a *txt file

ps-
i tried scan target=ip-ip >>results.txt
and
scan target=ip-ip >log.txt


But nothing seems to work...




Thanks PPL blink.gif
ghost_c
thnks dude i hope also to see the new exploit....soon.smile.gif
isaiah
Trust me it un hackable unless you do it thro udp and this board is ment for you can be 1337 h@x0rs it ment to protecting you networks damn this board has been giong down with leechers and newbiews but come on this is a "How to Hack for you Warez Stros" board is it becuase all of the leechers we dont get anymore good tools
Flinston
Ducky ... the results will be saved after the scann is done .. or just use my little batch cool.gif
CODE


cls
@echo off
@echo Start IP
set /p startip=
@echo End IP
set /p endip=
echo ping=true > scann.ini
echo target=%startip%-%endip% >> scann.ini
@echo off
scanmsgr config=scann.ini > scann.txt
GhostCow
QUOTE (isaiah @ Oct 19 2003, 02:31 AM)
Trust me it un hackable unless you do it thro udp and this board is ment for you can be 1337 h@x0rs it ment to protecting you networks damn this board has been giong down with leechers and newbiews but come on this is a "How to Hack for you Warez Stros" board is it becuase all of the leechers we dont get anymore good tools

i agree with isaiah.... this board is slowly filling with leechers and people who come here to learn how to make pubs ... i may not be the smartest monkey in the bunch but i came here to learn not to become a 31337 |-|4X0|2 sad.gif
opers: please do something about it sad.gif
Divx_dude
nice one there

but to bad the isp's blocks tha shit sad.gif
MxMx
QUOTE (Flinston @ Oct 17 2003, 11:26 AM)
Figured it out biggrin.gif thanks anyways biggrin.gif

I programmed a little batch cool.gif

CODE

cls
@echo off
@echo Start IP
set /p startip=
@echo End IP
set /p endip=
echo ping=true > scann.ini
echo target=%startip%-%endip% >> scann.ini
@echo off
scanmsgr config=scann.ini > scann.txt

woowww this is really nice .. thanks for the batch .. ive got many results already smile.gif
skidoo32
Nice one mate smile.gif

Also heres a quick batch for scanning Multiple ranges

CODE

@echo off
scanmsgr.exe target=ENTER RANGE HERE ping=true >> scan1.txt
echo scan1 complete >> report.txt
scanmsgr.exe target=ENTER RANGE HERE ping=true >> scan2.txt
echo scan2 complete >> report.txt
scanmsgr.exe target=ENTER RANGE HERE ping=true >> scan3.txt
echo scan3 complete >> report.txt
scanmsgr.exe target=ENTER RANGE HERE ping=true >> scan4.txt
echo scan4 complete >> report.txt
scanmsgr.exe target=ENTER RANGE HERE ping=true >> scan5.txt
echo scan5 complete >> report.txt
oxygen007m
rolleyes.gif
jaxgough
biggrin.gif Thanx to tribalgoa for posting it and thanx to everyone else who posted the cool little batches to make things easier.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.