Waraxe IT Security Portal
Login or Register
July 27, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 161
Members: 0
Total: 161
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index
Search found 44 matches
Apache Question
PostForum:Newbies corner Posted: Fri Sep 10, 2004 6:00 pm Subject: Apache Question
madman
Replies: 6
Views: 11575




bit of detail or that...? mod-rewrite
Mod-rewite is powerful Apache module to "rewrite" or replace request's URLs. You can replace an url like this:
http://foo.bar/request.asp?cookie=xxx
into: ...
PHP Scrip for file inclusion
PostForum:Remote file inclusion Posted: Thu Sep 02, 2004 10:28 pm Subject: PHP Scrip for file inclusion
madman
Replies: 8
Views: 18073




Maybe it will be better if we change it to:
Yes, it should be fine. Here another one pass:
if (preg_match('/(\?|\&)(admin|user|\=?http|id)/i', $checkurl)){di ...
Protect varchar(255)
PostForum:Php Posted: Wed Sep 01, 2004 7:17 pm Subject: Protect varchar(255)
madman
Replies: 16
Views: 31280




I'm back !
And I'm waiting. Very Happy

Is possible echo smiles without make some security holes ? To echo smiles i made this piece of code but I think is not so secure Confused Rolling Eyes Confused
I didn't see what ...
Apache Question
PostForum:Newbies corner Posted: Tue Aug 31, 2004 10:43 pm Subject: Apache Question
madman
Replies: 6
Views: 11575




Use mod-rewrite.
But it useless though, because you try to catch cookies only under your domain.
how can i run an ***.exe file with php?
PostForum:Php Posted: Mon Aug 23, 2004 7:12 pm Subject: how can i run an ***.exe file with php?
madman
Replies: 2
Views: 9881




... and works with server under Windoz OS only. Smile
Mac and *nix system has no idea with such *.exe file.
Bypass authentication
PostForum:Newbies corner Posted: Mon Aug 23, 2004 6:36 pm Subject: Re: hey there
madman
Replies: 6
Views: 14311




u right , maybe the next mysql version have this feature,
so the multiple sql queries can be executed like mssql...
Well, mysql indeed support multi queries separated with semicolon chars. But serve ...
xoop-s css file has (typo) error in it
PostForum:XOOPS Posted: Sun Aug 22, 2004 6:49 pm Subject: xoop-s css file has (typo) error in it
madman
Replies: 4
Views: 12859




yea madman need Sub-forum for cms comparison

This is a call of duty for Icenix. Smile
xoop-s css file has (typo) error in it
PostForum:XOOPS Posted: Fri Aug 20, 2004 10:02 pm Subject: xoop-s css file has (typo) error in it
madman
Replies: 4
Views: 12859




Nice to hear about that. Very Happy
Well, because there's no special forum for cms comparison, maybe I'll need to just ask here. What is the most secure cms software, in your opinion? I've heard that WebGUI ...
mass scanner of PhpNuke bug
PostForum:PhpNuke Posted: Fri Aug 20, 2004 9:51 pm Subject: mass scanner of PhpNuke bug
madman
Replies: 7
Views: 14384




Well, is there any translated tutorial instead of in Indonesian language only? Nice to see bosen.net now grown and become pupular, after hackerlink community goes down. Wink

btw; Merdeka, Bung!
how can i work with hotmail cookies
PostForum:Newbies corner Posted: Fri Aug 20, 2004 9:34 pm Subject: how can i work with hotmail cookies
madman
Replies: 7
Views: 13306




no lammers software or scripts for newies Embarassed
Hehehe... Good point, Argentino. Cool
Problem with #34
PostForum:PhpBB Posted: Thu Aug 19, 2004 6:00 pm Subject: Problem with #34
madman
Replies: 5
Views: 13407




but I doesnt understant what can i do with that exploit if information what i'm getting is uselles , maybe i must wait while another user is loged on that forum ant then i will get his psw or what ?
...
Is this... ?
PostForum:Sql injection Posted: Wed Aug 18, 2004 7:42 pm Subject: Is this... ?
madman
Replies: 4
Views: 11422




To be honest, I never rely on addslashes() function only. Smile
Problem with #34
PostForum:PhpBB Posted: Wed Aug 18, 2004 7:18 pm Subject: Problem with #34
madman
Replies: 5
Views: 13407




So forum_sid is password in md5 hash
Incorrect. Sid -- as the name say it -- is session id. This id generated randomly as an "unique" id to the session table, along with user data such as user id, pa ...
Is this... ?
PostForum:Sql injection Posted: Sun Aug 15, 2004 9:30 pm Subject: Is this... ?
madman
Replies: 4
Views: 11422




Just an addition. Use addslashes instead of stripslashes. Smile
This code can be used to sanitize single- or double-quote regardless of magic quotes in effect:
function quote_me($str) {
...
Protect varchar(255)
PostForum:Php Posted: Tue Aug 03, 2004 7:59 pm Subject: Protect varchar(255)
madman
Replies: 16
Views: 31280




Variable taked from database but not used later for sql INSERT or SELECT (only "echo" on page), have to be sanitize ? Embarassed
No, unless you do care with "dangerous" html tagging on the text string. ...
Page 1 of 3 Goto page 1, 2, 3Next
All times are GMT


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.105 Seconds