Waraxe IT Security Portal
Login or Register
June 17, 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: 261
Members: 0
Total: 261
Full disclosure
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
CVE-2025-45542: Time-Based Blind SQL Injection in CloudClassroom PHP Project v1.0
ERPNext v15.53.1 Stored XSS in bio Field Allows Arbitrary Script Execution in Profile Page
ERPNext v15.53.1 Stored XSS in user_image Field Allows Script Execution via Injected Image Path
Local information disclosure in apport and systemd-coredump
Stored XSS via File Upload - adaptcmsv3.0.3
IDOR "Change Password" Functionality - adaptcmsv3.0.3
Stored XSS "Send Message" Functionality - adaptcmsv3.0.3
Authenticated File Upload to RCE - adaptcmsv3.0.3
Stored XSS in "Description" Functionality - cubecartv6.5.9
Multiple Vulnerabilities in SAP GuiXT Scripting
CVE-2024-47081: Netrc credential leak in PSF requests library
Exploit CVE-2019-9978: Remote Code Execution in Social Warfare WordPress Plugin (<= 3.5.2)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index
Search found 21 matches
this is about internet speed ! need help/advice.
PostForum:General discussion Posted: Thu Jan 24, 2008 9:01 pm Subject: this is about internet speed ! need help/advice.
ploert
Replies: 3
Views: 8641




Get a bigger connection.

The risk of trying to exceed your limits is DIRECTLY chained to your billing address. And is of no importance, except you being able to download your pr0n faster.
Anyone active here?
PostForum:Assembler Posted: Thu Jan 24, 2008 9:05 am Subject: Anyone active here?
ploert
Replies: 2
Views: 10526




Question was meant for this forum, if there are people still using assembler =]

Perhaps an MD5 or Hashes forum would filter out that what you have problems with, so people that have nothing to do c ...
You hacked us!!
PostForum:Fun corner Posted: Wed Jan 23, 2008 9:01 pm Subject: You hacked us!!
ploert
Replies: 0
Views: 8539




Some time ago I was good friends with a guy running a website. He asked me to do him a favor and include a "click-counter" to see which of the registered members voted for his site. So he gave me the ...
Anyone active here?
PostForum:Assembler Posted: Wed Jan 23, 2008 8:48 pm Subject: Anyone active here?
ploert
Replies: 2
Views: 10526




Just curious ^^
Source PHP Decode MySql SHA1 Brutus Force
PostForum:All other security holes Posted: Wed Jan 23, 2008 8:28 pm Subject: Source PHP Decode MySql SHA1 Brutus Force
ploert
Replies: 14
Views: 32266




oh hehe my bad then Smile

it compares the strings case-sensitive

6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9

!=

6bb4837eb74329105ee4568dda7dc67ed2ca2ad9

I'll edit the code above to make it w ...
One Hash to crack
PostForum:MD5 hashes Posted: Wed Jan 23, 2008 8:21 pm Subject: One Hash to crack
ploert
Replies: 31
Views: 45320




wow thanks dude! you've been quicker than Plain-Text.info, md5this.com, and milw0rn didn't even show any result Smile
What kind of encryption is this?
PostForum:Newbies corner Posted: Wed Jan 23, 2008 8:20 pm Subject: What kind of encryption is this?
ploert
Replies: 7
Views: 13205




If so, then the last bytes are flags, possibly used in the calculation.

No encryption ever generates:
- one pair of space characters (32)
- one pair of 41
- one pair of ascii 1
- two gr ...
Source PHP Decode MySql SHA1 Brutus Force
PostForum:All other security holes Posted: Wed Jan 23, 2008 6:29 pm Subject: Source PHP Decode MySql SHA1 Brutus Force
ploert
Replies: 14
Views: 32266




Woa Razz Easier to buy a gun and point it at the admin then ^^
Source PHP Decode MySql SHA1 Brutus Force
PostForum:All other security holes Posted: Wed Jan 23, 2008 6:12 pm Subject: Source PHP Decode MySql SHA1 Brutus Force
ploert
Replies: 14
Views: 32266




If the wordlist doesn't contain the password, then you will not find the password - because it's not in the wordlist.

Brute force (without wordlist) will give you the result 100% guaranteed - in ab ...
Source PHP Decode MySql SHA1 Brutus Force
PostForum:All other security holes Posted: Wed Jan 23, 2008 5:12 pm Subject: Source PHP Decode MySql SHA1 Brutus Force
ploert
Replies: 14
Views: 32266




I can't guess what exactly you want, the code does what you requested Razz

"Not work" doesn't give me enough info there, I have tested it with a plaintext wordlist of two whole words, and it found th ...
SQL injection NEEDED
PostForum:Sql injection Posted: Wed Jan 23, 2008 3:57 pm Subject: SQL injection NEEDED
ploert
Replies: 5
Views: 9013




d'oh show != select Razz my bad
What kind of encryption is this?
PostForum:Newbies corner Posted: Wed Jan 23, 2008 3:22 pm Subject: What kind of encryption is this?
ploert
Replies: 7
Views: 13205




If you say the last 32 bytes form the password, then it would contain

- some hexadecimal characters following eachoter
- space-characters (32)
- 1 and 41

No hash produces something li ...
Union...
PostForum:MySql Posted: Wed Jan 23, 2008 2:29 pm Subject: Union...
ploert
Replies: 1
Views: 10028




A UNION simply chains the result of two SELECT statements

Given table ADMINS
id...name...password
01..admin1..blabla
02..admin2..blabla

Given table USERS
id...name...password
01..user1...bl ...
What kind of encryption is this?
PostForum:Newbies corner Posted: Wed Jan 23, 2008 1:59 pm Subject: What kind of encryption is this?
ploert
Replies: 7
Views: 13205




I was assuming it to be the first 11 characters of a hex, since

da08ed329f0 all characters are within 0-9 A-F

And if my assumption is right, the colon : is probably not part of the hash. ...
sure am
PostForum:Cooperation proposals Posted: Wed Jan 23, 2008 1:17 pm Subject: sure am
ploert
Replies: 2
Views: 10737




Hey guys,

I'm an experienced php/mysql programmer, gone far beyond just writing web pages. Also skilled in C# and I used to do alot of assembly (x86) programming back in the days.
With the discov ...
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.027 Seconds