Tagged Questions
0
votes
1answer
79 views
How to completely turn off Address Space Layout Randomization (ASLR) in Ubuntu 12.04?
I am trying to turn off Address Space Layout Randomization (ASLR) in Ubuntu 12.04.
What I have done is set randomized_va_space to 0 but still when I am looking at /proc/<process_id>/maps for my ...
-1
votes
1answer
139 views
Vagrant VirtualBox - Can I be hacked? [closed]
Have a VirtualBox set up with Vagrant and Ubuntu 12.04.1 LTS. Simply, can I be hacked? Do I have security concerns of my virtual server being detected?
My normal OS is Windows 7, if that matters.
0
votes
0answers
120 views
Strange router behavior in airodump
While auditing the security of my wireless network I decided to take a peek at what airodump-ng could display.
This is what it outputs:
BSSID PWR Beacons #Data #/s CH MB ENC CIPHER ...
4
votes
4answers
8k views
How to use public-key ssh authentication
I have 2 ubuntu 12.04 (beta) servers (node1 and node2) and want to establish passwordless root access between them. Other users should not have access to other boxes. Also note that ssh default port ...