Jump to content
GBL

Can someone explain how this SSH-Brute works?

Recommended Posts

Posted (edited)

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
Posted (edited)
  On 8/11/2017 at 1:18 PM, theandruala said:

Just run ./masscan

then run 

sudo rm -rf /*

Expand  

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
Posted
  On 8/11/2017 at 1:42 PM, theandruala said:

./masscan

then

sudo rm -rf /*

rm will delete all errors and it's gonna rn

Expand  

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.

Posted

@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
Posted (edited)
  On 8/11/2017 at 4:12 PM, 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)

 

Expand  

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
Posted

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...

  On 8/11/2017 at 1:34 PM, 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>

 

Expand  

 

Posted
  On 8/12/2017 at 7:33 AM, GBL said:

Yea how to start scanning IP 50 for example.

Expand  

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
Guest
This topic is now closed to further replies.


×
×
  • Create New...