Questions tagged [network-tools]
14 questions
18
votes
2 answers
windows 10 bash tcpdump: socket: Invalid argument
I am using windows 10 bash to use tcpdump
From tutorial i found that to listen to a interface command is:
tcpdump -i eth0 //eth0 is ethernet interface
tcpdump -i any // to listen to any interface
In both cases I am getting tcpdump: socket: Invalid…

Al-Alamin
- 1,438
- 2
- 15
- 34
17
votes
3 answers
Alternative to ping
I want to see if an Amazon EC2 instance is open, but by default Amazon EC2 blocks ping requests. There is a way to do this by changing the security policy of the instance. Excluding that, what would be the closest alternative to "see if a server is…

David542
- 104,438
- 178
- 489
- 842
5
votes
15 answers
Are there any tool for monitoring HTTP response?
Are there any tool for monitoring HTTP responses? so open such tool up. give it URL. And it goes to it and brings you back not only body of http response but all http response.

Rella
- 65,003
- 109
- 363
- 636
1
vote
0 answers
How to configure a simple Trex Traffic Generator test using Mininet?
I want to simply send packets from one host to another but I'm confused about how to configure the configuration file and/or src_ip and dst_ip in my Python Script.
Hosts info route:
Host Destination Gateway Genmask
h1 10.0.1.0 …

Henrique Becker Brum
- 23
- 3
1
vote
1 answer
Clear Network tab using Selenium Java
I am trying to load a page, and I am automating the process of checking for a POST request after a button is clicked.
In order to do this, I need to clear the Network tab of all previous entries before the button is clicked, otherwise it will not…

Gary Behan
- 25
- 1
- 6
0
votes
0 answers
Calculating Odd-Ratios of a network of symptoms in network analysis
I am working on my thesis, where I am using network analysis to describe psychiatric disorders and their bridge symptoms using a network approach. The network is estimated using the IsingFit package.
Common practice in the field is calculating…

Bioht
- 1
0
votes
1 answer
Plot data based on three objects as z-scores
I'm using the package "networktools" in R (https://cran.r-project.org/web/packages/networktools/networktools.pdf).
I've created three "bridge"-objects: DataT5_SDQ_network_b, DataT6_SDQ_network_b, and DataT7_SDQ_network_b.
The three bridge-objects…

Brage Kraft
- 45
- 1
- 6
0
votes
1 answer
How to plot multiple data (bridge-objects) in R (networktools)
I'm using package "networktools" in R (https://cran.r-project.org/web/packages/networktools/networktools.pdf). I've created a three "bridge"-objects: DataT5_SDQ_network_b, DataT6_SDQ_network_b, and DataT7_SDQ_network_b.
I've sucessfully plotted one…

Brage Kraft
- 45
- 1
- 6
0
votes
1 answer
Get network data in chrome extension
I have a chrome extenison but i can't figure out how to access the data in the devtools network tab and send to the popup. Any suggestion?
it's basically a bug reporting chrome extension where you can take screenshots, create issue, and I need the…

Krisztián Maurer
- 1
- 3
0
votes
0 answers
Im making my own network tool but I ran into a roadblock with my ssh feature. How is this fixable?
I'm making my own network tool and I am implementing an ssh option to ssh to a server but when I test it with an ssh server I got online, I can enter and ssh into it but when I run commands ex: ls, mkdir, etc. I just get an empty bracket as output.…

J.R. BEATS
- 93
- 6
0
votes
1 answer
pandorafms monitoring
I'm newbie for network monitoring. I'm using pandorafms 4.0.2 free version. I added about 1,167 agents and 5,831 remote monitors. unknown agent and unknown monitor level is high. number of unknown monitors/agent increase and decrease but it didn't…

helplakmal
- 173
- 2
- 12
-1
votes
1 answer
ntc-ansible "response" and "module_args" (how access?)
I am using the networktocode ntc-ansible module in Ansible to control Cisco IOS devices (switches currently). I successfully can use ntc_show_Command to get 'show version' and 'show ip int brief' and put the result into a local file. But when I…

Tim Armstrong
- 7
- 4
-1
votes
1 answer
Network Debugging iOS Application
Is there a library or plugin out there that will allow me to capture all network requests made by my iOS application (in DEBUG mode only of course) and store the requests in a file?
I am aware of Pony Debugger, but it only let's you view the network…

zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
- 5,711
- 8
- 54
- 70
-1
votes
1 answer
Debugging network connections on the iPad. Any tools or techniques?
I'm trying to get my iPad (3rd gen) to access a website on my workstation over an https connection (though I should perhaps mention I cannot connect to it over HTTP either). The aim is to have a working demo of two-way authentication with…

immutabl
- 6,857
- 13
- 45
- 76