General :: Spoofing User Agent In Konqueror Globally

Feb 9, 2010

There's browser identification menu for spoofing for specific sites, but i need to change user agent for all sites. How do I do it?

View 1 Replies


ADVERTISEMENT

General :: Scripts Should Use An Informative User-agent String With Contact Information?

Jun 19, 2010

After installing Slackware 13.1, I find that I am getting the message:scripts should use an informative user-agent string with contact informationwhen I access certain websites. Wiki pages, for example. This happens only with Konqueror. Any ideas as to what I might change to gain access to content,

View 1 Replies View Related

Software :: User Agent Switching In Firefox?

Jan 17, 2010

I'm trying to watch TV shows off of ABC.com, ABC.com is sending back the following warning:

Code:

Platform not supportedYou appear to be using an unsupported operating system or Web browser. In order to use our video player, we require:Windows XP/Vista with Internet Explorer 6+, Firefox 3
Mac - Firefox 3+, Safari 3+

I think that this is bogus, and I probably need to switch my user agent so that it shows the correct version of firefox, but shows my OS as Windows XP/Vista or Mac. Here is the output of about:config showing all of the user agent strings:

Code:

general.useragent.extra.firefox;Firefox/3.5.7
general.useragent.locale;en-US
general.useragent.security;U

[code]...

As I understand it, these strings get assembled into the user agent header, which looks a little bit like this:

Code:

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100106 Firefox/3.5.7 I pulled this from Wireshark, after changing the user agent values above... obviously the changes that I'm making in Firefox aren't affecting what's going out over the wire. Right now, I'm in 'press and guess' mode... if someone can give me a better idea of how user agent strings are actually set in Firefox, what the individual values are, I might have a slightly better shot at figuring this out. This is, of course, only the first part of the problem. If ABC is using something proprietary to send out their video, I may still be out of luck...

View 6 Replies View Related

General :: Apache Works Locally But Not Globally?

May 20, 2010

I set up apache (apache2) to create a moodle server, but I can't get it to work globally. Here is the rub: http://192.168.0.150 works beautifully, showing me the index page at /var/www [URL] (my dyndns) or http://96.49.75.14 (my current IP address) doesn't work.ssh works well globally, i.e. ssh -l myname [URL] works. pinging [URL] works without a problem. Ports 22, 80 and 443 are open on my router (checked my router's settings).I use ubuntu 10.4. Is it an iptables problem, as in http://www.linuxquestions.org/questi...achine-750157/ ? But I couldn't figure out the iptables manpage.

View 14 Replies View Related

Debian :: Bluetooth Doesn't Pair, No Agent Available For User Confirm?

Jun 15, 2010

I'm using debian lenny (5.0.4) on 3 different laptops, two fresh installs and one was installed with etch and then updated.In the one that has been updated pairing works without any problem, while in both the others it doesn't work. I can see this on syslog when I try pairing from the phone:Jun 15 10:31:02 robertof-lt hcid[17891]: io_capa_response sba=00:22:5F:00:C2:1F, dba=C0:38:F9:D3:29:A3)Jun 15 10:31:02 robertof-lt hcid[17891]: io_capa_request (sba=00:22:5F:00:C2:1F, dba=C0:38:F9:D3:29:A3)Jun 15 10:31:04 robertof-lt hcid[17891]: No agent available for user confirm request

View 1 Replies View Related

Ubuntu :: Change .url Files Globally?

Jan 17, 2011

I tried posting to this SOLVED thread, but suspect that was the wrong thing to do! [URL].... Basically, the thread shows how to strip the first 2 lines of a text file, but because I have quote a number of folders on the desktop each needing the same treatment, I wondered how to do this in one step. I figure I might learn something rather than just do the grunt work of switching from folder to folder.

View 9 Replies View Related

CentOS 5 :: Setting Up Java Globally In 5.5?

Feb 6, 2011

I've just installed CentOS5.5 on an older P3 machine as well as in a VM under Virtual Box on my laptop and I've run into the same issue with Java on both. During installation, I make sure not to install any form of Java anything as I wish to use Sun/Oracle's JDK. On first login on both machines, typing "java" in a shell finds that gij has magically installed, even though I didn't want it there.

