Waraxe IT Security Portal
Login or Register
June 16, 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: 58
Members: 0
Total: 58
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 55 matches
mmx strlen implementation
PostForum:Assembler Posted: Thu Feb 09, 2006 12:05 am Subject: mmx strlen implementation
erg0t
Replies: 3
Views: 12357




iluminated code Smile

personal note > pone el source del bot aka no seas careta
todavia le falta xD
mmx strlen implementation
PostForum:Assembler Posted: Tue Feb 07, 2006 7:54 pm Subject: mmx strlen implementation
erg0t
Replies: 3
Views: 12357




I optimized a little the rutine.
Benchmarks:

old

real 0m9.412s
user 0m9.355s
sys 0m0.025s

new

real 0m8.120s
user 0m8.073s
sys 0m0.019s


new code:

macro strl ...
mmx strlen implementation
PostForum:Assembler Posted: Sat Feb 04, 2006 3:19 pm Subject: mmx strlen implementation
erg0t
Replies: 3
Views: 12357




Hi, yesterday I was iluminated and it ended in a very fast and small strlen implementation. It uses 2 general registers, two mmx registers, and has only one branch. Can be modified easly to scan for a ...
Lookin for linux cracking tuts
PostForum:Newbies corner Posted: Tue Jan 24, 2006 11:08 pm Subject: Lookin for linux cracking tuts
erg0t
Replies: 5
Views: 13560




mhm
i tried strace ... but it does not get any output itself from the program. perhaps the coders used a workaround to hide their code from beeing traced by such simple standard linux tools.
execve( ...
Lookin for linux cracking tuts
PostForum:Newbies corner Posted: Tue Jan 24, 2006 12:43 pm Subject: Re: Lookin for linux cracking tuts
erg0t
Replies: 5
Views: 13560




hi everybody
everyone knows cracking in windows. but cracking programs under linux ... somehow impossible without right knowledge.
there is a game out there ... which has a stupid handbook-page/2let ...
whack-a-mole crack
PostForum:Disassembling Posted: Sat Jan 21, 2006 4:04 pm Subject: Re: assembly wrt whack-a-mole
erg0t
Replies: 5
Views: 15976




you know assembly?

ya i know it. but at least i should know how to use the output of disassembly. can u suggest me a good tutorial?

well, the best site is the +HCU
take a look at +Fravia's site ...
whack-a-mole crack
PostForum:Disassembling Posted: Fri Jan 20, 2006 2:54 pm Subject: whack-a-mole crack
erg0t
Replies: 5
Views: 15976




you know assembly?
NEW! Unkillable thread + procfs corruption
PostForum:Linux world Posted: Fri Jan 13, 2006 10:02 am Subject: NEW! Unkillable thread + procfs corruption
erg0t
Replies: 15
Views: 32312




Well I use x86 and why is it not working?

Shai-tan

Sorry, I know what is happening, I use lot of macros I made for my code, so to get a code that everyone could compile I used nasm -e and posted ...
NEW! Unkillable thread + procfs corruption
PostForum:Linux world Posted: Thu Jan 12, 2006 8:07 pm Subject: NEW! Unkillable thread + procfs corruption
erg0t
Replies: 15
Views: 32312




gcc -nostartfiles -m32 -o test -pipe -march=i386 -mcpu=i686 -fno-strength-reduce -fno-strict-aliasing -pipe test.o
collect2: ld terminated with signal 11
i give up

The problem is that nasm gener ...
NEW! Unkillable thread + procfs corruption
PostForum:Linux world Posted: Thu Jan 12, 2006 3:32 pm Subject: NEW! Unkillable thread + procfs corruption
erg0t
Replies: 15
Views: 32312




Hey erg0t hows everything holding up? Ah isnt assembly great...

Anywayz:


shai-tan@Shai-tan:~$ nasm -felf test.asm ; gcc test.o -o test
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/cr ...
NEW! Unkillable thread + procfs corruption
PostForum:Linux world Posted: Wed Jan 11, 2006 2:42 pm Subject: NEW! Unkillable thread + procfs corruption
erg0t
Replies: 15
Views: 32312




hi
i tried to compilie your progg under amd64 but it didn't work. i got kernel 2.6.15 and i get
/usr/lib/gcc/x86_64-slackware-linux/3.4.4/../../../../x86_64-slackware-linux/bin/ld: warning: i386 arc ...
NEW! Unkillable thread + procfs corruption
PostForum:Linux world Posted: Tue Jan 10, 2006 5:33 pm Subject: NEW! Unkillable thread + procfs corruption
erg0t
Replies: 15
Views: 32312




well, I did some more tests, and the thread is terminated, but the structures still there, so is really killed Sad
I will try to do some more tests to se if I can find a way to keep the thread running
NEW! Unkillable thread + procfs corruption
PostForum:Linux world Posted: Tue Jan 10, 2006 4:28 pm Subject: NEW! Unkillable thread + procfs corruption
erg0t
Replies: 15
Views: 32312




This is a new PoC of the old bug I found, now it can run the thread!!!
And in the old bug, the thread could be killed re-attaching it, now it can't!!!
And one more thing, some of the ProcFS info is ...
Looking for a ftp scanner
PostForum:Linux world Posted: Sun Oct 16, 2005 11:00 pm Subject: Looking for a ftp scanner
erg0t
Replies: 15
Views: 29141




Well right, i think perl is a great programming language, because there is no need to compile things, they just run at run-time. c ist great as we know, but it's rather old and there is no way u can w ...
Looking for a ftp scanner
PostForum:Linux world Posted: Sun Oct 16, 2005 6:25 pm Subject: Looking for a ftp scanner
erg0t
Replies: 15
Views: 29141




Well right, i think perl is a great programming language, because there is no need to compile things, they just run at run-time. c ist great as we know, but it's rather old and there is no way u can w ...
Page 1 of 4 Goto page 1, 2, 3, 4Next
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.029 Seconds