You can still achieve your goal, but you will have to use netcat to create a reverse shell (option -e). But take note that your network admin might not like having a user using a reverse tunnel...
Type: Posts; User: Zaafiriel; Keyword(s):
You can still achieve your goal, but you will have to use netcat to create a reverse shell (option -e). But take note that your network admin might not like having a user using a reverse tunnel...
Your parameter is right, but as you said you do not have shhd running on your work pc. So you cannot use ssh to connect from the home pc to the work pc. There is nothing on the other side to reply to...
I will add that a file which the name starts with a dot is hidden by Linux. Same thing for the a directory's name.
Try "ls -A" in your home directory.
You can also try Tweaking Toolbox:
Tweaking Toolbox XP - Features
That program can lock down a stand alone PC, as does the policies within a domain. It simply adjust the registry keys.
...
You can try with netstat in a DOS shell:
netstat -anb
Run that after launching your application.
You can also watch the ports with tcpview from SystemInternals, but I don't remember if it...
If you want give a try to a home made router, you can use pfSense. There is other distributions specialized for this like IPCop or SmoothWall.
I'm curious: why do you want to run ntop on backtrack?
If you use a switch or a router (i.e. not a hub), ntop will only see the traffic between backtrack and the computer to which it access or...
Do you really need the lastest code from the SVN?
Why not simply use the lastest version from the BT repository? With these commands:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get...
The phone isn't the cause, but I found something.
I usually reboot to put my wlan in monitor mode with the following commands:
airmon-ng stop wlan0
airmon-ng start wlan0
airodump-ng --bssid...
In my case, I do have a wireless phone. It works in the 5.8Ghz range. I will do a test tomorrow with the phone off.
The chipset is an Atheros AR9280 and it use the ath9k and mac80211 drivers.
Filtering with --bssid help to see only the desired AP, but many non-existing clients appear to be connected to it. Many...
I also have an eeePC 1000HE and I have the same problem. I'm still searching for a solution. :(
Its look like a synchronization problem. Sometime, it works fine, like 1 in 4 or 5. Filtering for my...
Well, you have a virtual machine who does not have a NTFS partition on its virtual hard drives... ;)
I got the same thing on my setup.
Ubiquity was also added to the startup and I understand it should`nt because I already installed BT4 on HD. It is not harmful, but I want to keep the system...
Do you have alsamixer? That what I used on BT4pf and I found it with some help from Google.
If this can help, PhotoRec is another a tool to recover lost data and specifically lost pictures and videos.
The reason is easy: you only calculated the number of permutations. You must multiply by the length of each one + 1 carriage return.
10^4*(4+1) = 50000
Idem with your 26^8. :eek: