I'd guess so, I haven't invested much in websec for a long time now as it just worked for me and perl is not my language of choice. I adopted websec at some point since its original author went on to do other things.
Baruch On Sun, Feb 9, 2014 at 12:20 AM, Dmitry Shesterin <[email protected]>wrote: > Thank you for replying, Baruch, > It is server side, and just the paragraph does not quite work as each > tweet is a new paragraph. > Do I have to dig deeper in webdiff to address it? > > > On Sat, Feb 8, 2014 at 2:30 PM, Baruch Even <[email protected]> wrote: > >> Does this div get generated server side or client side? If it is client >> side than websec should never see this since it doesn't run the javascript >> at all. >> >> The Ignore keyword is specified as ignoring an entire paragraph that has >> some keyword mentioned so you can probably just add there "Twitter Update" >> and the entire paragraph should be ignored. Hopefully :-) >> >> Baruch >> >> >> >> >> On Thu, Jan 23, 2014 at 5:23 PM, Dmitry Shesterin <[email protected]>wrote: >> >>> Hello! >>> >>> I have am monitoring a page that has integrated twitter updates, but >>> instead of an iframe, regular divs are used, so every tweet is a separate >>> paragraph and div. >>> >>> Is there any way to ignore such tweets? >>> >>> Here is an example of the html: >>> >>> >>> <DIV class=SocialUpdates><DIV class=SocialUpdatesBlock> >>> <H3><A href="http://twitter.com/blabla" target=_blank>Twitter Update >>> </A></H3><SPAN class=moreLink><A href="http://twitter.com/blabla" >>> target=_blank>Follow Us!</A></SPAN> >>> <DIV class=twitterUpdates> >>> <UL class=TwitterFeedList> >>> <LI> >>> <H4>BlaBla </H4> >>> <H5>BlaBla is best BlaBla </H5><SPAN><SPAN style="BACKGROUND-COLOR: >>> #99ffcc">Useless twitter update to be ignored</SPAN> <A href=" >>> http://twitter.com/search?q=awesome" target=_blank><SPAN >>> style="BACKGROUND-COLOR: #99ffcc">#awesome</SPAN> </A><SPAN >>> style="BACKGROUND-COLOR: #99ffcc">!</SPAN> <A href=" >>> http://bit.ly/2g8Skpk" target=_blank><SPAN style="BACKGROUND-COLOR: >>> #99ffcc">bit.ly/2g8Skpk</SPAN> </A></SPAN> >>> <LI> >>> <H4>BlaBla </H4> >>> <H5>BlaBla is best BlaBla </H5><SPAN>Another useless tweet to ignore. <A >>> href="http://bit.ly/4in6h8y" target=_blank>bit.ly/4in6h8y </A>Please RT >>> </SPAN></LI></UL></DIV></DIV> >>> <DIV class=SocialUpdatesBlock> >>> <H3><A href="/resources/">Resources </A></H3><SPAN class=moreLink><A >>> href="/resources/">More + </A></SPAN> >>> <UL> >>> <LI> >>> <H4><A href="http://www.somewhere.com">My awesome website >>> </A></H4><SPAN id=ResourceCon><SPAN>With us it is gonna be >>> fine!</SPAN></SPAN></LI></UL></DIV> >>> <DIV class="SocialUpdatesBlock LastBlock"> >>> <H3><A href="/news/">News & Events </A></H3><SPAN class=moreLink><A >>> href="/news/">More + </A></SPAN> >>> <UL> >>> <LI> >>> <H4><A href="http://www.place.com/">Place </A></H4><SPAN >>> id=NewsEvents><SPAN class=date>April 1, 2014 >>> </SPAN></SPAN></LI></UL></DIV></DIV> >>> >>> _______________________________________________ >>> WebSec-users mailing list >>> [email protected] >>> https://lists.nongnu.org/mailman/listinfo/websec-users >>> >>> >> > > > -- > Cheers, > Dmitry >
_______________________________________________ WebSec-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/websec-users
