Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
11/17/2013 4:07:05 PM EDT
FBI ransom lock in firefox in ubuntu....

Yes, a porn site.....

WTF?
11/17/2013 4:08:24 PM EDT
[#1]
nothing is virus proof.  Only people who don't have an understanding of software and technology believe things are virus proof.
11/17/2013 4:11:58 PM EDT
[#2]
A system is only as secure as its user.  Browse porn sites = get attacked.
11/17/2013 4:13:16 PM EDT
[#3]
From what I read its just a firefox thing.....can reboot and supp. to kill it, or just remove mozilla
no biggie, but was very surprised

Its just a popup page that wont close, still able to surf with new windows
11/17/2013 4:13:16 PM EDT
[#4]
Learn to whack through visualization.
11/17/2013 4:14:08 PM EDT
[#5]
Quote History
Quoted:
Learn to whack through visualization.
View Quote



Read that in your avatars voice.
11/17/2013 4:18:52 PM EDT
[#6]
If you are going to surf porn, use a disc  based OS, not one on a HD.
11/17/2013 4:21:00 PM EDT
[#7]
Quote History
Quoted:
If you are going to surf porn, use a disc  based OS, not one on a HD.
View Quote

/thread
11/17/2013 4:25:22 PM EDT
[#8]
One of the benefits of Nofap is that your computer is less prone to infection.

http://www.ar15.com/forums/t_1_5/1531722_Fapping_ruining_your_sex_life_____Try_NO_FAP_.html
11/17/2013 4:30:06 PM EDT
[#9]
Quote History
Quoted:
Learn to whack throughvisualization virtualization.
View Quote


Surf from inside a virtual machine (VM).
If you happen to pick up some malware, just delete the VM and create a new one.
11/17/2013 4:34:12 PM EDT
[#10]
Applications>System tools>Processes>select Firefox>end process>OK

shut firefox down like this

It will shut it down and won't come back until you infect yourself again another time from watching your nasty porn.
11/17/2013 4:36:43 PM EDT
[#11]
Quote History
Quoted:

/thread
View Quote View All Quotes
View All Quotes
Quote History
Quoted:
Quoted:
If you are going to surf porn, use a disc  based OS, not one on a HD.

/thread


Know how I know a lot of you guys are in to some seriously fucked up porn?
11/17/2013 4:39:49 PM EDT
[#12]
rm -f comment
11/17/2013 4:41:39 PM EDT
[#13]
Quote History
Quoted:
rm -f comment
View Quote



I CAN TYPING!
11/17/2013 4:48:09 PM EDT
[#14]
up until now Trojan.Ransomlock.R, the latest version of the FBI Ransom virus, has been Windows based.  It drops files into the 'User" folder and makes changes to the registry in Windows.  

You might be the subject of a browser hijack made to look like the virus and Firefox is shayt. Rename".Mozilla" to ".Mozilla.Backup' (mv .mozilla/  .mozilla.save/ then reboot. Install "NoScript".  Java plug-ins are shyat, even IceTea can be exploited.

Stay away from da porn sites if you log into your distro as Root - that makes it easier for browser hijacking to occur.

11/17/2013 4:48:35 PM EDT
[#15]
Quote History
Quoted:


Know how I know a lot of you guys are in to some seriously fucked up porn?
View Quote View All Quotes
View All Quotes
Quote History
Quoted:
Quoted:
Quoted:
If you are going to surf porn, use a disc  based OS, not one on a HD.

/thread


Know how I know a lot of you guys are in to some seriously fucked up porn?

Because a bootable CD is useful for many other things as well?

Hell, if I want porn I just drag the cam out and video the ol' lady.
11/17/2013 4:51:54 PM EDT
[#16]
Linux isn't virus proof, it's just relatively less virus prone. This is mostly due to the fact that almost no one uses it, so nobody takes the time to write viruses for it.
11/17/2013 5:01:04 PM EDT
[#17]
Quote History
Quoted:
Linux isn't virus proof, it's just relatively less virus prone. This is mostly due to the fact that almost no one uses it, so nobody takes the time to write viruses for it.
View Quote

There's truth here.

Linux is *generally* less prone to virus infection than the vast majority of Windoze installations for permissions reasons, if no other.

Security through obscurity is also a handy tool. Linux, in it's entirety, was only ~8 percent of desktop market share, last I checked.

If your goal is to infect the maximum number of boxen, you don't write code for a segment of the population that is a) generally more savvy than your average user and b) represents a statisically insignificant portion of installed desktops.

I use Linux as my daily environment. You can make it *very* secure but, you can't make any environment "virus proof."
11/17/2013 5:02:28 PM EDT
[#18]

Quote History
Quoted:
Surf from inside a virtual machine (VM).

If you happen to pick up some malware, just delete the VM and create a new one.

View Quote View All Quotes
View All Quotes
Quote History
Quoted:



Quoted:

Learn to whack throughvisualization virtualization.




Surf from inside a virtual machine (VM).

If you happen to pick up some malware, just delete the VM and create a new one.



what I do



 
11/17/2013 5:05:18 PM EDT
[#19]

Quote History
Quoted:
Surf from inside a virtual machine (VM).

If you happen to pick up some malware, just delete the VM and create a new one.

View Quote View All Quotes
View All Quotes
Quote History
Quoted:



Quoted:

Learn to whack throughvisualization virtualization.




Surf from inside a virtual machine (VM).

If you happen to pick up some malware, just delete the VM and create a new one.



MY GOD you guys are light years ahead in whacking technology.  Much to learn I still have.



 
11/17/2013 6:35:19 PM EDT
[#20]
That's not a virus, and it sounds like it wasn't able to do anything except to your Firefox profile.

In other words, no infection.





I don't know that anyone (credible) has claimed Linux is "virus proof" but its design makes it a lot less susceptible, as does it's desktop market share. There have been root exploits in the past that would let you write a virus for Linux, but they aren't that common or really worth bothering with.


11/17/2013 6:38:57 PM EDT
[#21]
Quote History
Quoted:
Applications>System tools>Processes>select Firefox>end process>OK

shut firefox down like this

It will shut it down and won't come back until you infect yourself again another time from watching your nasty porn.
View Quote


Uh, there are much better ways than pawing around with a mouse.  

ps -ef | grep firefox | awk '{print $2}' | xargs kill -9

or

killall -9 firefox