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

Pages: [1]
1
C - C++ / IO with external process
« on: November 30, 2014, 07:44:54 am »
I have come upon an idea with which I have little experience. I essentially want to run a Win32 console executable and send input and retrieve output all from a separate C/C++ application. Before I start researching on my own I thought I'd post here and see if you guys have any experiences that would maybe help with this. Not looking for an answer but maybe a thought or technology that could help.

In pseudo code (well my version of pseudo), here's what I was thinking of the C/C++ application:
constructor/main method
  start exe/process

void send_cmd(command)
  <way to send text input to external console application>

data get_output()
  <way to retreive stdout from console>

void destroy()
  end exe/process

Any help greatly appreciated.

2
Hacking and Security / Re: Cisco IOS vulnarability research project
« on: October 09, 2013, 12:25:43 am »
I think this is a pretty cool project idea in my opinion. Have you thought about looking into the common protocols that run on Cisco routers that you could then exploit? Some that would come to my mind would be routing protocols such as EIGRP (which soon will not be Cisco proprietary anymore), HTTP server if enabled, FTP/TFTP normally used to load configs, etc.


You can find a lot of information about the IOS on Cisco's website and to my knowledge IOS was written in plain C. Here are some exploits/rootkits I found online: http://ethicalhackernet.blogspot.com/2009/07/cisco-ios-geometry-of-varying-threats.html


If you want any help or anything PM me and I'd be wiling to go further. I have a few years of experience with Cisco equipment such as routers, switches, ap's, wlan controllers, etc.

3
Hacking and Security / OSCP
« on: May 08, 2013, 07:00:05 am »
I have been contemplating the OSCP certification for quite some time. I am planning on enrolling within the next month or so. Has anyone taken the course and exam? Either way I am planning on leaving a review when I am done.


lsquared

4
Hacking and Security / Re: Binding to DLLs or Hiding in Processes
« on: September 15, 2012, 08:54:25 pm »
Good point on the difficulty of using python for this kind of project. I have just been looking for something to try with python, but may as well stick with C/C++ and Assembly for now.

Thanks guys,
lsquared

5
Hacking and Security / Binding to DLLs or Hiding in Processes
« on: September 14, 2012, 06:29:10 am »
I've been thinking of a project to start on the side for fun, decided on something along the lines of a backdoor or keylogger to better learn python. When I was thinking of different functionality that would be cool I realized, I have about no idea or experience with how to hide a program's process and how to bind a program with a DLL.

Just reading that seems a little n00by.. sorry bout it. I don't need you guys to hold my hand, maybe just point me in the right direction.

Also if anyone wants to collaborate on something I'm more than willing, just PM me.

Thanks,
lsquared

6
Hacking and Security / Re: Hacking Apache Tomcat question
« on: September 14, 2012, 06:14:34 am »
Metasploitable is definitely open to multiple exploits from Metasploit.. trust me ;)

I put up an ebook in the ebook section called Metasploit: The Penetration Tester's Guide which could be of some help to you for learning Metasploit better. Also securitytube.net has about 20 videos of a "Metasploit Megaprimer" which is also helpful and is almost like classroom learning.

Also, when you're first beginning try using a tool called Nessus. It's a vulnerability scanner which will scan specified systems for vulnerable services running. Obviously not incredibly stealthy but you're not hacking the Gibson. Google that and install the home version which is free to use.

Hope this helps!

P.S. I'm gonna a throw a link in a different post to many deliberately vulnerable VMs for those that are into that kind of thing

7
Found it on the Webs / Re: Useful Books 2.0
« on: September 02, 2012, 11:49:28 pm »
Very nice list. +1

Pages: [1]