Sinisterly
Your program in the official HC Programs? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: Your program in the official HC Programs? (/Thread-Your-program-in-the-official-HC-Programs)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


RE: Your program in the official HC Programs? - lady_godiva - 07-23-2014

(07-22-2014, 08:53 PM)h3r0 Wrote: 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: CFAU2VT.jpg]
Source: http://www.hackcommunity.com/Thread-Source-HC-HoneyPy-A-port-scanner-honeypot

I'm sorry to say this again but i have to point out (again) that they name honeypot is inappropriate as it's not a honeypot. This is just to clear things out, nothing personal :Smile: :Thumbs-Up:


RE: Your program in the official HC Programs? - h3r0 - 07-23-2014

(07-23-2014, 08:23 AM)lady_godiva Wrote:
(07-22-2014, 08:53 PM)h3r0 Wrote: 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: CFAU2VT.jpg]
Source: http://www.hackcommunity.com/Thread-Source-HC-HoneyPy-A-port-scanner-honeypot

I'm sorry to say this again but i have to point out (again) that they name honeypot is inappropriate as it's not a honeypot. This is just to clear things out, nothing personal :Smile: :Thumbs-Up:

I know your definition IS accurate as a "research honeypot" but I do believe that this could be considered a production honeypot. As per Wikipedia's definition.

Honeypot: "...A honeypot is a trap set to detect, deflect, or, in some manner, counteract attempts at unauthorized use of information systems. Generally, a honeypot consists of a computer, data, or a network site that appears to be part of a network, but is actually isolated and monitored, and which seems to contain information or a resource of value to attackers."

Production honeypots are easy to use, capture only limited information, and are used primarily by companies or corporations. Production honeypots are placed inside the production network with other production servers by an organization to improve their overall state of security. Normally, production honeypots are low-interaction honeypots, which are easier to deploy. They give less information about the attacks or attackers than research honeypots do.

Research honeypots are run to gather information about the motives and tactics of the Blackhat community targeting different networks. These honeypots do not add direct value to a specific organization; instead, they are used to research the threats that organizations face and to learn how to better protect against those threats. Research honeypots are complex to deploy and maintain, capture extensive information, and are used primarily by research, military, or government organizations.

Source:
http://en.wikipedia.org/wiki/Honeypot_(computing)

Unless I'm misreading it or the definitions are wrong.


RE: Your program in the official HC Programs? - lady_godiva - 07-23-2014

(07-23-2014, 06:49 PM)h3r0 Wrote:
(07-23-2014, 08:23 AM)lady_godiva Wrote:
(07-22-2014, 08:53 PM)h3r0 Wrote: 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: CFAU2VT.jpg]
Source: http://www.hackcommunity.com/Thread-Source-HC-HoneyPy-A-port-scanner-honeypot

I'm sorry to say this again but i have to point out (again) that they name honeypot is inappropriate as it's not a honeypot. This is just to clear things out, nothing personal :Smile: :Thumbs-Up:

I know your definition IS accurate as a "research honeypot" but I do believe that this could be considered a production honeypot. As per Wikipedia's definition.

Honeypot: "...A honeypot is a trap set to detect, deflect, or, in some manner, counteract attempts at unauthorized use of information systems. Generally, a honeypot consists of a computer, data, or a network site that appears to be part of a network, but is actually isolated and monitored, and which seems to contain information or a resource of value to attackers."

Production honeypots are easy to use, capture only limited information, and are used primarily by companies or corporations. Production honeypots are placed inside the production network with other production servers by an organization to improve their overall state of security. Normally, production honeypots are low-interaction honeypots, which are easier to deploy. They give less information about the attacks or attackers than research honeypots do.

Research honeypots are run to gather information about the motives and tactics of the Blackhat community targeting different networks. These honeypots do not add direct value to a specific organization; instead, they are used to research the threats that organizations face and to learn how to better protect against those threats. Research honeypots are complex to deploy and maintain, capture extensive information, and are used primarily by research, military, or government organizations.

Source:
http://en.wikipedia.org/wiki/Honeypot_(computing)

Unless I'm misreading it or the definitions are wrong.

I believe this is not the correct thread to make this discussion. So this will be my very last answer, if you wish to keep on going with this discussive (in a constructive way) we can talk in private.

First of all i want to point out that wikipedia is not the most reliable source of information.
Second, a honeypot is tipically a computer. The difference between production and research honeypot relies in the software that runs in the honeypot. Anyway its purpose is to lure the attacker away from important systems etc. Here, the attacker founds that port is filtered and he will try another method/attack.
What you did is more like a firewall infact you are applying a certain rule defined in iptables to a certain port and this is what a firewall (among its other functions) does. Again, nothing personal.


RE: Your program in the official HC Programs? - Deque - 07-23-2014

(07-19-2014, 03:18 PM)Sir12 Wrote: May I post my Habbo Content Management System? I've been working for it about 2 years. I think its worth.

Yes, of course.

(07-22-2014, 08:53 PM)h3r0 Wrote: 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: CFAU2VT.jpg]
Source: http://www.hackcommunity.com/Thread-Source-HC-HoneyPy-A-port-scanner-honeypot

Post your thread and give me the link. I will move it to this section.


RE: Your program in the official HC Programs? - h3r0 - 07-23-2014

(07-23-2014, 07:35 PM)Deque Wrote: Post your thread and give me the link. I will move it to this section.

http://www.hackcommunity.com/Thread-Source-HC-HoneyPy-A-port-scanner-honeypot

There is a preexisting thread.

Thank You


RE: Your program in the official HC Programs? - Deque - 07-23-2014

(07-23-2014, 07:52 PM)h3r0 Wrote:
(07-23-2014, 07:35 PM)Deque Wrote: Post your thread and give me the link. I will move it to this section.

http://www.hackcommunity.com/Thread-Source-HC-HoneyPy-A-port-scanner-honeypot

There is a preexisting thread.

Thank You

Oh, sorry, I should have seen that. Moved.


RE: Your program in the official HC Programs? - Sir12 - 07-23-2014

I see only programs, are (web)development allowed?


RE: Your program in the official HC Programs? - Sir12 - 07-24-2014

Name: NoNameCMS (REV)
Description: It's just an Habbo Content Management System, it's not that beautiful, but it's safe!
Supported OS: Windows
Coded in: PHP
Screenshots: [Image: direct]


RE: Your program in the official HC Programs? - Deque - 07-24-2014

Do you have a link to it?


RE: Your program in the official HC Programs? - h3r0 - 07-25-2014

Name: SpiderPy
Description: A crawler that, when given a target, recursively searches through the website and runs a regex against every page.
Supported OS: Linux (Potentially win and osx, needs testing)
Coded in: Python
Screenshots: http://i.imgur.com/xODNQtY.jpg
Thread Link: http://www.hackcommunity.com/Thread-Source-HC-SpiderPy-Regular-Expression-Crawler

See thread for feature list.