Commit Graph

83 Commits

Author SHA1 Message Date
Ira Lun
d1c90a49cd Improve memory usage in the generation of tasks (to fix issue #119).
Switch to generating tasks using iterators, and make other changes such
as using netaddr's IPSet to store ranges of IP addresses, in order to
reduce the use of memory where possible.
2020-09-29 07:15:15 +01:00
Machinexa2
0c09ecb038 The previous fix caused an error thats why new fix
https://github.com/codingo/Interlace/issues/115 I didnt expect the target_file to come as io.TextIOWrapper but i thought it would come as filename. And this fixes it. Also, this time there's no error because i tested it locally on my pc.,
2020-08-30 18:59:01 +05:45
Machinexa2
ed7006c690 fix for https://github.com/codingo/Interlace/issues/109
fix for https://github.com/codingo/Interlace/issues/109
2020-08-10 15:25:38 +05:45
prodigysml
8bec88b819 Edited to fix the dot problem 2020-07-29 02:52:29 +00:00
prodigysml
932aec9483 Fixed #102 bug and incremented the version 2020-07-27 07:09:07 +00:00
mzfr
35800dd0f2 Add option to repeat the command 2020-03-12 19:05:07 +05:30
Michael Skelton
b7bb169e4b Merge pull request #97 from ualvesdias/patch-1
Update check_positive method to handle ValueError exception.
2020-03-12 07:24:56 +10:00
ualvesdias
0e70d37a42 Update check_positive method to handle ValueError exception.
I saw that, despite you're testing if the thread argument is positive, you're not testing if it's a number, so "ivalue = int(arg)" can cause an exception if I pass an argument like "--thread abc". I didn't have much time to chack if you test this somewhere else, but I think you don't. Thanks for the opportunity! I hope I can help.
2020-03-11 17:18:45 -03:00
prodigysml
bc6d4a4fb7 Removed debug print 2020-02-12 21:03:01 +11:00
prodigysml
dcca00f15b Fixed silly mistake with command creation 2020-02-12 21:02:48 +11:00
prodigysml
7d85a13faf Fixed issue with dup clean target command creation 2020-02-11 10:55:08 +11:00
Sajeeb Lohani
64e7484ca2 Fix for IP address detection 2019-11-03 20:11:35 +11:00
prodigysml
fd2337826f Fixed support for , in URL issue 2019-10-19 18:44:49 +11:00
prodigysml
cadee33940 Attempting better support for URL 2019-10-19 18:23:33 +11:00
prodigysml
382cc72059 Fixed support for URLs. 2019-10-19 18:19:21 +11:00
Joshua Ogunyinka
db1f9df1ab Fixed delay in command processing 2019-09-05 06:50:34 +01:00
Joshua Ogunyinka
726286430d Fixed: testssl issues with file output flags 2019-08-23 02:00:08 +01:00
Joshua Ogunyinka
8cd43a67b5 Fixed CLI single command bug 2019-08-23 01:09:41 +01:00
Joshua Ogunyinka
3f69c04d3e Added support for anonymous block 2019-08-22 13:33:51 +01:00
Joshua Ogunyinka
9276a59fe0 Fixed bug relating to block endings 2019-08-21 07:36:11 +01:00
Joshua Ogunyinka
764739f2cb Fixed blocker bug 2019-08-20 13:14:39 +01:00
Joshua Ogunyinka
3673de2fcc Fixed typo from base.master typo 2019-08-17 05:24:13 +01:00
Joshua Ogunyinka
edd740b283 Merge branch 'master' into flat 2019-08-17 05:07:13 +01:00
Joshua Ogunyinka
885019276f Cleaned up debug prints 2019-08-16 19:04:35 +01:00
karimpwnz
3e47a3b3e5 Bundle imports 2019-08-16 20:15:04 +03:00
Joshua Ogunyinka
33a5a68803 Perfectting synchronization 2019-08-16 17:34:27 +01:00
Karim Rahal
dff9886045 Merge pull request #1 from KarimPwnz/master
Fix arguments.output bug introduced in #57
2019-08-16 16:57:28 +03:00
karimpwnz
7c15dcf0b4 Introduce _random_ feature as per #50 2019-08-16 16:52:24 +03:00
Karim Rahal
5eb10029e4 Fix arguments.output bug introduced in #57 2019-08-16 16:47:56 +03:00
Joshua Ogunyinka
b9487fec9c Flattened the commands hierarchy 2019-08-16 14:31:39 +01:00
Joshua Ogunyinka
20af7466db Implemented sequential command processing 2019-08-16 09:39:10 +01:00
Joshua Ogunyinka
24d529291e Merge branch 'master' into joshua 2019-08-16 04:32:10 +01:00
Joshua Ogunyinka
d416e5a689 Fixed bug when using target_list 2019-08-16 04:06:28 +01:00
Joshua Ogunyinka
ab34aca3b2 Testing implementation 2019-08-16 03:37:50 +01:00
prodigysml
a57ac448a2 Removed permissions check as it is too rigid and not needed. Added in trailing slash removal 2019-08-16 10:19:23 +10:00
Joshua Ogunyinka
ee47cac4ab Fixed issue 52 2019-08-14 20:28:35 +01:00
prodigysml
552cdcfc74 Removed check to see if variable exists in all cases. We now fully trust the python3 set object to de-duplicate all commands (which it is intended to do). Should fix #47 2019-06-11 01:10:44 -07:00
prodigysml
20bf16305d Fixed the sober flag 2019-06-03 22:26:46 -07:00
prodigysml
16b64bb710 Fixed my horrible grammar 2019-06-03 18:47:17 -07:00
prodigysml
e68c3d6be9 Added in a progress bar and a flag to surpress the progress bar 2019-06-03 18:45:45 -07:00
prodigysml
94a8ef7dc2 Removed debug statement 2019-05-27 20:51:48 -07:00
prodigysml
26d37d4c23 Added in proxy feature 2019-05-27 19:46:36 -07:00
ProDigySML
5d9ef6a2b2 Added in exception for empty target 2019-04-11 17:21:55 -07:00
ProDigySML
c4a26d0a7d Added in trailing new line removal now 2019-04-01 03:38:43 -07:00
Sajeeb Lohani
6dd9a2293a Removed command strip 2019-04-01 21:27:34 +11:00
ProDigySML
a378a0d301 Removed debug statements 2019-03-24 22:07:00 -07:00
ProDigySML
b94f62ac73 Serious Speed Improvements for Large Lists 2019-03-24 21:50:20 -07:00
ProDigySML
72dedbb7b9 Fixed issue where realports wasn't being replaced 2019-02-03 16:45:18 -08:00
ProDigySML
1b3fcf8019 Fixed issue where ports was required 2019-02-03 16:44:52 -08:00
ProDigySML
22ecf4d9a1 Added in proto variable 2019-01-31 23:41:34 -08:00