Just want to confirm from you guys, Is it possible to install Mac OS on IBM PC? i heard somewhere in the office that Mac OS works on Dual Core Pentium 4. What do you think guys?
Tag: installed
How can I recover my gsa license its installed on VPS
Please I need help to recover my gsa license its installed on VPS and I got the license it doesn’t work really well
Does Kali installed through WSL respect my privacy?
When installing Kali from Microsoft Store, I wasn’t prompted with a user agreement license.
Is Microsoft able to monitor my applications? How safe is it to use WSL in that context? (From privacy perspective)
Possible Malicious Linux.Xor.DDoS installed
I am not an expert in information security. I am running Lubuntu on a laptop. Today, I ran chkrootkit
and it printed the following:
INFECTED: Possible Malicious Linux.Xor.DDoS installed /tmp/clamav-71d2ee99f7e011424ab238571d720a88.tmp
I did run clamscan
. This is the first time I have seen this notice. I could not find any other reporting on it. Is this a known false positive, or does it represent a genuine intrusion — and if it is the latter, is the proper response to just go in and delete that .tmp file?
Why cannot i see installed plugin WPBakery page builder plugins folder
I have installed WPBakery page builder and it is working fine but in wordpress file wp-content/plugins and in other folder i cannot see the installed plugin location Where it is located?
[![installed plugins][1]][1] [1]: https://i.stack.imgur.com/eVDuI.png
Tracking domains in installed applications
Many websites have tracking domains in their webpages, which I block using "Privacy Badger" Extension by EFF.
These domains are easily visible by pressing Ctrl+U in Firefox to see the "Page Source".
Also I have observed that many apps(which I download from the Google Play Store) show the content which is exactly similar to the content accessed by any web browser on the related web pages. I guess that those apps are nothing more than a web browser in themselves, accessing the related web pages[I MIGHT BE WRONG].
In the above case(or even in the case where content accessed by apps is aesthetically and/or functionally different than that accessed by a browser) I guess that the tracking domains(which are on the related web pages) are also baked into the apps.
My questions:
- Are the tracking domains present in the apps also?
- Any way to verify their presence[as was the case with Firefox above]?
- How to block them from tracking the user[as Privacy Badger does]?
Note: I am just talking about "simple" tracking methods(domains), not "advanced" ones like fingerprinting, Tracking Pixels etc.
How to avoid leaking your real ip to installed applications like browsers when using a vpn?
What is the easiest setup to hide your real ip from installed applications and prevent things like web rtc leaks on a common linux distro ?
pip not found fresh Kali Linux installed
My Fresh kali Linux install doesn’t find pip and so i can’t run my scripts. So here is what i tried:
kali# pip -V Command not found kali# whereis pip pip: kali# locate pip | grep /usr/bin /usr/bin/lesspipe /usr/bin/pipal kali# apt-search python-pip python-pip-whl kali# apt install python-pip-whl python-pip-whl is already installed
I also tried to add ubuntu repos with the package python-pip. But didn’t work. Sooo….yeah. Nothing really helps. Can somebody plz help me? I use kali for like one year and this is the first time this happens to me 😀 What am i missing? Somebody can explain to me? Thx in Advance.
Why theme settings lost when I installed https
I installed https on a website. I did these steps : – locate the certificate SSL – Added redirections in .htaccess – Changed in database all http://mon-site.fr into https://mon-site.fr I don´t understand what is the link betweeen these tasks and the theme options. Someone has got an idea ?
Security implication if android app can be installed on emulator
I am working on ensuring security of my company’s product. We have mobile version of the product. This question is for Android version
Background – Our product is a SaaS based product and app is meant to be used by different sales people of tenant organisation. We have implemented different layers of control for ensuring secure (or more like safe) environment for our app –
- We check for root detection – (OS level check)
- Implemented SSL pinning – (Transport layer level check)
- Storing secrets in Android key chain
- Minimal local data storage. Encrypt local data (that needs to be stored)
and list goes on. In short right from the device to communication layer to server layer we are in the process of covering every corner.
Question –
Problem –
The problem is we got one issue reported by one of the security researcher that says that as your app can be downloaded from android play store thus it can run on emulator and on emulator it is possible to bypass root detection. So it adds huge threat and should fixed immediately.
I searched alot but I cannot find security implication that could be possible if app can be installed on the emulator. Also I checked if I might have to fix it, what could be the possible solution. There are checks like looking if running environment is SDK, check if features like camera, or sensors are working but all those checks can be bypassed in emulator also.
It is kind of critical for me because if I accept this issue our client will see it in report and insist on getting it fix. I m running blank for implication that i would have to explain to Management and developer (if I accept) and fix (that might be required later)
Please provide your inputs