• XSS.stack #1 – первый литературный журнал от юзеров форума

Perl Regex

jen140

HDD-drive
Пользователь
Регистрация
30.05.2006
Сообщения
24
Реакции
0
Добрий день .
Я никак не могу из стринга :
<HTML><HEAD><TITLE>myTMN</TITLE><META content="text/html; charset=iso-8859-1" http-equiv="Content-Type"><script id="script_gen_tables" language="javascript" src="/staticdb/web/tables.js?ts=1240655165108" type="text/javascript"></SCRIPT><script id="script_tables" language="javascript" src="/jsni/web/toc/script_toc.js?ts=1240655165108" type="text/javascript"></SCRIPT><script id="scriptTItree" language="javascript" src="/jti/pages/ti/version_971/tree_models.js" type="text/javascript"></SCRIPT></HEAD><FRAMESET border="0" cols="180,*" id="bodyFrameset" name="bodyFrameset" onload="reDisplay('tocMain',tocMain,'Top',0,0,0);"><FRAMESET border="0" frameborder="NO" noresize rows="0,*"><FRAME frameborder="NO" id="tmnSessionKeeper" marginheight="0" marginwidth="0" name="tmnSessionKeeper" noresize scrolling="NO" src="/staticni/web/TmnSessionKeeper.html"><FRAME frameborder="NO" id="toc" marginheight="0" marginwidth="0" name="toc" noresize scrolling="AUTO" src="/staticni/web/toc.html"></FRAMESET><FRAME frameborder="NO" id="content" marginheight="0" marginwidth="0" name="content" noresize scrolling="AUTO" src="/web/easysms/EasySms.po?"><NOFRAMES></NOFRAMES></FRAMESET></HTML><!--1.30.2|$Date: 2007/07/03 15:15:21 $|$Revision: 2.24 $|$Name: $|-->
Витянуть "1240655165108"
Пробовал :
if($string =~ m/ts=(.*)"/) {
print $1;

}
Но видавало:
1240655165108" type="text/javascript"></SCRIPT><script id="script_tables" language="javascript" src="/jsni/web/toc/script_toc.js?ts=1240655165108" type="text/javascript"></SCRIPT><script id="scriptTItree" language="javascript" src="/jti/pages/ti/version_971/tree_models.js" type="text/javascript"></SCRIPT></HEAD><FRAMESET border="0" cols="180,*" id="bodyFrameset" name="bodyFrameset" onload="reDisplay('tocMain',tocMain,'Top',0,0,0);"><FRAMESET border="0" frameborder="NO" noresize rows="0,*"><FRAME frameborder="NO" id="tmnSessionKeeper" marginheight="0" marginwidth="0" name="tmnSessionKeeper" noresize scrolling="NO" src="/staticni/web/TmnSessionKeeper.html"><FRAME frameborder="NO" id="toc" marginheight="0" marginwidth="0" name="toc" noresize scrolling="AUTO" src="/staticni/web/toc.html"></FRAMESET><FRAME frameborder="NO" id="content" marginheight="0" marginwidth="0" name="content" noresize scrolling="AUTO" src="/web/easysms/EasySms.po?"><NOFRAMES></NOFRAMES></FRAMESET></HTML><!--1.30.2|$Date: 2007/07/03 15:15:21 $|$Revision: 2.24 $|$Name: $|-->
Помогите плз .
 
Выдерни из строки strpos-ом позицию например
tables.js?ts=

к найденному номеру прибавь длину того, что искал + 1 , и выдёргивай элементы, пока не символ ' \" ' :)
А причём тут Perl собственно?
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх