这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@linted
Copy link
Owner

@linted linted commented Oct 19, 2017

This is a server script that accepts tcp connections and searches exploitdb.

  • Accepts tcp connections
  • Read input line by line, so each search term should be on it's own line
  • Finishes correctly when client sends a blank line, but can handle socket closings

Client Example
dpkg -l | tail -n +6 | awk '{print $2, $3} END {print ""}' | nc localhost 4521

@linted linted requested a review from Whurbin October 19, 2017 06:40
Copy link
Collaborator

@Whurbin Whurbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it looks good.

@linted linted merged commit ffc42fd into master Oct 20, 2017
@linted linted deleted the ExploitServer branch October 20, 2017 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants