===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
httraqt-1.4.9/help/abuse.html-348-	// The chain chhttp is flushed in a cron job to avoid ipchains overflow
httraqt-1.4.9/help/abuse.html:349:    system("/usr/bin/sudo -u root /sbin/ipchains -I 1 chhttp -p tcp -s ".$addr." --dport 80 -j REJECT");
httraqt-1.4.9/help/abuse.html-350-    syslog("user rejected due to too many copy attemps : ".$addr);
##############################################
httraqt-1.4.9/help/abuse.html-519-for i in `cut -f1 -d':' /etc/passwd`; do<br>
httraqt-1.4.9/help/abuse.html:520:&nbsp;&nbsp;if test `id -u $i` -ge 500; then<br>
httraqt-1.4.9/help/abuse.html-521-&nbsp;&nbsp;&nbsp;&nbsp;off=0<br>
httraqt-1.4.9/help/abuse.html-522-&nbsp;&nbsp;&nbsp;&nbsp;while test &quot;$off&quot; -lt $ALIAS_VALID; do<br>
httraqt-1.4.9/help/abuse.html:523:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;THISWEEK=&quot;`date +'%Y'` $[`date +'%U'`-$off]&quot;<br>
httraqt-1.4.9/help/abuse.html:524:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SECRET=&quot;`echo \&quot;$SECRET $i $THISWEEK\&quot; | md5sum | cut -c1-4`&quot;<br>
httraqt-1.4.9/help/abuse.html:525:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FIRST=`echo $i | cut -c1-3`<br>
httraqt-1.4.9/help/abuse.html-526-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAME=&quot;$USER_PREFIX$FIRST$SECRET&quot;<br>
##############################################
httraqt-1.4.9/help/abuse.html-549-&nbsp;&nbsp;&nbsp; $user="smith";<br>
httraqt-1.4.9/help/abuse.html:550:&nbsp;&nbsp;&nbsp; $alias=exec("grep ".$user." /etc/aliases | cut -f1 -d' ' | head -n1");<br>
httraqt-1.4.9/help/abuse.html-551-&nbsp;&nbsp;&nbsp; print $alias;<br>
##############################################
httraqt-1.4.9/help/div/search.sh-32-	if test -n "$keyword"; then
httraqt-1.4.9/help/div/search.sh:33:		FOUNDK="`grep -niE \"^$keyword\" index.txt`"
httraqt-1.4.9/help/div/search.sh-34-
httraqt-1.4.9/help/div/search.sh-35-		if test -n "$FOUNDK"; then	
httraqt-1.4.9/help/div/search.sh:36:			if ! test `echo "$FOUNDK"|wc -l` = "1"; then
httraqt-1.4.9/help/div/search.sh-37-				# Multiple matches
##############################################
httraqt-1.4.9/help/div/search.sh-43-				# One match
httraqt-1.4.9/help/div/search.sh:44:				N=`echo "$FOUNDK"|cut -f1 -d':'`
httraqt-1.4.9/help/div/search.sh:45:				PM=`tail +$N index.txt|grep -nE "\("|head -n 1`
httraqt-1.4.9/help/div/search.sh-46-				if ! echo "$PM"|grep "ignored">/dev/null; then
httraqt-1.4.9/help/div/search.sh:47:					M=`echo $PM|cut -f1 -d':'`
httraqt-1.4.9/help/div/search.sh-48-					echo "Found in:"
##############################################
httraqt-1.4.9/distribution/osx/bundle/httraqt-startup-8-
httraqt-1.4.9/distribution/osx/bundle/httraqt-startup:9:HTTRAQT_BUNDLE="`echo "$0" | sed -e 's/\/Contents\/MacOS\/HTTraQt//'`"
httraqt-1.4.9/distribution/osx/bundle/httraqt-startup-10-HTTRAQT_RESOURCES="$HTTRAQT_BUNDLE/Contents/Resources"
##############################################
httraqt-1.4.9/templates/Makefile.in-188-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
httraqt-1.4.9/templates/Makefile.in:189:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
httraqt-1.4.9/templates/Makefile.in-190-	  echo " $(templatesDATA_INSTALL) $$d$$p $(DESTDIR)$(templatesdir)/$$f"; \
##############################################
httraqt-1.4.9/templates/Makefile.in-196-	@list='$(templates_DATA)'; for p in $$list; do \
httraqt-1.4.9/templates/Makefile.in:197:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
httraqt-1.4.9/templates/Makefile.in-198-	  echo " rm -f $(DESTDIR)$(templatesdir)/$$f"; \
##############################################
httraqt-1.4.9/templates/Makefile.in-212-distdir: $(DISTFILES)
httraqt-1.4.9/templates/Makefile.in:213:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
httraqt-1.4.9/templates/Makefile.in:214:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
httraqt-1.4.9/templates/Makefile.in-215-	list='$(DISTFILES)'; for file in $$list; do \
httraqt-1.4.9/templates/Makefile.in-216-	  case $$file in \
httraqt-1.4.9/templates/Makefile.in:217:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
httraqt-1.4.9/templates/Makefile.in:218:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
httraqt-1.4.9/templates/Makefile.in-219-	  esac; \
httraqt-1.4.9/templates/Makefile.in-220-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
httraqt-1.4.9/templates/Makefile.in:221:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
httraqt-1.4.9/templates/Makefile.in-222-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
httraqt-1.4.9/.pc/10_reproducible_build.patch/CMakeLists.txt-208-IF(${USE_QT_VERSION} MATCHES "4")
httraqt-1.4.9/.pc/10_reproducible_build.patch/CMakeLists.txt:209:    INCLUDE(${QT_USE_FILE})
httraqt-1.4.9/.pc/10_reproducible_build.patch/CMakeLists.txt-210-    ADD_DEFINITIONS(${QT_DEFINITIONS} -DQT_PROJECT -DNO_QT3SUPPORT -DDISABLE_QT3SUPPORT)
##############################################
httraqt-1.4.9/CMakeLists.txt-202-IF(${USE_QT_VERSION} MATCHES "4")
httraqt-1.4.9/CMakeLists.txt:203:    INCLUDE(${QT_USE_FILE})
httraqt-1.4.9/CMakeLists.txt-204-    ADD_DEFINITIONS(${QT_DEFINITIONS} -DQT_PROJECT -DNO_QT3SUPPORT -DDISABLE_QT3SUPPORT)