prodigysml
6661a4ca23
removed debugs
2023-04-08 12:33:05 +10:00
prodigysml
f75ea5a4c4
added in safe target
2023-04-08 12:32:36 +10:00
prodigysml
ae5b19a671
fixed python styling issues that made me go bonkers
2022-01-22 20:16:34 +11:00
prodigysml
9fc8e90809
Added in suppression when --silent is used
2022-01-22 20:13:32 +11:00
0xtavian
eee744658c
Update input.py
2022-01-14 02:54:58 +00:00
abdallaEG
d7d7c2acd7
Update input.py
2021-05-06 06:47:52 +02:00
prodigysml
6abc0642dd
Removed comments
2021-01-30 19:40:31 +11:00
prodigysml
67da487ed9
Removed unused code and fixed IP issue
2021-01-30 19:39:24 +11:00
James Hebden
99cfed1214
Faster mapping of CIDRs to IPs
2020-11-27 09:28:43 +11:00
Ira Lun
7034a09e09
Accept hostname targets that do not contain a period.
...
This fixes issue #123 , which was due to a misinterpretation of the
line
`if host.split(".")[0][0].isalpha() or host.split(".")[-1][-1].isalpha():`
(see commit 8d46d14731 , L156). Because of
how Python's str.split() works, a hostname that does not contain a
period when .split(".") results in a single-item list, so this
expression evaluates to True. However, this also means that the
.split()s had no effect: the line was equivalent to
`if host[0].isalpha() or host[-1].isalpha()`.
2020-10-12 04:56:54 +01:00
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