This forum is in archive mode. You will not be able to post new content.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - NeX

Pages: [1] 2 3 4
1
Java / Re: [Java Games, Tut] Slick2D - Cloudy menu background
« on: February 11, 2013, 10:12:19 PM »
I didn't like to change the 111, but you obviously deserve it. Helped me a lot. Keep it up. ^^

2
It can't be really permanent, but you have few options..
1. Inserting into kernel (recompiling kernel or LKM)
2. Adding to startup
If you use the 1st one, it's more difficult to get detected if you recompile the kernel (unless it's poorly coded, then it'll just oops the kernel XD)
Adding stuff to startup is not a clever idea, because it's like.. really visible XD

If you're interested in doing kernel level stuff you can ask me questions, I've messed with that stuff a bit ;)

3
Scripting Languages / Re: [Batch] give me an antidote
« on: September 10, 2012, 11:24:24 PM »
You're true genius!
Try running
Code: [Select]
s:
start %0
goto s

4
Hacking and Security / Re: how to find webVulns by Script?
« on: September 02, 2012, 05:17:55 PM »
That's called Blind SQL injection.. Doing ' and 1=1 should display normal page, but when doing ' and 1=2, the page should be (a bit) different. :)

5
Hacking and Security / Re: Looking for help
« on: August 28, 2012, 05:49:05 PM »
If I understood correctly you have 2 servers and want to have the same DB on both of them?
If so:
Export/Dump the database from the first server.. Save the SQL file, then import it on the 2nd server.

6
General discussion / Re: Remote Code Execution
« on: August 28, 2012, 11:11:11 AM »
Let's assume that I have targeted a Linux server wither kernel 3.0 64 bit which belongs to a bank located in America.. How do I write local root exploit.. And note that I don't want to hack into the box, just want to know how the logic works.. Yeah right >.> Seems legit.

Take a look at the newest windows bugs, and depending on what they are, make your own exploit ;)

7
Hacking and Security / Re: traceroute dont work from virtualbox
« on: August 24, 2012, 12:16:20 AM »
Most likely your routing table is fucked up.. Either that or you don't have your NAT setup :P

8
Hacking and Security / Re: Shell from SQLi??
« on: August 17, 2012, 09:31:24 PM »
Depends :P You can use INTO FILE for MySQL and there's a little trick for mssql to run cmd commands..

9
Web Oriented Coding / Re: Regex Help
« on: August 16, 2012, 02:27:03 AM »
If you're able to extract the contents from the page (like get the data from the table), then the first thing I can came up with is:
Code: [Select]
^(.+)\s(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})\s(\d{1,5})\s(\w+)\s(\w+)\s(\w+)$Haven't tested it, but should work on your case.. Extractions are:
1. The time
2. The IP address
3. The port
4. Country
5. Type
6. Speed/anonymity/whatever ?

Oh, and also, I presumed that the results would be ALWAYS right, like, no 999.999.999.999  type IP addresses, and no ports bigger than 65535,etc..
I've heard there's tool for regex (regex buddy, if I'm right), to make your life easier XD
If you have any other questions you can ask here or PM me :)




EDIT:
Code: [Select]
http://regexpal.com/
This website says that I've forgot a few +'es... Fixed regex:
Code: [Select]
^(.+)\s(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})\s+(\d{1,5})\s+(\w+)\s(\w+)\s+(\w+)$

10
News and Announcements / Re: Evilzone supports the "Reboot" film!
« on: August 16, 2012, 02:02:19 AM »
Code: [Select]
http://www.rebootfilm.com/supportersAnde's already on the list :) (Ande on behalf of EvilZone)

Can't wait for the movie to get public :) Looks cool ^^

I donated aswell. The movie was ok, but linux commands on a mac, systems32 on a mac, IPHONES DONT RUN .exe's and white men cannot jump!
mac is based on unix, and linux is based on unix too, I haven't watched the movie yet so I can tell, but there are similarities between mac and linux..

11
nmap's -iR <number of hosts to scan> is for random generated hosts.. as for injecting, check out the NSE engine ;)
Code: [Select]
http://nmap.org/book/nse.html

12
Anonymity and Privacy / Re: "Cleaning Up"
« on: July 11, 2012, 10:50:11 AM »
You simply erase, or better yet change, log files.

And what about remote logging? XD

13
General discussion / Re: IRC nicks
« on: July 08, 2012, 02:23:36 AM »
ande

14
Projects and Discussion / Re: Proxy Tool kit [Test]
« on: July 07, 2012, 07:09:00 PM »
Proxychains does this :)
Check it out:
Code: [Select]
http://proxychains.sourceforge.net/

15
Operating System / Re: Is it possible to make a modyfied/own Os ?
« on: July 05, 2012, 10:38:15 PM »
A decent own OS would be a hard task, I guess.. But yeah, modifying an OS is possible.. Linux stuff is open source, ofc it's possible if you have the knowledge.
Windows is too hopeless to modify it actually.. :/ It might be possible, like modifying themes or something XD

Pages: [1] 2 3 4


Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.