Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure to link with libcrypto | Přemysl Janouch | 2015-02-08 | 1 | -1/+1 |
| | | | | Archlinux seems to have removed -lcrypto from libssl.pc. | ||||
* | Travis CI: Try getting a newer Jansson | Přemysl Janouch | 2015-02-08 | 1 | -0/+1 |
| | |||||
* | Fix Travis CI dependencies | Přemysl Janouch | 2015-02-08 | 1 | -1/+1 |
| | |||||
* | Add Travis CI configuration | Přemysl Janouch | 2015-02-08 | 2 | -1/+21 |
| | |||||
* | Introduce Lua API version checking | Přemysl Janouch | 2015-01-21 | 2 | -5/+21 |
| | |||||
* | Comment out the SOCKS4A scanner | Přemysl Janouch | 2015-01-21 | 1 | -5/+6 |
| | | | | It can't really detect if the server really supports SOCKS4A. | ||||
* | Fix Lua detection | Přemysl Janouch | 2015-01-21 | 1 | -1/+3 |
| | |||||
* | Implement a Lua 5.3 plugin loader plugin | Přemysl Janouch | 2015-01-18 | 8 | -6/+573 |
| | | | | | | | | | Also implemented SOCKS detection in said language. There are probably going to be some bugs. The program is no longer Valgrind-clean, as that would require plugin deinitialization, in which there is very little point. | ||||
* | Rewrite to use CMake | Přemysl Janouch | 2015-01-17 | 7 | -42/+167 |
| | | | | | | | | Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins. | ||||
* | No more Clang bullshit | Přemysl Janouch | 2014-09-26 | 2 | -5/+1 |
| | |||||
* | -Wpedantic/scan-build stuff | Přemysl Janouch | 2014-09-26 | 2 | -6/+6 |
| | |||||
* | Fix subnet targets | Přemysl Janouch | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | The targets are not always hostnames | Přemysl Janouch | 2014-09-26 | 1 | -2/+4 |
| | | | | | If a target specified on the command line equals its IP address string, don't put the string as a hostname in the results. | ||||
* | Fix a memory leak | Přemysl Janouch | 2014-09-25 | 1 | -0/+2 |
| | |||||
* | Fix the optimization | Přemysl Janouch | 2014-09-25 | 1 | -0/+13 |
| | | | | It wasn't all that easy. | ||||
* | Fix the indicator | Přemysl Janouch | 2014-09-25 | 1 | -0/+1 |
| | |||||
* | Fix hiding the indicator | Přemysl Janouch | 2014-09-25 | 1 | -0/+1 |
| | |||||
* | Optimize and simplify the epoll poller | Přemysl Janouch | 2014-09-24 | 1 | -27/+14 |
| | | | | | | | | | | On my own machine (4096 max FD's), scanning localhost for all services, there was no change to speak of. On another one, though, with 65536 max FD's scanning localhost and another machine simultaneously for a specific service, there was a dramatic speedup allowing much faster scans, with userspace load dropping to about a quarter of a second. As a bonus, it makes the code simpler. | ||||
* | Get rid of some memory holes on x86_64 | Přemysl Janouch | 2014-09-24 | 2 | -7/+7 |
| | |||||
* | Fix the epoll poller | Přemysl Janouch | 2014-09-24 | 2 | -2/+3 |
| | | | | Setting the fd to -1 broke poller_remove_from_dispatch(). | ||||
* | Sort epoll_wait() output earlier | Přemysl Janouch | 2014-09-24 | 1 | -3/+3 |
| | |||||
* | Order the results by port | Přemysl Janouch | 2014-09-24 | 1 | -3/+5 |
| | |||||
* | Fix the hotspot | Přemysl Janouch | 2014-09-24 | 1 | -8/+18 |
| | | | | Valgrind seems to be quite happy with it now. | ||||
* | Identified a hot-spot | Přemysl Janouch | 2014-09-24 | 2 | -2/+1 |
| | |||||
* | Update the README | Přemysl Janouch | 2014-09-24 | 1 | -0/+10 |
| | |||||
* | Avoid spinning in a loop | Přemysl Janouch | 2014-09-24 | 1 | -3/+17 |
| | | | | This also helps reduce a lot of noice in strace. | ||||
* | Implement idle events | Přemysl Janouch | 2014-09-24 | 1 | -2/+61 |
| | |||||
* | Formatting | Přemysl Janouch | 2014-09-24 | 1 | -6/+6 |
| | | | | No idea how this happened. | ||||
* | Simplify the plugin API | Přemysl Janouch | 2014-09-23 | 5 | -47/+39 |
| | |||||
* | Don't initialize the service before connecting | Přemysl Janouch | 2014-09-23 | 1 | -4/+10 |
| | |||||
* | Fix str_append_data() | Přemysl Janouch | 2014-09-23 | 1 | -1/+1 |
| | | | | `void *' is more appropriate here. | ||||
* | Fix on_unit_ready() | Přemysl Janouch | 2014-09-23 | 1 | -15/+19 |
| | | | | Got it wrong and lighttpd doesn't have any mercy. | ||||
* | Show some stats at the end | Přemysl Janouch | 2014-09-21 | 1 | -1/+12 |
| | |||||
* | Fix the TLS/SSL transport | Přemysl Janouch | 2014-09-21 | 1 | -2/+3 |
| | |||||
* | Group the output properly | Přemysl Janouch | 2014-09-21 | 1 | -6/+12 |
| | | | | Somehow I must have forgotten about transports at some point. | ||||
* | Fix terminal output for multiple ports per service | Přemysl Janouch | 2014-09-21 | 1 | -0/+2 |
| | |||||
* | Fix output of results for multiple services | Přemysl Janouch | 2014-09-21 | 1 | -2/+2 |
| | |||||
* | Fix the IRC plugin, and not only that | Přemysl Janouch | 2014-09-21 | 2 | -18/+16 |
| | |||||
* | TLS transport: output some certificate information | Přemysl Janouch | 2014-09-21 | 1 | -0/+24 |
| | |||||
* | HTTP: initialize `http_settings' statically | Přemysl Janouch | 2014-09-21 | 1 | -8/+8 |
| | |||||
* | Fix error message | Přemysl Janouch | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | Add a header guard | Přemysl Janouch | 2014-09-21 | 1 | -0/+5 |
| | | | | I've nearly forgotten what those are. | ||||
* | Update the README | Přemysl Janouch | 2014-09-21 | 1 | -4/+5 |
| | |||||
* | Implement the HTTP plugin | Přemysl Janouch | 2014-09-21 | 6 | -8/+112 |
| | | | | Ended up including Joyent's http-parser library. | ||||
* | Implement more of the services | Přemysl Janouch | 2014-09-20 | 5 | -30/+157 |
| | | | | | | - SSH: ready for action - IRC: ready for action - HTTP: needs some work | ||||
* | Filter out any garbage in the scan output | Přemysl Janouch | 2014-09-20 | 1 | -2/+18 |
| | |||||
* | Generate a manpage | Přemysl Janouch | 2014-09-20 | 5 | -7/+11 |
| | | | | help2man should be enough so far. | ||||
* | Fix timers | Přemysl Janouch | 2014-09-20 | 2 | -15/+15 |
| | | | | Fucking hell. We're still having some event scheduling issues. | ||||
* | Save a syscall per connection | Přemysl Janouch | 2014-09-20 | 2 | -5/+9 |
| | |||||
* | Rework the poller | Přemysl Janouch | 2014-09-19 | 2 | -222/+232 |
| | | | | | | | | It's about time we stopped fucking ourselves in the butt. The scanning should be much faster now. Thanks to libuv for inspiration. |