I d/l and install Java 6-23 via the .rpm.bin package from Oracle. Typing java -version in the shell still returns "gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-48)". Ok, so it's 2011 and Oracle/Sun still can't figure out how to write a java installer that will set PATH. I add the following to my .bashrc file under my normal user:

PATH=/usr/local/jdk1.6.0/bin
export PATH

log out, log in and java reports the correct version... Except now I can't su, open vi or a number of other things.

Since I want to use this globally anyways, how do I go about using this version of Java globally for all things java? (eclipse, jboss, etc...) #alternatives --config java only shows this gij version.

View 4 Replies View Related

General :: How To Clear Out SSH Agent Entries (on Mac OS X)

Apr 16, 2011

I'm running OS X and it appears that after SSHing to several machines, using identity files, my ssh-agent builds up a lot of identity / keys and then offers too many sometimes to a remote machines, causing them to kick me off before connecting.
Received disconnect from 10.12.10.16: 2: Too many authentication failures for cwd

It's pretty obvious what's happening, and this page talks about it in more detail:
SSH servers only allow you to attempt to authenticate a certain number of times. Each failed password attempt, each failed pubkey/identity that is offered, etc, take up one of these attempts. If you have a lot of SSH keys in your agent, you may find that an SSH server may kick you out before allowing you to attempt password authentication at all. If this is the case, there are a few different workarounds.

Rebooting clears the agent and then everything works OK again. I can also add this line to my .ssh/config file to force it to use password authentication:
PreferredAuthentications keyboard-interactive,password
Anyhow, I saw the note on the page I referenced talking about deleting keys from the agent, but I'm not sure if that applies on a mac since they appear to be cleared after reboot anyhow. So, my question is, is there a simple way to clear out all keys in the ssh-agent (the same thing that happens at reboot)?

View 1 Replies View Related

General :: Automatically Add A Protected Key To Ssh-agent On Startup?

Jul 20, 2011

I am using gdm to start awesome wm via .xinitrc.I like awesomes usability and gnomes integrity and so far most of the startup programs work fine but i am fighting with ssh-agent. When starting gnome my password protected id_rsa is automatically added to ssh-agent on startup.. i am trying to achive the same with my .xinitrc started awesome wm.My .xinitrc:

/usr/libexec/at-spi-registryd &
/usr/libexec/gdu-notification-daemon &
gnome-screensaver &

[code]....

View 2 Replies View Related

General :: Cheops-agent Wont Run By Pressing Alt+f2?

Jul 19, 2010

i install cheops-ng-0.2.3.tar.gz on my fedra13,installation was ok,but when i press alt+f2 and type cheops-agent[the server],it won't run,there would be no process called cheops-agent,but when i run it in terminal i can run cheops-ng [the client],what is wrong?

View 1 Replies View Related

General :: Remove Stored Identities From Ssh-agent?

Mar 15, 2010

I have added an identity to ssh-agent

Code:
ssh-agent /bin/bash
ssh-add ~/.ssh/id_dsa
After restarting the machine. I removed all the identities by

[Code].....

View 3 Replies View Related

Debian :: MAC Spoofing In Jessie Fails

Feb 23, 2016

I keep most of my files on my server, but fiddle with them using NFS from one or another of my laptops - so they all have static IPs assigned by my router. If I want extra speed I plug in an Ethernet cable. My old DI524 wireless G router seems quite happy to have two MAC addresses (Ethernet and wireless) assigned to the same static IP, so long as I don't try using both simultaneously. However three Wireless N routers I've tried won't allow this, nor will dd-wrt.

I really don't want to have to set up every laptop as two separate hosts on my network. 'orrible complications.

Best solution I can think of is to get the Ethernet card to spoof the wireless MAC address with e.g. macchanger, as per this excellent page here: [URL] ....

I don't mind running a script manually to do that on each occasion.

This works perfectly on my old R50 Thinkpad running Debian Squeeze, but on my R60 (running Wheezy) and T400 (running Jessie), macchanger works initially, BUT as soon as I hit 'enable networking' in the Network Manager applet, the ethernet card reverts to its original setting. So of course then my router allocates a random IP and so NFS won't work.

