Waraxe IT Security Portal
Login or Register
June 9, 2026
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: 79
Members: 0
Total: 79
Full disclosure
SEC Consult SA-20260608-0 :: Privilege Escalation via Binary Planting in Genetec-provided RabbitMQ in multiple Genetec products
[SYSS-2026-004] SAP NetWeaver SAML XML Signature Wrapping
[REVIVE-SA-2026-002] Revive Adserver Vulnerabilities
CyberDanube Security Research 20260528-0 | Multiple Vulnerabilities in Multiple Vulnerabilities in Mennekes Amtron Series
bmcweb (OpenBMC web server): four vulnerabilities — two unfixed, GHSA without a CVE
Re: Dovecot Security Advisory OXDC-2026-0002
SSRF in Anthropic mcp-server-fetch and Microsoft playwright-mcp — publicly disclosed via GitHub issues
[SECURITY ADVISORY] CVE-2021-21735 - ZTE ZXHN H168N V3.5 Unauthenticated Admin Credential Leak
[SECURITY ADVISORY] CVE-2026-34474 - ZTE H298A/H108N Unauthenticated Admin Credential Exposure
[SECURITY ADVISORY] CVE-2026-34472 - ZTE ZXHN H188A V6 Authentication Bypass via Pre-Login Wizard
[SECURITY ADVISORY] CVE-2026-34473 - Unauthenticated DoS in 17+ ZTE Router Models (140K+ Devices)
Multiple vulnerabilities in Sparx Pro Cloud Server and Enterprise Architect
APPLE-SA-05-13-2026-1 Safari 26.5
APPLE-SA-05-11-2026-11 visionOS 26.5
APPLE-SA-05-11-2026-10 watchOS 26.5
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index
Search found 25 matches
How to find plugins
PostForum:PhpBB Posted: Mon Mar 15, 2010 7:40 pm Subject: How to find plugins
Snap
Replies: 0
Views: 8847




How can i find phpBB plugins in a remote host ?
Please help
PostForum:Sql injection Posted: Mon Feb 15, 2010 8:30 pm Subject: Please help
Snap
Replies: 0
Views: 8264




I got this URL

delete_message&
type=sender_deleted&
message_id=4&
page=messaging&
section=sent&
start=0&
limit=50&
order_field=m.reg_date&
order_type=DESC
...
SQL injection - help me -
PostForum:Sql injection Posted: Mon May 11, 2009 10:18 pm Subject: SQL injection - help me -
Snap
Replies: 5
Views: 10753




if i make

'OR''='

i get a valid page
SQL injection - help me -
PostForum:Sql injection Posted: Mon May 11, 2009 7:12 am Subject: SQL injection - help me -
Snap
Replies: 5
Views: 10753




anybody ?
SQL injection - help me -
PostForum:Sql injection Posted: Sun May 10, 2009 2:28 am Subject: SQL injection - help me -
Snap
Replies: 5
Views: 10753




I am trying to make an SQL injection ...

in the input field i type: '

and i got ...

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /var/www ...
bypass a virtualhosting protection
PostForum:Linux world Posted: Tue Sep 30, 2008 11:18 pm Subject: bypass a virtualhosting protection
Snap
Replies: 1
Views: 9745




When i hired my virtual hosting server, i could do ...

<?php
print readfile("/etc/passwd/");
?>

and read everything in the etc/passwd/ , plus i can almost "hack" any decent neighbor web ...
Microsoft Server 2003 Remote Desktop
PostForum:M$ Windows Posted: Fri Jun 27, 2008 5:18 pm Subject: Microsoft Server 2003 Remote Desktop
Snap
Replies: 0
Views: 9286




Is there anyway to escalate privilegies in a Windows 2003 remote desktop enviroment ?

I have an user and a password, but i can only access to one program (an slide show), and nothing more, i don't ...
wordpress 1.5.2 hackability?
PostForum:All other software Posted: Sat May 17, 2008 1:22 pm Subject: wordpress 1.5.2 hackability?
Snap
Replies: 3
Views: 10652




i have a cero day for wordpress, but i'm not sharing at the moment, sorry Sad

***

Anyway, an easy way to get admin of a WP is to check the plug-ins folder ..

../wp-content/plugins

if you ...
Urgent....no sleep cos this one
PostForum:General discussion Posted: Sat May 17, 2008 1:13 pm Subject: Urgent....no sleep cos this one
Snap
Replies: 4
Views: 13683




4 8 15 16 23 42
iframe..
PostForum:Remote file inclusion Posted: Wed May 14, 2008 6:26 am Subject: iframe..
Snap
Replies: 2
Views: 13886




no ! Very Happy
Please decode my file
PostForum:PHP script decode requests Posted: Wed May 14, 2008 6:15 am Subject: Please decode my file
Snap
Replies: 3
Views: 8854




you didn't put what you want to decode Sad


<?
$valueOne=__FILE__;
$valueTwo='ah6sbehqla4co_sad';
$valueThree=532;
$valueFour=$valueTwo{4}.$valueTwo{9}.$valueTwo{3&# ...
union all select @@version etc... returns a valid page
PostForum:Sql injection Posted: Thu May 08, 2008 5:33 pm Subject: union all select @@version etc... returns a valid page
Snap
Replies: 4
Views: 9489




just try with ..

1 and 1=convert(int,@@version)--

cheers !
which version of phpbb is this???????????
PostForum:Newbies corner Posted: Wed May 07, 2008 11:54 pm Subject: which version of phpbb is this???????????
Snap
Replies: 2
Views: 8587




just try with

www.site.com/forum/docs/CHANGELOG.html

www.site.com/docs/CHANGELOG.html

cheers !
Encoded wp-theme footer
PostForum:PHP script decode requests Posted: Wed May 07, 2008 10:19 am Subject: Encoded wp-theme footer
Snap
Replies: 1
Views: 9030




something like this ?


<div class="clear">
</div>

<div id="footer">

<div class="crss">
<a href="<?php bloginfo('comme ...
Wordpress Footer code
PostForum:PHP script decode requests Posted: Wed Apr 30, 2008 2:23 am Subject: Wordpress Footer code
Snap
Replies: 7
Views: 17782




I didn't downloaded your file, but in the footer you just have to call the function get_sidebar ..

<?php get_sidebar(); ?>

**

Hey waraxe ! you should do a post-it for decode bas ...
Page 1 of 2 Goto page 1, 2Next
All times are GMT


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
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.033 Seconds