Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
3answers
199 views

Extension methods overridden by class gives no warning

I had a discussion in another thread, and found out that class methods takes precedence over extension methods with the same name and parameters. This is good as extension methods won't hijack ...
7
votes
3answers
654 views

Session hijacking and PHP

Lets just consider the trust that the server have with the user. Session fixation: To avoid the fixation I use "session_regenerate_id ()" ONLY in authentication (login.php) Session sidejacking: SSL ...
5
votes
1answer
991 views

OSX Audio Hijack style audio recording from other applications (cocoa)

Hi basically I am lost in apples documentation and not sure where to start on this. I need to record the audio from applications running on my system, similar to audio hijack and wiretap studio pro, ...
4
votes
2answers
82 views

How can I dump the code (not objects/stack) of a running Ruby process?

I just wrote a scraper process. It's a single file program — loads ActiveRecord, creates a couple models, defines a couple scraping functions, and then runs in a loop. Sadly, I messed up a git ...
4
votes
2answers
114 views

Silverlight hijacking question

Lets say my silverlight app uses Webservice to for example perform login operation and acquire security token to allow further calls to webservice. And webservice sets clientaccesspolicy to only ...
3
votes
2answers
601 views

SVN vs. ClearCase functionality

Is there a way to "hijack" a file in subversion like there is in ClearCase. Googling so far has not given me a definitive answer. (For non ClearCase users) Hijacking a file means temporarily removing ...
3
votes
8answers
2k views

PHP Sessions + Useragent with salt

It keeps running in my mind the last couple of days, but I read some articles about how to make your PHP sessions more secure. Almost all of these articles say that you need to save the useragent in ...
2
votes
3answers
267 views

Greasemonkey Hijack setInterval

i got a problem with a script. I'm trying to build a greasemonkey script for adding smilies to a chatbox. I need to detect the refresh of the chatbox and replace the smilies: The chatbox refreshes ...
2
votes
1answer
192 views

Access audio from any application on Mac OS X

I want to access the audio from any application in Mac OS X, just like AirFoil does. But I can't understand how to do it... AirFoil requires a restart of the application. This might be a clue to how ...
2
votes
5answers
2k views

How Easy Is It to Hijack Session Vars on GoDaddy (PHP)

This article states that If your site is run on a shared Web server, be aware that any session variables can easily be viewed by any other users on the same server. On a larger host like ...
1
vote
2answers
102 views

Hijacking swf content in IE

How to hijack the swf file content while I use IE to view a webpage which contains a Flash (swf) file. This does not involve decompiling a swf file or cracking a swf file, that's easy for me. My goal ...
1
vote
1answer
36 views

Implement database hijacking with Rails 3.1 and sqlite3

Currently I have a Rails 2.3 app that is a CMS serving over 100 websites. To encapsulate things a bit better each site has it's own copy of a standard database structure (as defined in the schema.rb ...
1
vote
1answer
105 views

how to hijack a Callable and execute hidden methods before call()

I'm adding implementations to some subsystems in a bigger project (HypergraphDB), and I should avoid to modify important code. In this project, there are about 70 Callable objects which define ...
1
vote
0answers
384 views

writing a TCP connection hijacking

i wrote a script to hijack a TCP connection, using python's scapy. when testing the attack on a connection between a couple of VMs (server - xp_sp3, client - xp_sp1) i found the client port, then the ...
1
vote
2answers
300 views

Android - Hijack clicks

Hey everybody, in one of my projects i want to collect something like a click heatmap. is there any way to do this in Android? I was thinking about adding a transparent layout above the original ...
1
vote
1answer
93 views

Can I manipulate a window(process) that I have not created?

I have this application that I haven't created and I don't have the source for. But it's really handy in handling and recording the time I've used on different projects. But it has this annoying ...
1
vote
2answers
355 views

How Can a Plugin Hijack a URL in WordPress?

Of course I can always edit WordPress' .htaccess file, but that would kind of make my WP plugin a little non-standard. Instead, what is the way to hijack a URL via a custom plugin in WordPress? For ...
0
votes
1answer
28 views

Confirming Root Path Request is Local

I'm trying to place in some basic security so that other users on the shared hosting can't include scripts that aren't theirs. I came up with the below, and modified it slightly so that it will also ...
0
votes
3answers
33 views

why is form still submitting even though I'm returning false (I change the form's action attr)

I'm trying to change a form's action url to bitsontherun service if a file has been provided to upload: Original HTML: <form accept-charset="UTF-8" action="/clients/belsobeer/videos" ...
0
votes
0answers
290 views

Splitting recording in Audio Hijack Pro on spotify track change (Applescript)

This is similar to: Monitoring Spotify track change in Applescript? but instead of displaying track changes in growl notifications, I'd like to make Audio Hijack Pro split its current recording. Audio ...
0
votes
1answer
44 views

Hijack hangs on MacOSX Snow Leopard

I just discovered hijack for ruby debugging. I installed the gem and gave it a try with thin. I grabbed the id of the thin process and passed it to hijack. $ bundle exec thin start -d -p 3001 $ ps ...
0
votes
2answers
450 views

protect form hijacking hack

Yes hello today I discovered a hack for my site. When you write a msg on a users wall (in my communitysite) it runs a ajax call, to insert the msg to the db and will then on success slide down and ...
0
votes
2answers
256 views

jQuery Autocomplete hijacks my UP and DOWN keys even when autocomplete not triggered

We’re using jquery.autocomplete plugin to help autocomplete usernames on a twitter client. Whenever the user types the @ symbol, the script is triggered to help complete the desired username. Problem ...
0
votes
3answers
252 views

Prevent PHP sesison hijack, are these good ideas?

I'm doing a simple shopping cart for a small site. I plan to store cart items as well as logged in user_id in session variables. to make things a little more secure, I thought I'd do this: sha1() ...
0
votes
1answer
207 views

Outlook 2003 plug-in Rich Text Box not receiving certain keystrokes

I've developed an Outlook 2003 plug-in that attaches itself to a message compose window. It's a VSTO plug-in written in C# on .Net 3.0 using VS 2008. Visually, the plug-in adds an extra rich text ...
0
votes
0answers
2k views

Load content into jQuery tab from within a tab (tabs, hijack, forms)

I have something like the following. A main page has jquery tabs on it. It loads content for the tabs from other pages. Using the hijack plugin, the content loads correctly for me. Now, on the ...
-1
votes
1answer
78 views

How do I fix my school's website? Unlimited ads loading. Hijacked [closed]

http://www.laurian.ro If you are running Opera you can see that it loads unlimited elements from google syndication (AdSense). At 20,000 elements my browser gets to 3 GB RAM and finally crashes. ...