Waraxe IT Security Portal
Login or Register
February 22, 2025
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: 113
Members: 0
Total: 113
Full disclosure
MitM attack against OpenSSH's VerifyHostKeyDNS-enabled client
Self Stored XSS - acp2sev7.2.2
Python's official documentation contains textbook example of insecure code (XSS)
Re: Netgear Router Administrative Web Interface Lacks Transport Encryption By Default
Monero 18.3.4 zero-day DoS vulnerability has been droppedpublicly on social network.
Netgear Router Administrative Web Interface Lacks Transport Encryption By Default
[CVE-2024-54756] GZDoom <= 4.13.1 Arbitrary Code Execution viaMalicious ZScript
Re: Text injection on https://www.google.com/so rry/index via ?q parameter (no XSS)
SEC Consult SA-20250211-0 :: Multiple vulnerabilities in Wattsense Bridge
APPLE-SA-02-10-2025-2 iPadOS 17.7.5
APPLE-SA-02-10-2025-1 iOS 18.3.1 and iPadOS 18.3.1
CVE-2024-55447: Access Control in Paxton Net2 software (update)
ChatGPT AI finds "security concern" (XSS) in DeepSeek's code
KL-001-2025-002: Checkmk NagVis Remote Code Execution
KL-001-2025-001: Checkmk NagVis Reflected Cross-site Scripting
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: 12431




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: 19110




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: 33697




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: 12431




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: 10528




... 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: 15231




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: 13609




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: 13609




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: 15466




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: 14273




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: 14657




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: 12197




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: 14657




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: 12197




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: 33697




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.049 Seconds