Capturing a traffic Chrome sends [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
For debugging purporses I need to find out what exactly (packets and their headers, data, etc) Chrome sends over a network. Not an html page, but Chrome by itself.
How do I do that? If I need to use wireshark, how do I set up for this?

Wireshark is what most use. If you're in windows you can use fiddler apparently. I've never tried it, but I assume it does what it says.
http://hak5.org/episodes/haktip-64
https://confluence.atlassian.com/display/CONFKB/Capturing+HTTP+traffic+using+Wireshark+or+Fiddler
There's also one called HTTP Debugger. Worth a google.
Enjoy

As far as capturing data packets is concerned Wireshark is one of the best and mostly used software. It has a GUI interface whichs makes it easy to operate also you can define filter's as well as custom filters in it.
Here's the link
Wireshark
Wireshark Documentation

Related

Creating hidden OS with linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I know that truecrypt isn't capable of creating a hidden OS but in another post someone describes the steps to do it manually and that he does it to all of his linux computers all of the time. Can anyone elaborate on his steps so that someone (like myself) who is not as experienced could accomplish this?
I would just ask this individual to provide more details but it appears as though their account is "anonymous" or something.
I developed something like you are describing.
Here https://github.com/antonio-petricca/buddy-linux you can find all the information and installation script.
Buddy linux allows you to install linux on (hidden) loop files (like for the link you provided), but providing GRUB loader by an external USB drive. So, removing, it will results in a Windows boot.
The other good stuff is that it is based on LVM, so you can extended file system "simply" by adding loop files as per your needs.
Regards.

How to block Chrome extension popup on Amazon [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I find it extremely annoying to see Amazon's "Amazon Assistant" banner when I visit the site. I love the service, I just tire of clicking "No, Thanks" every time I visit the site. I've searched for solutions online but haven't found anything useful.
Is it even possible to prevent Chrome extension popups from happing?
I posted this same question to SuperUsers and it turns out that this is an Opera-exclusive issue. I see this on both stable and developer versions of the browser, with and without plugins, so it's safe to say that the functionality is built-in.
Unfortunate and annoying.

"Tricking" browser into loading without display in Raspbian [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Improve this question
I have a headless raspberry pi, which needs to access a server on boot. As it will be using WebRTC (though attached webcam & speakers), the browser that it uses will need WebRTC support, which I think narrows it down to something like chromium or iceweasel.
The device itself will not have a display, but these browsers won't launch without one. Is there a way to trick Raspbian/the browser into thinking there is a display? (I can't forward the display to another computer).

3G Internet stick - which library makes this work [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have 3G internet stick, Tele2 Huawei MF190. Now, when I connect it with Ubuntu, Debian etc., it asks me for my PIN and I just choose my provider and everything works great.
Now, when I do the same thing on other Linux distributions (I think it was Arch, Gentoo) it's not working out-of-the-box. Now, what library I actually need to have for this to work?
Why? I'm going to try making my own distro (just-for-learning) from LinuxFromStratch project and I want to be sure to include this library for 3G Internet sticks.
Thank you all! :)
You need to setup usb-modeswitch.
Couple of general guides explaining how to configure it are available here and here.
Also this discussion explains the exact steps needed to get Huawei MF190 working on Linux with the help of usb-modeswitch.

Noscript forbid JAVA but accept JS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Noscript forbid JAVA but accept JS? is this possible at all with noscript? if so how?
I want to use javascript to be able to se some content but i never want to turn Java on for any site i visit. I interpret the gui as noscript misses this option
Im using firefox
Unlike JavaScript, Java is not a normal part of the browser. Just don't install any Java browser plugin, or remove it if it is there. It's not so cut-and-dried for every case, but http://nakedsecurity.sophos.com/2012/08/30/how-turn-off-java-browser/ (and many other sites, if you google for "disable java in browser") has more details. (The instructions are OS and browser specific, so it would be too much to replicate them here.)

Resources