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

Pages: [1] 2 3
2
Operating System / Re: [WARNING!] Win10
« on: February 23, 2016, 02:18:09 pm »
I´ve got a strange way to think about it... but could be possible those countermeasures taken to block info to be uploaded to MS, easily bypassed by Microsoft if people are using, for example... Skype?  8)

3
Operating System / Re: [WARNING!] Win10
« on: February 22, 2016, 10:21:30 pm »
If they spy with win 10 how long till they do it with win 7.. food for thought  :o

Less than I  think with win10. I´ve got control to monitor the traffic between my users networks and Internet, and belive me... I´ve enought with broadcast and legacy programs using legacy protocols, I don´t need to add more shit :)

4
Operating System / Re: [WARNING!] Win10
« on: February 22, 2016, 09:00:47 pm »
I'm sure you probably only use LINUX right .. But not all software runs on linux nothing i need for work will run on linux.

Win7&Linux at Work&home. Here I havent give auth to install Win10... i dont want my upstream busy sending telemetry to MS :)

5
Operating System / Re: [WARNING!] Win10
« on: February 22, 2016, 02:56:51 pm »
Really guys (and ladies!), who and why need Win10 today? Maybe when Win7 reachs it EOL... but now?

6
Anonymity and Privacy / Re: short anonymity/privacy guide
« on: February 19, 2016, 07:39:20 pm »
What about plain, pure Debian? It should be more secure than Ubuntu (no call home features or controlled searches on the home) and after all it is Ubuntu's father!

The real problem is at the end we want to search everything at google :P

7
Beginner's Corner / Re: SQL Injection Vulnerability in Python
« on: February 19, 2016, 07:31:40 pm »
Thxs master gray-fox!!!!

I hadn´t touch code for 12 or 14 years (in the past C and at school&Uni Modula-2), only many recycled scripts for Linux (and now python in windows)... that helps me!

8
General discussion / Re: Mr Robot
« on: February 19, 2016, 06:45:19 pm »
I can't think of any other shows/movies that show anti-capitalist ideology as even remotely good...
If anyone knows of any, let me know.
Not the anticapitalism, but related to fascists and how the people could be easy be manipulated:

http://www.imdb.com/title/tt1063669/

9
Beginner's Corner / Re: SQL Injection Vulnerability in Python
« on: February 19, 2016, 06:41:48 pm »
I never used "requests", as I understant it is for http requests, here my code adapted to search "cmd" at my imperva-ips logs:


Code: [Select]
file = open("imperva.txt", "r")

tosearch= 'cmd'
str(tosearch)

for line in file:
if tosearch in line:
print line
print '\033[1;31mVulnerable!'

else:
print '\033[1;32mFailed.'

10
Beginner's Corner / Re: SQL Injection Vulnerability in Python
« on: February 19, 2016, 05:41:27 pm »
Coto, are you trying to check if the string exists in a file or into a http request?

11
Beginner's Corner / Re: SQL Injection Vulnerability in Python
« on: February 19, 2016, 05:13:54 pm »
Coto, I´m not a Python expert, but

f = open('url_list.txt', 'r')      <--- I´ll open the file as READ mode, maybe?

regards!

Code: [Select]
import requests

with open("URL_list.txt") as f:
    content = f.readlines()

r = requests.get(content+"'")
if "SQL" in (r.content):
print '\033[1;31mVulnerable!'
else:
print '\033[1;32mFailed.'
[/quote]

12
Anonymity and Privacy / Re: short anonymity/privacy guide
« on: February 18, 2016, 04:12:29 pm »
I also fully encrypted my hard disk (fuck you NSA) and am setting up a proxy.

Nice tutorial tho,
Cheers :)

So, Windows partition mounted, system alive calling back "home" <--using TOR and you still belive you´re safe? LOL and more LOL ... sorry dude, under Windows10 NSA and MS are fucking you by your "back street door" :P
If you want total privacy:
Dont use windows&OSX . End of quote.

13
Found it on the Webs / Re: Yet another OSINT earl
« on: February 18, 2016, 02:48:29 pm »
wuw?

14
Found it on the Webs / Re: Hacking Explained
« on: February 15, 2016, 02:21:15 pm »
Oh wow, this is the best explanation of that term I've ever seen. This is going to be my reference video when I have to explain that I'm not a criminal :P

Code: [Select]
The use of “hacker” to mean “security breaker” is a confusion on the part of the
mass media. We hackers refuse to recognize that meaning, and continue using the
word to mean, “Someone who loves to program and enjoys being clever about it.”
R. Stallman, Free Software, Free Society

15
Found it on the Webs / Re: Anonymous hacks SA government database
« on: February 15, 2016, 02:17:23 pm »
I´m waiting for a real #OpMexico ... last time a member of anonymous was hijacked from Zetas-Narco.
Anonymous ask for that member get free, or all the info about narco relations with mex&us gov and politics will be disclosed.

And nothing since the member get freedom.

Congrats and welcome all(mostly all) anon actions

Pages: [1] 2 3