Search found 366 matches

by scatter
18 Nov 2014, 04:58
Forum: General Discussion/Off topic
Topic: everyones progress
Replies: 5
Views: 1579

Re: everyones progress

I learnt alot by focusing on C programming, not only basics but advanced unix programming with C (IPC programming , network programming and kernel modules programming ) and indirectly I found myself able to write kernel rootkits and find some bugs in opensource tools and now am working on writing co...
by scatter
18 Oct 2014, 19:44
Forum: General Discussion/Off topic
Topic: info from ip
Replies: 9
Views: 1777

Re: info from ip

u can share the ip if u want and in some cases u can track the ip even to get a pic of the house from where it was used :)
by scatter
04 Oct 2014, 06:16
Forum: Coding
Topic: Linux rootkits and advanced linux programming with C
Replies: 4
Views: 1159

Re: Linux rootkits and advanced linux programming with C

I can recommend "The Rootkit Arsenal: Escape and Evasion in the Dark Corners of the System"....not THAT much copy&paste code examples, but you can learn all the needed basics from it. ;) thx b_b I have that book already but without understanding the deep working things it will be usel...
by scatter
02 Oct 2014, 18:06
Forum: Coding
Topic: Linux rootkits and advanced linux programming with C
Replies: 4
Views: 1159

Linux rootkits and advanced linux programming with C

Hey guys ! sorry for being abscent. I was busy working on a project and I am still working on it , contacts etc etc all the bla bla bla but anyway I get broed when I focus on only 1 thing so I decided to attack linux rootkits coding etc but to reach that goal I need to learn about advanced linux pro...
by scatter
07 Sep 2014, 17:29
Forum: Coding
Topic: Double authentification
Replies: 7
Views: 3829

Re: Double authentification

Also what do you think of seperating the credentials depending on different dbs? I mean for example the db called products has standalone credentials and logins db has others ?
Would that make things harder in case someone could in a way or another compromise one of both dbs?
by scatter
07 Sep 2014, 06:08
Forum: Coding
Topic: Double authentification
Replies: 7
Views: 3829

Re: Double authentification

I found this but am not sure what do u think about it

http://websec.io/2013/10/28/Implementin ... wilio.html" onclick="window.open(this.href);return false;
by scatter
07 Sep 2014, 06:05
Forum: Coding
Topic: Double authentification
Replies: 7
Views: 3829

Double authentification

I am looking for a double authentification method anyone have a great idea that is especially really secure? and my idea about it is : the 1st using email and passwd but the 2nd generates an encrypted password randomly and without that encrypted passwd that was generated auth fail but what am affrai...
by scatter
07 Sep 2014, 05:59
Forum: Linux/Unix
Topic: Network Hardware detection freezes in the install step
Replies: 9
Views: 1754

Re: Network Hardware detection freezes in the install step

hehe that s the problem b_b I don t have an eth cable to use it for netinstall , I use a 3G usb modem , plus the problem doesn t occur with normal debian that uses kernel 3.2 , it occurs only with debian running kernel >= 3.13 :p
by scatter
02 Sep 2014, 04:38
Forum: Hacking/Wardriving
Topic: naked "celebrity" icloud "hack"...I call bullshit.
Replies: 4
Views: 1167

Re: naked "celebrity" icloud "hack"...I call bullshit.

well I read somewhere he admitted he didn t hack them and he is no hacker and he is just a collector <== dafuq?!

Plus u didn't know them b_b coz they now became pr0n stars :p
by scatter
31 Aug 2014, 18:16
Forum: Promotion/Business
Topic: Help to develop learning programs
Replies: 10
Views: 4707

Re: Help to develop learning programs

bad_brain wrote:wanted to suggest scatter anyway...he's so keen to do stuff, and it's also a good opportunity for him to learn I guess...:D

I'll set up a sub-forum on the tutorial boards in the next days...if I forget remind me, so much work to do at the moment... :wink:
thx for what u said b_b ^_^
by scatter
31 Aug 2014, 07:14
Forum: Coding
Topic: Using tokens payement instead of normal ways
Replies: 0
Views: 730

Using tokens payement instead of normal ways

Does anyone have source code for a payment system using tokens after customers buy the tokens? and why some would use such a system ? I plan to write one but I don't know where to start with it and the idea I got comes from here : at the end of the last page https://wikileaks.org/spyfiles/files/0/27...
by scatter
31 Aug 2014, 05:51
Forum: Promotion/Business
Topic: Help to develop learning programs
Replies: 10
Views: 4707

Re: Help to develop learning programs

I ll be glad to do such things but just so you know I am not as experienced as the rest here and am maybe the newest member here but I can help with ressources , documents and few things am good at like PHP , MySQL and C programming Just one little problem is uni will be back soon so I can help only...
by scatter
31 Aug 2014, 05:46
Forum: Linux/Unix
Topic: Network Hardware detection freezes in the install step
Replies: 9
Views: 1754

Re: Network Hardware detection freezes in the install step

back with results, well b_b the solution didn't work and I had to go to a cyber caffee where they have eth cables to plug one of them in my laptop and even with that the same problem kept happening only when I added exit 0 after #!/bin/sh in /bin/check-network-firmware which didn t solve the prob wi...
by scatter
30 Aug 2014, 14:18
Forum: Linux/Unix
Topic: Network Hardware detection freezes in the install step
Replies: 9
Views: 1754

Re: Network Hardware detection freezes in the install step

thx b_b I ll give it a try and come back with the results :)