Network Automation Tool suggestions
I need a network automation tool that can manage and automate IT infrastructure tasks. Any suggestions? Need not be open source
I need a network automation tool that can manage and automate IT infrastructure tasks. Any suggestions? Need not be open source
I need a network automation tool that can manage and automate IT infrastructure tasks. Any suggestions? Need not be open source
I have been hired to do some tests on networks but however everytime i do a scan every port is open. This is using nmap and homemade tools. This has been a ongoing problem. I created a script to check random IPs and results were that every…
For example, if we use the network config feature within the application, then app most like log that and share it to the app server. but what about when the vpn is configured to run os level. does the app server has some way to find out t…
What Happened:
I was looking at the logs in my router and saw that suddenly I started getting warnings about "port scan attacks" and "DDOS attempts" every few seconds from my system logs. I thought this was strange, so …
Scanning my router using the private IP address using nmap reveals the open ports:
Obtaining the public IP address of the router can be achieved by executing the command:
nslookup myip.opendns.com resolver1.opendns.com
If I scan my route…
I’m using a Mikrotik router and for the past few weeks have noticed constant scanning activity on the WAN interface (Internet –> MyPublicIP:53) after enabling logging for the "drop all not coming from LAN" input chain rule. I…
I’m currently trying to learn Nmap -O (OS guess feature).
I’m launching the following command: nmap -O 172.17.0.3
This command is generating the following fingerprint as output:
No exact OS matches for host (If you know what OS is runn…
I have a device and I am trying to port scan it. I did the basic
nmap -A -p0- 192.168.0.x
but I am just getting
0/tcp filtered unknown
so I don’t think it is working. The device works on p2p so I am thinking that is why it may not be worki…
I am trying to automate my recon process. For port scanning, I resolve subdomains to IPs then loop over those IPs with masscan. But is it worth it to port scan an asset that is hidden behind a web firewall? In other words, by doing this I’…