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 - kbt0000

Pages: [1]
1
High Quality Tutorials / Re: Local File Inclusion (LFI)
« on: October 12, 2015, 01:24:04 pm »
'local attack' is an ambiguous buzzword with no meaning.
Local attack mean up shell and replace file

2
High Quality Tutorials / Re: Local File Inclusion (LFI)
« on: October 12, 2015, 03:43:36 am »
Is local file inclusion similar to local attack

3
C - C++ / Re: Resources To Learn About Crypters
« on: October 08, 2015, 07:13:53 am »
Your best bet is probably to look and/or Reverse through other open source cryptors. Found this one on github:
https://github.com/jozemberi/PE-Crypter

Then I also found this on some random hack forum that's not hackforums lol, be careful I didn't check any of the files

http://mediafire.com/?16i6juki9u955pc
Thank for some crypter in C++, i need some sample to develope my own

4
High Quality Tutorials / Re: SQL Injection
« on: October 07, 2015, 12:35:49 am »
There is no such thing as a 'vulnerable' column.

It outputs 1, 2 and/or 3 because that is the values you selected (SELECT 1,2,3). When you select a number instead of the column name, it takes the values as is, and prints them directly. You could also do SELECT 'a', 'b', 'c' and it would print 'a', 'b' and/or 'c'. You do this to see the changes in output, so that you know where to look and what is being printed in the next step: Actually retrieving data.
I also hack with sql injection and somtime it show no column with union all select. I wonder it has not any text type column (a table always has text column, is that right?).Thank for answer

5
General discussion / Re: Free Softwares stealing our datas
« on: October 07, 2015, 12:28:52 am »
i never use free software again

6
High Quality Tutorials / Re: SQL Injection
« on: October 04, 2015, 01:56:51 pm »
First, thank for detailed tutorial. I have a question that in
http://evilzone.org/index.php?id=17+UNION+ALL+SELECT+1,2,3
You mean the query union select and the sql server return all 3 columns. I may ask that why it output "2", "3" on the webpage rather than anything else, for example columns name. In some other tut, this query is said to find vunerable column, and u make difference. Sorry for my bad english

7
C - C++ / SSH Scanner [Source Code C]
« on: October 03, 2015, 11:03:30 pm »
SSH Scanner [Source Code C]

Download link:

[url]https://www.sendspace.com/file/7fqkro[url]



 


 



 



Pages: [1]