search for: chink

Displaying 5 results from an estimated 5 matches for "chink".

Did you mean: think
2011 Jan 06
4
Problem with Windows app accessing internet
...e. However, under Wine, we get error 445 and then a crash. I am a bit surprised, as I thought that the IE-mimicking facilities in Wine would be able to cope. I've contacted the MCC developers about the issue, and they cannot throw too much light on the subject, but suggest that this is a code chink that may be causing the problem: Code: For Each HTMLi In WebBr.Document.getElementsByName("Id") HTMLi.Value = TxtLoginName Next For Each HTMLi In WebBr.Document.getElementsByName("Pass") HTMLi.Value = TxtPassword Next For Each HTMLi In WebBr.Document.getElementsByN...
2006 Apr 22
0
available: lib for Paypal''s Payment data transfer
Hi, following the discussion about Paypal''s IPN usage with leetsoft''s paypal library, I''ve posted an addition to that library so you can use Paypal''s Payment Data Transfer. It''s largely inspired by, with some chinks even simply copied from, the IPN code. Downloadable at http://www.myowndb.com/files/payment_data.rb I blogged about it at http://www.myowndb.com/blog/?p=11 where you can find how to use it. This is not yet in production, but is working fine with paypal''s sandbox. Hoping this can help s...
2015 Jan 21
2
PXE Error Reporting
On Wed, 21 Jan 2015, Andreas Gruenbacher wrote: > Not really. As a security requirement, if this even really is anyone's > security requirement, this is pointless -- the ErrCode is set to 0 ("Not Still, requirements like this d?o? exist in the real world, dismissing them is a, I quote, stupid idea. I?d suggest to please wake up. bye, //mirabilos (not speaking for his employer
2015 Jan 21
0
PXE Error Reporting
...rver. You can only ask for a file, and if the file exists and is accessible, then it is retrieved. If you could simply ask for all kinds of files that you didn't have access to, but *might exist*, an attacker could map out the file-system that the tftp service has access to and may find another chink in the armor along the way. I can't think of another way to directly exploit the difference between noent and no access, but if tftp is expected to be a "black box", then it should continue to behave like one.
1998 Jun 14
14
SSH w/ttysnoop
I was wondering if anyone here has or knows how to implement ttysnoop w/ssh ?