Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3896f3

Browse files
authored
chore: remove repetitive words (#5687)
Signed-off-by: laterlaugh <[email protected]>
1 parent 853cb3f commit b3896f3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/takeover/metasploit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def _selectPayload(self):
196196

197197
if Backend.isDbms(DBMS.MYSQL):
198198
debugMsg = "by default MySQL on Windows runs as SYSTEM "
199-
debugMsg += "user, it is likely that the the VNC "
199+
debugMsg += "user, it is likely that the VNC "
200200
debugMsg += "injection will be successful"
201201
logger.debug(debugMsg)
202202

sqlmapapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def main():
9898
apiparser.add_argument("-s", "--server", help="Run as a REST-JSON API server", action="store_true")
9999
apiparser.add_argument("-c", "--client", help="Run as a REST-JSON API client", action="store_true")
100100
apiparser.add_argument("-H", "--host", help="Host of the REST-JSON API server (default \"%s\")" % RESTAPI_DEFAULT_ADDRESS, default=RESTAPI_DEFAULT_ADDRESS)
101-
apiparser.add_argument("-p", "--port", help="Port of the the REST-JSON API server (default %d)" % RESTAPI_DEFAULT_PORT, default=RESTAPI_DEFAULT_PORT, type=int)
101+
apiparser.add_argument("-p", "--port", help="Port of the REST-JSON API server (default %d)" % RESTAPI_DEFAULT_PORT, default=RESTAPI_DEFAULT_PORT, type=int)
102102
apiparser.add_argument("--adapter", help="Server (bottle) adapter to use (default \"%s\")" % RESTAPI_DEFAULT_ADAPTER, default=RESTAPI_DEFAULT_ADAPTER)
103103
apiparser.add_argument("--database", help="Set IPC database filepath (optional)")
104104
apiparser.add_argument("--username", help="Basic authentication username (optional)")

thirdparty/beautifulsoup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# disclaimer in the documentation and/or other materials provided
1717
# with the distribution.
1818
#
19-
# * Neither the name of the the Beautiful Soup Consortium and All
19+
# * Neither the name of the Beautiful Soup Consortium and All
2020
# Night Kosher Bakery nor the names of its contributors may be
2121
# used to endorse or promote products derived from this software
2222
# without specific prior written permission.

thirdparty/beautifulsoup/beautifulsoup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
disclaimer in the documentation and/or other materials provided
5959
with the distribution.
6060
61-
* Neither the name of the the Beautiful Soup Consortium and All
61+
* Neither the name of the Beautiful Soup Consortium and All
6262
Night Kosher Bakery nor the names of its contributors may be
6363
used to endorse or promote products derived from this software
6464
without specific prior written permission.

0 commit comments

Comments
 (0)