We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd4b90 commit 324db1fCopy full SHA for 324db1f
1 file changed
src/App.tsx
@@ -608,7 +608,7 @@ export default function App() {
608
}
609
610
function buildArgs(config: SqlmapConfig): string[] {
611
- const args: string[] = [];
+ const args: string[] = ["--disable-coloring"];
612
if (config.targetUrl) args.push("-u", config.targetUrl);
613
if (config.data) args.push("--data", config.data);
614
if (config.cookie) args.push("--cookie", config.cookie);
0 commit comments