Exactly the same goes for the iproute method 'ip link set dev eth0 address [fakemac]' - ifconfig shows it's worked, but it reverts as soon as NetworkManager goes back up.

I don't know where Network Manager (if it is that) is getting the Ethernet card's original MAC from, it seems to be listed in /etc/udev/rules.d/70-persistent-net.rules, so on the T400 (Jessie) I've even tried creating a file in /etc/udev/rules.d/75-mac-spoof.rules along the lines suggested in that archlinux page I mentioned -
ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="[original MAC]", RUN+="usr/bin/ip link set dev %k address [fake MAC]"

but it seems to have no effect.

Short of reverting to Debian Squeeze on all my laptops, I don't know what else to do. Or getting into my router and reassigning the IP / MAC address by hand every time (!).

(If there's a better way to swapping easily from wireless to Ethernet when required, I'd like to know.)

View 5 Replies View Related

Networking :: Arp Poisoning Vs Arp Spoofing / Difference Between Them?

May 13, 2009

Can anyone explain me the subtle difference between arp spoofing & arp poisoning ?

View 1 Replies View Related

Networking :: Dns Spoofing With Ettercap Does Not Work?

Jul 3, 2011

for dns spoofing in my local network (one laptop and a router switched), but that does not work. An access to a specified site does not redirect.If you need any details, The command I use is:

Code:
#ettercap -T -q -i eth0 -P dns_spoof -M arp // //

View 1 Replies View Related

Security :: Preventing IP Spoofing Using Ip Tables?

May 15, 2010

I have a problem as following: "using iptables to prevent IP spoofing".

View 4 Replies View Related

OpenSUSE :: 11.4 Konqueror User Account Bug New Account No Bug

Jul 16, 2011

I have a problem with the Google search box top right corner in Konqueror, when entering search I recieve an error page "Unsupported Protocol" Google asks for ioslave or kioslave. Also when highlighting text on a page and right clicking with the mouse no search option is given. I created a new user and all works as it should for the new user. What is wrong with my user account? I have reset default values in Konqueror setup.

View 3 Replies View Related

Fedora Networking :: Detect A Wireless LAN MAC Address Spoofing?

Jan 29, 2010

How to detect a wireless LAN MAC address spoofing?

I am in an institution where we've got a wired and a wireless network, and almost every day i found a new and a strange MAC addresses in my network.

I know that because i've recorded all the MAC addresses which belongs to my network. More over, all the boxes have a fixed IP address.

So, how to detect the spoofing BOX(s) ?

View 8 Replies View Related

General :: Installing Fedora - Media Test Failure Exiting Intel Boot Agent

Jul 1, 2010

I tried to install fedora in my pc. First I insert fedora dvd and install as per procedure then finally system says like that your installation is completed please reboot ur system. So, before reboot I tried to eject my fedora dvd but it couldn't come out. So after click reboot I eject that dvd. And I got error msg like "media test failure exiting intel boot agent". How can I overcome this error.

View 3 Replies View Related

Ubuntu Servers :: Postfix Sender Spoofing - Implement Some Address Mapping To Users?

Feb 8, 2010

I've set up an email server as per this howto: [url]

In a nutshell, it uses a combinatio of postfix, dovecot, amavis (ClamAV and SpamAssisan) and mysql.

However, with this setup, authenticated users are able to spoof outgoing message by simple changing the "from" tag.

Does anyone have any ideas on how I could implement some address mapping to users?

In this setup, postfix users are NOT system users, by are stored in the database.

View 1 Replies View Related

General :: Run Nautilus Or Konqueror Manager?

May 29, 2010

I'm having Fedora 12 distro. I read there is convenient program to manage file system called Nautilus or Konqueror. But I don't understand how to run at least one of them. It is written I must click "Run" in the main menu but no word where to find this main menu.

View 6 Replies View Related

General :: Loading One Of Partition From Konqueror?

Mar 28, 2010

i got problem with loading one of particion from konqueror.

