Search results for all lists

10000 messages found
Sort by
List: hbcu-lib@lists.hbculibraries.org
From: Sandra Phoenix
 
FW: Internship/Co-op Opportunities at NASA
Tue, Feb 5, 2013 7:09 PM
Visit this group at http://groups.google.com/group/ibln?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
List: birdnews@ontbirds.ca
From: Jeremy Hatt
 
Birding With Pride at Point Pelee National Park
Tue, Apr 22, 2025 12:26 AM
If you are unable to attend but still interested in supporting Trans Wellness Ontario, please visit https://www.canadahelps.org/en/dn/129379 to make a donation to this important cause.
List: websecurity@lists.webappsec.org
From: James Manico
 
Re: [WEB SECURITY] First time login and password resets...
Mon, Jan 31, 2011 6:59 PM
So email will be useless after that period in case the computer or user email is compromised Send a HTTPS link to user with the temp token. Avoid wire sniffing The end user will have answer a challenge question (one of at least 2 entered on registration) and then reset its password.
List: time-nuts@lists.febo.com
From: jim s
 
Re: [time-nuts] GPS USB dongle for time server
Tue, Nov 9, 2010 5:50 AM
Assuming you hack the USB driver to get a time hack exactly when a certain string comes from the USB, you would need to figure out how to estimate the latency from the device to the interrupt service routine to eliminate that, as it would jitter.
List: tacomaart@list.cityoftacoma.org
From: Tena DuBerry
 
Listen TODAY on the Web or Air @ 3pm...
Fri, Mar 18, 2011 6:29 PM
That's *Today @ 3pm*... on *KLAY 1180 AM* or streaming live on the web at* www.thetenaduberrywowshow.com*. *Friday's at 3pm*... *We'll Meet You There!!!** * Blessings.
List: tacomaart@list.cityoftacoma.org
From: Tena DuBerry
 
Listen FRIDAY on the Web or Air @ 3pm...
Fri, May 6, 2011 3:15 AM
That's *Today @ 3pm*... on *KLAY 1180 AM* or streaming live on the web at* www.thetenaduberrywowshow.com*. *Friday's at 3pm*... *We'll Meet You There!!!** * Blessings.
List: websecurity@lists.webappsec.org
From: Gautam
 
[WEB SECURITY] WebSite Malware and Samples
Sat, Jun 15, 2013 11:31 PM
Second possibility is that there were knows/unknown security bugs in the web that were exploited. I want to understand what are the other possibilities and what are the general rules that one should follow for securing the sites after infection.
List: time-nuts@lists.febo.com
From: Jim Lux
 
web presentation of data
Mon, Aug 6, 2012 3:34 PM
something, conceptually, like this: *invocation of plotting engine* data value 1 data value 2 data value 3 that way, a relatively dumb controller (think arduino-ish) could talk to the instrument and build a web page on the fly without having to do much formatting.
List: websecurity@lists.webappsec.org
From: Evan Larsen
 
Re: [WEB SECURITY] Social login / federated identity
Fri, Feb 22, 2013 11:00 PM
. > > http://www.nirgoldshlager.com/2013/02/how-i-hacked-facebook-oauth-to-get > -full.html > > > -----Original Message----- > From: websecurity [mailto:websecurity-bounces@lists.webappsec.org] On > Behalf Of Martin O'Neal > Sent: 16 October 2012 11:01 > To: Paul Johnston > Cc: websecurity@lists.webappsec.org > Subject: Re: [WEB SECURITY] Social login / federated
List: websecurity@lists.webappsec.org
From: Paul Johnston
 
Re: [WEB SECURITY] Security test case automation
Thu, Jan 23, 2014 9:44 AM
There are two main approaches: DAST which scans a running web app, and SAST which analyses source code. They have different strengths and weaknesses, so you get the most benefit from running both and combining the results. What you cannot automate is the mindset of a hacker. Security is not just about checking for a known set of issues.