Sinisterly
Show your WIPs - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: Show your WIPs (/Thread-Show-your-WIPs)

Pages: 1 2 3


RE: Show your WIPs - 1234hotmaster - 07-22-2011

cool project Froxi :wub:

your really a expert :thumbs:


RE: Show your WIPs - Frooxius - 08-03-2011

Heh thanks ^_^' I'm not sure if really expert though. Anyway, here's a newer version, with cookies, sounds (the tiger sounds are made by me xD), some graphics (also by me) and new animations.




RE: Show your WIPs - 1234hotmaster - 08-03-2011

awesome game :O

what programs you used to make it? Tongue


RE: Show your WIPs - FrostByte_mybb_import5923 - 08-05-2011

that looks sooo amazing, nice work


RE: Show your WIPs - sec0verun - 08-05-2011

lol seriously you guys are funny you want some help on that hades hyperion i can code c,c++ c# vb.net perl php python html javascript etc
im downloaing vs studio express ill code something tonight maybe a sql injector helper that automatically adds a tick to a text list full of ips lol


RE: Show your WIPs - sec0verun - 08-05-2011

http://code.google.com/apis/base/samples/csharp/csharp-sample-query.html

this looks cool if we could return the urls from a query or a dork we could feed them to a program ya know would this work like calling it from my app and returning results?
oh wait that wasnt a neg response my bad you misinterpeted i meant that in a good way for real i like you guys
and yes i do like it but i have been working on a prototype for years thats why i mentioned it sorry for the confusion just never thought anyone else meddled in c# in this field or .net


RE: Show your WIPs - sec0verun - 08-05-2011

well i did it a few year back what i want to do i really needhelp i have one hell of an inovative idea to pentesting tools but i cant code it alone

what it will do is use something like netsnmp to request the oid of a device like a windows dc than take the username oid check for port 3389 and bruteforce that with user no pass user user

get it i had it working in c# where i could login remotely using the secured scripting option of the active x control with a programtically supplied user and pass and it worked so iff i could pull this together i could own a dc with a tool in 10 seconds i know it will work beacusei do it by hand
what do you think sage
but getting a snmp query to work in c# fuck if i know how


RE: Show your WIPs - sec0verun - 08-05-2011

its not hard if somebody could wrap me up a c# function tha will return the username oid of a windows machine ill do the rest i need just the usernames that is it
activex scriptng of the rdp object back in 08 version allowed secured scripting methods i hope 2010 does
and dude i am so sorry if any of you take me the wrong way that is never my goal if i get sarcastic its in the hopes you will see why i did i never mean to talk down or disresect you


RE: Show your WIPs - sec0verun - 08-05-2011

rdp.Server = txtServer.Text;
rdp.UserName = txtUserName.Text;

IMsTscNonScriptable secured = (IMsTscNonScriptable)rdp.GetOcx();
secured.ClearTextPassword = txtPassword.Text;
rdp.Connect();
feel me know seven if i can just get the snmp part to worki mean jeez
http://www.java2s.com/Code/CSharp/Network/SimpleSNMP.htm
look at this guys i think we may be in luck for this tool after all im going to get to work asap on this


RE: Show your WIPs - Frooxius - 09-09-2011

Small teaser for an IS I'm working on - online web manager called Binazite, currently writing the lowest part of the model (it uses MVC) in PHP which will trade data with MySQL database (don't like it much, but it's very common >.>)

(Click to enlarge)

[Image: binazite___wip___model_by_frooxius-d49a4ex.png]