summaryrefslogtreecommitdiffstats
path: root/Reaktor
Commit message (Collapse)AuthorAgeFilesLines
* update Reaktor - add color translatormakefu2013-04-226-8/+44
|
* Reaktor:make ip lists uniqueEUcancER2012-05-021-0/+1
|
* Reaktor:dns fix bugEUcancER2012-05-021-5/+7
| | | | | gxfr -> bxfr add --skip to dnsrecon
* fix bug in consolidate_dnsEUcancER2012-05-021-1/+7
|
* Reaktor: fix socket import for hostnameEUcancER2012-05-021-2/+2
|
* Reaktor: whatweb add aggressive parameter to callEUcancER2012-05-021-1/+1
|
* add line wrappingEUcancER2012-05-021-4/+6
| | | | as it seems to lose characters between 400 and 500 characters...
* fix whatweb wrapperEUcancER2012-05-021-2/+4
|
* Reaktor: add whatweb, update build processEUcancER2012-05-023-7/+22
|
* Reaktor: replace dnsrecon for dnsmapEUcancER2012-05-024-6/+9
| | | | | update init script add supervisor config
* remove dnsmap in favor of dnsreconEUcancER2012-04-232-14/+18
|
* add dnsmap submoduleEUcancER2012-04-232-0/+1
|
* dnsmap prepare for submoduleEUcancER2012-04-2311-20023/+0
|
* Merge branch 'master' of github.com:krebscode/painloadEUcancER2012-04-233-0/+493
|\ | | | | | | | | Conflicts: Reaktor/repos/gxfr
| * add bxfr supportmakefu2012-04-191-0/+17
| |
| * add bing zone transfer for humansmakefu2012-04-192-15/+253
| | | | | | | | bxfr does not uses the api anymore, as it is less reliable
| * Reaktor: bxfr the bing.com zone lookupmakefu2012-04-181-0/+238
| |
* | Reaktor:add init in makefileEUcancER2012-04-231-0/+8
| |
* | trying to fix gxfrEUcancER2012-04-231-0/+0
| |
* | submodulized gxfrEUcancER2012-04-234-240/+0
|/
* Reaktor: cleanupEUcancER2012-04-183-49/+3
|
* Reaktor: add consolidateEUcancER2012-04-181-0/+58
| | | | tool combines the results of gxfr and dnsmap into irc-style output
* Reaktor: add dnsmap-0.30EUcancER2012-04-1811-0/+20023
|
* Reaktor: pull revip into seperate folderEUcancER2012-04-181-0/+48
|
* Reaktor:add modified version of gxfr with csv supportEUcancER2012-04-182-0/+240
|
* live feedback from subprocess, shorter timeoutEUcancER2012-04-181-15/+13
|
* fix url parserEUcancER2012-04-181-2/+3
|
* Reaktor: add revip commandEUcancER2012-04-181-0/+46
|
* update makefileEUcancER2012-04-171-0/+4
|
* fix directoryEUcancER2012-04-171-2/+2
|
* fix user managementEUcancER2012-04-171-2/+2
|
* add debian autostartmakefu2012-04-172-0/+104
|
* add clean arguments to botmakefu2012-04-171-4/+12
|
* //reaktor/IRC/asybot.py: be less verboseEUcancER2012-01-041-1/+1
|
* //Reaktor/index: rm loggermomo2011-09-271-7/+0
|
* UDP/Reaktor: now using twistedmakefu2011-09-261-29/+24
| | | | because asyncore sucks eselballs
* Reaktor/UDP: fix bug in configroot2011-09-251-1/+1
| | | | update Path to actual script
* Reaktor/UDP: working releaseroot2011-09-255-8/+85
| | | | | Reaktor/UDP is customizable via a single json config parsed at the very beginning, starting a number of asynchronous UDP listeners. See Readme for more info
* Reaktor/UDP: add matcher function for ubotmakefu2011-09-171-7/+21
|
* Reaktor/UDP: rewrite ubotmakefu2011-09-171-22/+27
| | | | replace the ubot code with acutally working code
* Reaktor/UDP: ubot - initial commitmakefu2011-09-172-0/+68
| | | | | | update specs which now decribe how the head of the conf entry may look like ubot is currenly an executable skeleton which important functions marked as to be implemented.
* Reaktor/UDP: add uri to specs, bug in use casemakefu2011-09-161-4/+4
|
* REAKTOR/UDP: add Specsmakefu2011-09-161-0/+40
|
* Reaktor/asybot: add syslog logging featureroot2011-09-141-2/+6
|
* Reaktor/IRC: update asybot logging facilityroot2011-09-141-14/+23
| | | | | | now using python builtin logging DEBUG mode is enabled when the 'debug' environment variable is set on startup.
* //Reaktor/IRC: implement hammer timetv2011-09-131-10/+17
|
* //Reaktor/IRC nickname: increment suffixtv2011-09-131-0/+8
| | | | | Append or increment the bot's nickname suffix integer in order to connect to servers that already have users with the same nickname.
* //Reaktor: use debilian-compatible usernametv2011-09-132-7/+7
|
* //Reaktor/IRC: remove dangling ptr to IRC/installtv2011-09-131-2/+0
|
* //Reaktor/IRC: replace irclib with own async bottv2011-09-138-207/+174
| | | | | Unfortunately irclib failed to detect stale connections. Asyboy comes to the rescue (maybe).^_^->deal with it...^_^