Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Your program in the official HC Programs? filter_list
Author
Message
RE: Your program in the official HC Programs? #131
(12-24-2013, 02:08 AM)CPlus Wrote:
(12-24-2013, 02:03 AM)bluedog.tar.gz Wrote: It looks better if the last button is aligned right of the field Tongue
Am not shure i understand whatt you mean.

You see the 'Change icon' button?
[Image: swag-yolo-1387845334.png]

Place it like that :Grin:

Reply

RE: Your program in the official HC Programs? #132
Like so ?
[Image: dxfmvp.jpg]

Reply

RE: Your program in the official HC Programs? #133
(12-24-2013, 03:03 AM)CPlus Wrote: Like so ?
[Image: dxfmvp.jpg]

Perfect :Kiss:

Reply

RE: Your program in the official HC Programs? #134
Cool so you guys just move the thread or what?
And mary christmas. Smile

Reply

RE: Your program in the official HC Programs? #135
(12-24-2013, 02:59 PM)CPlus Wrote: Cool so you guys just move the thread or what?
And mary christmas. Smile

Wait for @Deque Smile

Reply

RE: Your program in the official HC Programs? #136
(12-23-2013, 06:06 PM)The Arcanist Wrote: I would like an app that I made to be a part of HC Official tools too.

Name : Scout Port Scanner
Description : It is a port scanner. It uses multithreading to make things work a little faster and has a CLI as well as GUI for carrying out it's tasks.
Supported OS : All platforms containing jvm
Coded in : Java
Screenshot and Source : www.hackcommunity.com/Thread-Scout-Port-Scanner

I had plans to modify the app to scan a range of ip instead of a single host, but I really am not getting enough time to do so. I will do this part later.
Thank you for your time.

Moved to HC Tools.

Same for @CPlus
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: Your program in the official HC Programs? #137
Name: HC Skype Resolver

Description: A HTML/PHP script that gathers IP adresses connected to a Skype account.

Supported OS: Any platform~

Coded in: PHP and HTML

Screenshots:
[Image: mwzdn4v.png]

Code
Code:
@Deque <!--CODED BY RACCOONCITY--> <html> <center><img src="http://cdn.hackcommunity.com/logo.png" alt="Hack Community - The Best Ethical Hacking Forums"> <STYLE type=text/css> BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-BASE-COLOR: #000000; background-color: #000000; background-repeat:repeat-y; } H1 { color: red; font-family: -moz-fixed; } TD { color: red; font-family: -moz-fixed; } a:link { COLOR: red; } a:visited { COLOR: red; } a:hover { COLOR: red; } a:active { COLOR: red; } #TEXTBOX { width: 500px; height: 155px; border: 1px solid #FFFFFF; background-color : 1px solid transparent; padding: 40px; font-family: -moz-fixed; font-size: 16px; box-shadow: 0px 0px 5px 1px red; } INPUT, TEXTAREA { color: red; border: 1px solid red; background-color : #000000; box-shadow: 0px 0px 2px red; } .BLOCKHEAD { color: red; font-family: -moz-fixed; } .TEXT { color: red; font-family: ; font-size: ; } .SHOW { z-index: 2; } .HIDE { z-index: 1; } </STYLE> <?php if(isset($_POST['resolve'])){ $username = $_POST['username']; strtolower($username); if($username == null){ echo "<div style=\"color: red;\">Please enter a username</div>"; } else { $ip = file_get_contents("http://resolveme.org/api.php?key=51e77c68b11df&skypePseudo={$username}"); echo "<div style=\"color: red;\">$ip</div>"; } } ?> <form action="" method="POST"> <input type="text" name="username" placeholder="Skype Username" /><br /> <input type="submit" name="resolve" value="Resolve" /> </form> </center> </html>

@Deque

Reply

RE: Your program in the official HC Programs? #138
Alright, make a thread and I move it here.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: Your program in the official HC Programs? #139
May I post my Habbo Content Management System? I've been working for it about 2 years. I think its worth.

Reply

RE: Your program in the official HC Programs? #140
Name: Honeypy
Description: A honeypot port that when scanned, pinged, or touched in any way will block the intruder IP.
Supported OS: Testing on Linux (Requires Iptables)
Coded in: Python
Screenshots: [Image: 2xHDX0o.jpg]
Source: http://www.hackcommunity.com/Thread-Sour...r-honeypot
(This post was last modified: 07-30-2014, 11:12 PM by zimba.)
[Image: iQ3pcQu.png]
BTC Address: 1DCKgDaWcmc9dxBkhe9qrTQtrQpoFUzXdn

Reply







Users browsing this thread: 1 Guest(s)