-
ubuntu:~/masscan/bin$ sudo ./masscan --pfring -p 80 1.1.1.1
2: [/lib/x86_64-linux-gnu/libc.so.6(+0x36d40) [0x7f3b3be49d40]]
?? ??:0
1: [./masscan() [0x410a45]]
handle_segfault at /home/ubuntu/masscan…
-
I have seen at times masscan simply starts counting down (which appears forever) once the scan is completed:
```
Starting masscan 1.0.3 (http://bit.ly/14GZzcT) at 2015-01-10 01:53:02 GMT
-- forced o…
-
Hi,
I just noticed that out of the box, masscan does not compile in Visual Studio 2013. However, if you replace all lines that say
```
#elif defined(_MSC_VER) && (_MSC_VER == 1600)
```
by
```
#if …
-
I want to scan using VPN connection or VPN adaptor but masscan avoid it and scan using default network adapter. any way to fix this?
-
Hi,
i need to import masscan -oX xml output to a tool that supports -oX xml nmap format, but using the output from masscan it does not work. ex: Zenmap, Legion, etc
Masscan xml
![image](https:/…
re8el updated
3 years ago
-
It seems masscan defaults to using a gateway, even if hosts are directly reachable.
I can only scan a host directly by passing its mac to massscan:
```
./masscan 10.44.30.152 -p 443 --router-mac 0…
-
scans ok but this error whan making .xml file
Сканирование ОК, но эта ошибка вхан создание XML-файла
Traceback (most recent call last): …
-
While running dnmasscan and append the result to masscan. I 'm getting an error. dns.log has been generated however scan terminates before getting result in masscan.log
For reference : Below men…
-
Port autodetection works only at **80** port. Other ports **are not detectable** by your scanner.
When I use -p key as `python3 run_ingram.py -i masscan_results.txt -o out -t 50 -p 80 81 8080 8081 8…
-
Everything goes smoothly with the installation and scanning for servers. Once I try and find the Minecraft servers though, I get the following error:
`python mcscanner.py -i masscan.txt -o result.t…
ggrea updated
2 months ago