Search results for all lists

10000 messages found
Sort by
List: time-nuts@lists.febo.com
From: Bob Camp
 
Re: [time-nuts] beaglebones, time, web services
Sat, Jul 4, 2015 7:31 PM
being served by the web server, and that works fine for "status display" kinds of things that don't update very quickly.
List: websecurity@lists.webappsec.org
From: Jeff Williams
 
Re: [WEB SECURITY] Need some help with one XSS Vector
Tue, May 22, 2012 8:58 PM
. > > -----Original Message----- > > From: Aaron Devaney > Sent: 21 May 2012 16:14:12 GMT > To: websecurity@lists.webappsec.org > Subject: Re: [WEB SECURITY] Need some help with one XSS Vector > > Hi, > Have you tried using a slash before the single quote so that the escape > is performed on the slash that is escaping the quote?
List: websecurity@lists.webappsec.org
From: Sebastian Schinzel
 
[WEB SECURITY] Related work for WAF fingerprinting
Mon, Jun 27, 2011 4:03 PM
Lehrstuhl für Informatik 1 IT-Sicherheitsinfrastrukturen Am Wolfmantel 46 91058 Erlangen Twitter: http://twitter.com/seecurity Tel.: +49 (0) 9131 / 85-69911 Fax: +49 (0) 9131 / 85-25319 Web: http://www1.cs.fau.de/ Email: sebastian.schinzel@cs.fau.de
List: websecurity@lists.webappsec.org
From: d.lin (at) icitst.org
 
[WEB SECURITY] Call for Papers: The 7th International Conference for Internet Technology and Secured Transactions (ICITST-2012)!
Thu, Jul 26, 2012 2:17 PM
Services: * Intelligent Multimedia and its Data Management * Multimedia Information Systems * Multimedia Security * Web Databases * Web Metrics and its Applications * Web Mining including Web Intelligence and Web 3.0. * Web Services * XML and other extensible languages * Semantic Web and Ontology Infonomics and e-Technology: * Infonomics * Information Visualization
List: websecurity@lists.webappsec.org
From: d.lin (at) icitst.org
 
[WEB SECURITY] Call for Papers: The 7th International Conference for Internet Technology and Secured Transactions (ICITST-2012)!
Sat, Sep 1, 2012 9:30 AM
Services: * Intelligent Multimedia and its Data Management * Multimedia Information Systems * Multimedia Security * Web Databases * Web Metrics and its Applications * Web Mining including Web Intelligence and Web 3.0. * Web Services * XML and other extensible languages * Semantic Web and Ontology Infonomics and e-Technology: * Infonomics * Information Visualization
List: discuss@lists.openscad.org
From: William F. Adams
 
Re: Nifty OpenSCAD web application which works from files on Github or on Printables
Thu, Jan 25, 2024 12:00 PM
Discussing the DXF/SVG support on Github now: https://github.com/seasick/openscad-web-gui/issues/8 (well, I asked, the developer provided, and now I'm actually thinking about it) What would be the best way for this web version to differentiate between producing a DXF or STL? Are there command-line hooks which could be used?
List: websecurity@lists.webappsec.org
From: YGN Ethical Hacker Group
 
[WEB SECURITY] Tool Update Announcement >> WhatWeb v0.4.6 Released. Now with over 900 plugins!
Sat, Mar 26, 2011 3:41 PM
When you visit a website in your browser, the transaction includes many hints of what web technologies are powering that website. Sometimes a single webpage visit contains enough information to identify a website but when it does not, WhatWeb can interrogate the website further.
List: websecurity@lists.webappsec.org
From: Tasos Laskos
 
Re: [WEB SECURITY] ASP.NET Request Validator Bypass?
Sat, Feb 19, 2011 11:39 PM
As websites keep using and building upon these types of libs at some point we'll start to figure out the equivalent of "return to libc"-ish attacks for web apps. - Tasos On 02/19/2011 09:52 PM, Arian J. Evans wrote: > Exactly.
List: time-nuts@lists.febo.com
From: Chris Albertson
 
Re: [time-nuts] web presentation of data
Tue, Aug 7, 2012 7:22 PM
Doing web serving on a single slowish core in that case is not a > good idea.
List: time-nuts@lists.febo.com
From: Brian Inglis
 
Re: [time-nuts] beaglebones, time, web services
Wed, Jul 8, 2015 4:59 AM
. > BUT now, I'd like to add a web interface, so that it can be manipulated by a mobile device using a browser. > One way I can think of is to run some sort of limited web server. there are a couple that come with the beaglebone, including the python "simplehttpserver". > But I'm sort of stuck on the interface between the webserver and the other code running.