View 3 Replies View Related

General :: Switching Between Tabs In Konqueror?

Mar 2, 2010

i use open suse ,while using konqueror i would like to use ctrl+tab to switch b/n two tabs as in browser , what has to be done to get that .

View 7 Replies View Related

General :: Installing Konqueror Web Browser On Gnome?

Mar 11, 2011

I am new to linux and don't know much about it. I am currently taking a on-line class on it and seem to get stuck from time to time. I have been trying to install Konqueror on my systems. I have installed the KDEBASE3-3.5.10. However nothing shows up on my menus in GNOME. According to what I have read you can use this program on either of the GUI's. Not sure what details are needed, but below are some.

1) Quad core AMD Processor
2) Fedora 13
3) Kernel Linux 2.6.33.3-85.fc13.i686
4) Using Gnome GUI.

View 10 Replies View Related

General :: Konqueror Doesn't Display Image From Wget

Jan 20, 2010

I'm using this command: wget --convert-links -np --wait=20 --limit-rate=20K -m -k -p -U Mozilla -c [URL]

I can only use konqueror (asus eeepc 701) to completely view kneetest.html . The image taimoshan-front-qtr.jpg does not show, but if I right click and save, I can view the jpg. I was able to see this jpg earlier in the day, but not now. I've wget'd the site about 5 or 6 times in a day and sometimes I'll miss 2 images. I've also tried without the -U Mozilla option. BTW: Is there a way to get Mozilla to read files from wget?

View 6 Replies View Related

General :: Where To Get Compat-libstdc++-33 And Libstdc++.so.5 Files For Symantec Backup Agent

Sep 9, 2010

I've just install RALUS (linux backup agent) from BE 2010 R2 by manually uploading it to the server and then extracting it followed by executing the install script.

After the install i deleted the extracted directory, when i go to my Media Server i cannot browse for this server eventhough i already put the IP address of this server.

Here's my diagnostic regarding this error:

Code:

file: No such file or directory

Where can i download that file so that i can SCP to the proper directory in my Fedora COre 5 x86 Linux server ?

View 4 Replies View Related

Fedora :: How To Start Gpg-agent

Jul 5, 2010

does anyone have any suggestions on the best way to start gpg-agent on fedora 13?It's installed just not running. Is there a Fedora standard way to use it?

View 2 Replies View Related

Fedora :: Can't Go Inside CA Agent?

May 17, 2011

I have installed dogtag PKI in my redhat machine using EPEL repo. I am only using CA agent right now. I have generated certificates for my Redhat Directory Server using this CA instance. Now by mistake, Admin Certificate which was stored in my web browser for Certificate based login inside CA Agent has been deleted. Now i can't go inside CA Agent. Is there a way i can go inside CA Agent?

View 2 Replies View Related

Ubuntu :: Autostart HomePipe Agent

Oct 28, 2010

HomePipe (www.homepipe.net) a site that lets you access folders on your PC remotely just came out with a Linux client.

I have successfully installed this on my Ubuntu 10.10 machine and it seems to be working well.

My problem is, I can't figure out how to have the agent autostart when I boot.

Currently, to launch the agent, I need to open a terminal, change to the directory where the agent is installed, then run this command:

I assume it should be fairly simple to add this to the Startup Applications, but being a noon I can't figure it out!

View 6 Replies View Related

General :: "find Files" Function In Konqueror Doesn't Work

Jan 19, 2011

For some reason, my Konqueror can't use Find Files. When I enter the parameters and then click find, the search instantly ends with nothing found, even when I know the item(s) exist. I do have kfind installed, and just tried reinstalling it and Konqueror.

View 5 Replies View Related

General :: Konqueror Updates To Local Files / Executing Local Binaries?

Dec 9, 2010

One of Konqueror's unique features is that i can name a local process as the action in a form. When i submit that form, the local process is executed. Very helpful for certain offline tasks. What would make it even better is if i could find a way to pass some data to that local process from the html page. This could be the content of a hidden input item, etc. Alternatively, if there is a way for Konqueror to create or update a local file with data from the html page, that would acheive the same end.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved